https://github.com/RubyMoney/money

sort by:
Revision Author Date Message Commit Date
6d97813 Merge pull request #496 from epidemian/specs-tweaks Minor spec tweaks 08 February 2015, 01:26:19 UTC
f7b1306 DRY-up specs by using an :infinite_precision tag Needed to update to RSpec 3.2 to be able to use a shared_context on single examples. 07 February 2015, 17:18:36 UTC
4d818c0 Remove Array.wrap definition from spec_helper Kernel#Array works just as good :D 07 February 2015, 17:18:36 UTC
20edf99 Merge pull request #495 from epidemian/from-amount Add Money.from_amount 07 February 2015, 16:31:23 UTC
c1fdab7 Add Money.from_amount reference to README and CHANGELOG 07 February 2015, 03:18:47 UTC
43c62eb Add Money.from_amount 07 February 2015, 03:18:44 UTC
3479b96 Merge pull request #494 from epidemian/variable-exchange-doc-fix Use Money.new instead of Numeric#to_money in VariableExchange docs 06 February 2015, 03:44:25 UTC
ab5530d Use Money#inspect output on VariableExchange docs 06 February 2015, 02:15:56 UTC
fe26b33 Use Money.new instead of Numeric#to_money in VariableExchange docs 06 February 2015, 01:12:27 UTC
b9fdcb0 Merge pull request #492 from RubyMoney/specs wrapping spec files in the 'Money' class/modules 03 February 2015, 15:56:32 UTC
2a4b303 Merge pull request #491 from RubyMoney/missing-attribute-error Add Currency::MissingAttributeError 03 February 2015, 15:15:56 UTC
db77e69 wrapping spec files in the 'Money' class/modules This way we don't have to qualify every reference to 'Currency' etc by prefacing it with 'Money' 03 February 2015, 14:59:02 UTC
6e409cc Currency.all raises a more helpful error message if a currency has no priority 03 February 2015, 14:50:21 UTC
52da31f Merge pull request #490 from seongreen/up-version-to-6-5-1 Up version to 6.5.1 03 February 2015, 13:12:08 UTC
1d6ae8c Up vesion to 6.5.1 03 February 2015, 12:56:12 UTC
87d9c39 Merge pull request #2 from seongreen/fix-byr-alternate-sym Fix alternate symbols for BYR 03 February 2015, 12:24:41 UTC
f2d455f Merge pull request #489 from seongreen/fix-byr-alternate-sym Fix byr alternate sym 03 February 2015, 12:15:27 UTC
3b3afa4 Fix alternate symbols for BYR 03 February 2015, 11:57:30 UTC
b28d61a Merge pull request #488 from RubyMoney/currency_enumerable Currency extends Enumerable, and is more robust when sorting 01 February 2015, 15:59:38 UTC
0659f2b Currency implements Enumerable 01 February 2015, 15:53:05 UTC
9c7bc68 `Currency#<=>` sorts alphabetically by `id` if the `priority`s are the same, and no longer raises an error if one of the priorities is missing. 01 February 2015, 15:36:20 UTC
5d5cef6 fixing broken attribute tags in documentation 01 February 2015, 14:44:52 UTC
b222c77 better documentation for Currency#stringified_keys and #unregister 01 February 2015, 14:24:41 UTC
a137346 enhancements to Money::Currency.unregister. 1) It can take an ISO code argument in addition to a Hash 2) It returns if the given currency previously existed, and if it didn't. 3) It has specs! 31 January 2015, 20:42:13 UTC
506ae99 Merge pull request #487 from seongreen/improve-byr-format Improve BYR format. Delete subunit 30 January 2015, 16:48:41 UTC
5d4668d Merge pull request #1 from seongreen/improve-byr-format Improve BYR format. Delete subunit 30 January 2015, 13:53:14 UTC
7810d3f Improve BYR format. Delete subunit 30 January 2015, 09:41:26 UTC
33c1911 Merge pull request #486 from jkingdon/swaziland-symbol Change Swazi lilangeni symbol to E. 27 January 2015, 02:40:38 UTC
28d22c4 Change Swazi lilangeni symbol to E. L is singular only (e.g. L1). Need to use E for anything other than one (e.g. E2, E5, etc), and using E for everything is the norm for computers. 27 January 2015, 02:07:23 UTC
f643921 Merge pull request #483 from jasonahooper/master No longer coins under 1 króna. See http://en.wikipedia.org/wiki/Icelandi... 21 January 2015, 23:00:33 UTC
161d36d No longer coins under 1 króna. See http://en.wikipedia.org/wiki/Icelandic_kr%C3%B3na#Second_kr.C3.B3na.2C_1981.E2.80.93present 21 January 2015, 21:36:47 UTC
6aa9633 Merge pull request #482 from RubyMoney/symbol_position #format raises an error if passed an invalid option for symbol_position_from 15 January 2015, 14:57:55 UTC
99ecfbd Merge pull request #481 from RubyMoney/docs adding more documentation for Money#format [ci skip] 15 January 2015, 14:57:39 UTC
59c73ac adding myself to authors ;) 15 January 2015, 12:08:23 UTC
2bf937e #format raises an error if passed an invalid option for symbol_position_from 15 January 2015, 12:06:21 UTC
4b20ee5 adding more documentation for Money#format [ci skip] docs for ':html_wrap_symbol' and ':symbol_position' options. 15 January 2015, 11:58:26 UTC
379671b updating CHANGELOG 14 January 2015, 12:00:15 UTC
b0e2994 Merge pull request #480 from RubyMoney/initialize refactoring Currency.initialize 14 January 2015, 11:56:56 UTC
bd17234 refactoring Currency.initialize 14 January 2015, 11:43:18 UTC
31ad320 Merge pull request #477 from RubyMoney/constructors Extracting 'constructor' functions to a module, adding aliases and GBP 13 January 2015, 17:01:28 UTC
09d14d0 Merge pull request #478 from RubyMoney/register Register 13 January 2015, 17:01:09 UTC
aea6a9e adding documentation for Money::Currency#register 13 January 2015, 15:03:03 UTC
cc8bb0e more helpful error message when trying to register a currency without an iso_code. Fixing README: iso_code isn't optional 13 January 2015, 14:58:38 UTC
8610bea adding tests for Money::Currency.register 13 January 2015, 14:57:08 UTC
7ec0e99 DRYing currency_spec 13 January 2015, 14:56:24 UTC
11f838a adding methods for GBP 13 January 2015, 13:54:48 UTC
6a33989 Merge pull request #476 from RubyMoney/parentheses wrapping negative numbers in parentheses 13 January 2015, 13:51:42 UTC
2afc344 extracting constructor functions to a new module 13 January 2015, 11:33:06 UTC
3ed40f9 aliasing constructor methods to their 3-letter iso codes. I had to move the methods inside the self << class block to get access to 'alias_method' 13 January 2015, 11:20:51 UTC
abc279f wrapping negative numbers in parentheses Without them, I was getting an annoying warning in Vim: 'ambiguous first argument; put parentheses or a space even after `-' operator' 13 January 2015, 11:16:33 UTC
becb6cd Merge pull request #472 from safakgur/fix-try Fix TRY currency. 04 January 2015, 17:07:08 UTC
c0668e4 Fix TRY currency. Add `html_entity` for the Turkish Lira. Fix `symbol_first`. 04 January 2015, 16:10:44 UTC
917369d Merge pull request #470 from aripollak/ruby-2.2.0-deprecation-fix Fix deprecation warning under Ruby 2.2.0 27 December 2014, 20:46:11 UTC
83313a4 Fix deprecation warning under Ruby 2.2.0 * Arithmetic#== was not being used, Comparable#== was instead, so it was using <=> for comparison but swallowing any exceptions * Fixes #469 27 December 2014, 20:12:33 UTC
82e3f5c v6.5.0 16 December 2014, 00:30:43 UTC
ac180fa Merge pull request #467 from raphaelcosta/master Support Rails 4.2 final 20 December 2014, 05:29:52 UTC
9580358 Support Rails 4.2 final 20 December 2014, 03:08:44 UTC
b07481a Merge pull request #464 from vandrijevik/patch-1 Fix typo in i18n example file 17 December 2014, 16:46:03 UTC
38e2248 Fix typo in i18n example file 17 December 2014, 14:19:03 UTC
7c82f6c Merge pull request #460 from clowder/unknown-currency Ensure [UnknownMoney::Currency] is a subclass of argument error. 10 November 2014, 13:39:32 UTC
aea0c0a Ensure [UnknownMoney::Currency] is a subclass of argument error. This means that we now have an easy way to catch all money & currency parsing errors (via [ArgumentError]). 10 November 2014, 12:16:24 UTC
5a4d11b Merge pull request #457 from newstler/patch-1 Updated Russian Ruble as it has now official symbol. 03 November 2014, 16:39:43 UTC
fe45840 Updated Russian Ruble as it has now official symbol. Update currency_iso.json Update formatting_spec.rb Update CHANGELOG.md Update CHANGELOG.md Update AUTHORS Added myself and sorted a little :) 03 November 2014, 16:27:13 UTC
51a8a46 Merge pull request #458 from lulalala/spelling Correct spelling of infinite_precision 03 November 2014, 13:40:28 UTC
644d490 Correct spelling of infinite_precision 03 November 2014, 02:03:41 UTC
7876c0a v6.4.0 30 October 2014, 00:23:52 UTC
c9f547e Merge pull request #453 from mateusg/master Add `Money.default_formatting_rules` config hash 26 October 2014, 00:41:30 UTC
d2384d8 Add Money.default_formatting_rules config hash 25 October 2014, 23:58:00 UTC
e42371c Merge pull request #452 from sigra/master Fix symbol_first for CZK (Czech Koruna) 24 October 2014, 20:39:40 UTC
25a0e44 Fix symbol_first for CZK 24 October 2014, 19:36:03 UTC
0f7e156 Merge pull request #451 from zacksiri/master support rails 4.2 24 October 2014, 14:46:18 UTC
9f54d7f support rails 4.2 24 October 2014, 12:57:27 UTC
c969690 Merge pull request #448 from ggilder/ignore-coverage Ignore coverage dir 21 October 2014, 03:45:16 UTC
a9c10c9 Merge pull request #449 from ggilder/update-changelog-for-445-and-446 Add changelog entries for previous PRs 21 October 2014, 03:45:03 UTC
3c5ebd6 Add changelog entries for previous PRs 20 October 2014, 23:20:47 UTC
9c1a0fb Ignore coverage dir 20 October 2014, 23:09:25 UTC
a42e2b1 Merge pull request #445 from ggilder/fix-rub-symbol Switch default and alternate symbols for RUB 18 October 2014, 16:28:08 UTC
77ad0f3 Merge pull request #446 from ggilder/fix-try-symbol Fix symbol for Turkish Lira 18 October 2014, 16:27:53 UTC
048ab7d Fix symbol for Turkish Lira According to [Wikipedia][1], the currently used symbol is "₺". [1]: http://en.wikipedia.org/wiki/Turkish_lira#Currency_sign 18 October 2014, 00:39:55 UTC
d1acabe Switch default and alternate symbols for RUB According to [Wikipedia][1] and [XE][2], the "руб" symbol is more commonly used. Also added the "₽" symbol as an alternate, because it was only added to Unicode this year and probably isn't widely supported yet. [1]: http://en.wikipedia.org/wiki/Russian_ruble#Currency_symbol [2]: http://www.xe.com/symbols.php 17 October 2014, 23:07:32 UTC
105036b Merge pull request #443 from BRMatt/patch-1 Display symbol for NGN before monetary value 13 October 2014, 15:10:12 UTC
33ea8e9 Add note on NGN formatting to CHANGELOG.md 13 October 2014, 11:05:37 UTC
d9ee5f3 Display symbol for NGN before denomination See examples: http://en.wikipedia.org/wiki/Nigerian_naira http://www.xe.com/currency/ngn-nigerian-naira 13 October 2014, 11:00:37 UTC
7df3e6d Merge pull request #442 from tweymuth/master Correct smallest denomination for Vietnamese dong 11 October 2014, 17:21:53 UTC
3c83b0f Correct smallest denomination for Vietnamese dong 11 October 2014, 15:55:58 UTC
11491ce Merge pull request #441 from ggilder/fix-vnd-subunit Change VND subunit_to_unit to 1 10 October 2014, 23:41:56 UTC
0152bcf Change VND subunit_to_unit to 1 According to [Wikipedia][1], the Vietnamese dong has not had subunits (hào or xu) since roughly 1985. [1]: http://en.wikipedia.org/wiki/Vietnamese_dong 10 October 2014, 22:31:05 UTC
ff0bf0b Merge pull request #440 from arthurtalkgoal/master CNY html_entity consistent with other setup 10 October 2014, 11:32:57 UTC
b5a4719 CNY html_entity consistent with other setup 10 October 2014, 02:20:14 UTC
3d2b34a Merge pull request #438 from edwinv/master Introduce `disambiguate: true` option for formatting 22 September 2014, 18:04:51 UTC
7bb542e Introduce `disambiguate: true` option for formatting 22 September 2014, 07:27:10 UTC
6838873 Merge pull request #435 from shpupti/master Fix the subunit_to_unit values of the CLP and KRW currencies 16 September 2014, 15:23:00 UTC
c01e4f9 Updated changelog and authors 16 September 2014, 13:28:55 UTC
7e5d0da Fixed the subunit_to_unit value of CLP and KRW currencies 16 September 2014, 12:06:26 UTC
bacd895 Enabling the spec rake task 16 September 2014, 12:05:22 UTC
fae74d0 v6.3.0 11 September 2014, 23:23:04 UTC
705dcff Merge pull request #433 from tweymuth/master Add method to round to nearest possible amount of cash (aka Swedish rounding) 11 September 2014, 10:12:57 UTC
2d7d4a7 Use configured rounding mode for rounding to nearest cash value 11 September 2014, 07:11:45 UTC
a89091a Extend tests for rounding to nearest possible cash value to include negative amounts of money 10 September 2014, 12:11:07 UTC
826f3c6 Merge pull request #434 from georgemillo/master fixing spelling mistake 10 September 2014, 11:16:41 UTC
back to top