money icon indicating copy to clipboard operation
money copied to clipboard

A Ruby Library for dealing with money and currency conversion.

Results 65 money issues
Sort by recently updated
recently updated
newest added

Power arithmetic and test specs added. Fixes/Inspired #1060.

Changelog talks about releases up until 6.18.0, but the latest tagged version is 6.16.0 Did some releases get lost or forgotten?

Example: ```ruby Money.new(1000, "USD") ** 2 NoMethodError (undefined method `**' for # Did you mean? *) ``` Enabling this may support statistical analysis on arrays of money objects such as...

First of all: I love this gem. I've used it in nearly ever Rails project I've worked on. Thank you to all the contributors! One use-case I've run into several...

Similar to HUF, MGA and MRU don’t have in line with ISO 4217 due to a non-standard subunit_to_unit of 5. [According to Wikipedia](https://en.wikipedia.org/wiki/Malagasy_ariary) MGA is notionally subdivided into 5 units....

Subunits of Hungarian forint are no longer in circulation and were eliminated in #679. However, ISO continues to treat HUF as a two decimal place currency. This can be confirmed...

https://github.com/RubyMoney/money/blob/37e183a883b1629dee30570e3482c35e591530be/money.gemspec#L18 Probably the first i18n version fully compatible with Ruby 3.0 is v1.8.6. Ref: - https://github.com/ruby-i18n/i18n/releases/tag/v1.8.6 - ruby-i18n/i18n#545

This is a part of fixing the https://github.com/RubyMoney/money-rails/issues/697

``` codespell **/*.rb *.md -L fils,arry,isnt,zar,befor -w ```

This magic comment is not needed anymore because the default encoding of source code files assumed by Ruby 2 is utf-8, and the minimum required Ruby version is 3.1 Autofixed...