- Added extra currencies:
- Azerbaijani manat
- Chinese yuan
- Czech koruna
- Hungarian forint
- Indinan rupee
- Russian ruble
- Turkish Lira
- Ukrainian Hryvnia
- Swiss Frank
- Polish Zloty
- Kazakhstani Tenge
- Required Forwardable on Collection to resolve NameError #44
- Add capability to parse currency amounts given with suffixes (K, M, B, and T)
- Add NilClass extension
- Added correct parsing of Brazilian Real $R symbol
- Add testing task for Brazilian Real parsing
- Add Lira Sign (₤) as a symbol for GBP
- Updated Money version dependency to 6.6
- Fixed support for
Money.infinite_precision = true
in .to_money - Add Rubocop config to project
- Reformat code to adapt to Rubocop guidelines
- Add config setting to always enforce currency delimiters
- Add rake console task
- Fix issue where parsing a Money object resulted in a Money object with its currency set to
Money.default_currency
, rather than the currency that it was sent in as.