-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ruby-money
updated
19 files
+1 −0 | AUTHORS | |
+20 −0 | CHANGELOG.md | |
+43 −2 | README.md | |
+45 −0 | config/currency_backwards_compatible.json | |
+5 −35 | config/currency_iso.json | |
+16 −0 | config/currency_non_iso.json | |
+13 −2 | lib/money/currency.rb | |
+11 −0 | lib/money/locale_backend/currency.rb | |
+2 −2 | lib/money/locale_backend/legacy.rb | |
+7 −2 | lib/money/money.rb | |
+35 −31 | lib/money/money/formatter.rb | |
+36 −3 | lib/money/money/formatting_rules.rb | |
+3 −1 | lib/money/money/locale_backend.rb | |
+1 −1 | lib/money/version.rb | |
+2 −2 | money.gemspec | |
+15 −0 | spec/currency_spec.rb | |
+15 −0 | spec/locale_backend/currency_spec.rb | |
+15 −0 | spec/money/formatting_spec.rb | |
+14 −0 | spec/money_spec.rb |