-
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
17 files
+1 −0 | .travis.yml | |
+16 −2 | CHANGELOG.md | |
+20 −1 | README.md | |
+1 −0 | Rakefile | |
+5 −5 | config/currency_iso.json | |
+14 −6 | lib/money/bank/variable_exchange.rb | |
+47 −30 | lib/money/money.rb | |
+3 −3 | lib/money/money/allocation.rb | |
+3 −3 | lib/money/money/arithmetic.rb | |
+24 −23 | lib/money/rates_store/memory.rb | |
+1 −1 | lib/money/version.rb | |
+22 −6 | spec/bank/variable_exchange_spec.rb | |
+2 −2 | spec/money/allocation_spec.rb | |
+2 −2 | spec/money/formatting_spec.rb | |
+14 −4 | spec/money_spec.rb | |
+2 −20 | spec/rates_store/memory_spec.rb | |
+19 −0 | spec/spec_helper.rb |