currencies
currencies copied to clipboard
Simple gem for working with currencies. It is extracted from the countries gem and contains all the currency information in the ISO 4217 standard.
New currency in Venezuela (VES): Details of this new currency code are as follows: Alpha code: VES Currency name: Bolivar Soberano Numeric code: 928 Fractional digit: 2 This new currency...
In accordance with the amendment #161 http://www.currency-iso.org/dam/isocy/downloads/dl_currency_iso_amendment_161.pdf
Bumps [rake](https://github.com/ruby/rake) from 0.9.2.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
Bumps [yard](https://github.com/lsegal/yard) from 0.8.1 to 0.9.20. Release notes *Sourced from [yard's releases](https://github.com/lsegal/yard/releases).* > ## Release v0.9.20 > > [0.9.20]: https://github.com/lsegal/yard/compare/v0.9.19...v0.9.20 > > - Fix parsing of stringified Symbols in Ruby...
Version 0.4.3 was tagged nearly a year ago. Am I the only one who thinks it’s time to publish that version on rubygems.org now? Would be great if someone could...
@hexorx Hey! Would it be possible to release a new version of the gem with all the updated countries? Is there any way I could help with that?
I discovered the gem was returning 0.0 exchange rates, having checked the source it would seem the yahoo finances request is returning a 403: ``` http = Net::HTTP.new('download.finance.yahoo.com', 80) =>...
Thanks to https://github.com/hexorx/currencies/blob/master/lib/currencies/extentions.rb, if `Money` is not defined, this defines it as an almost vanilla class, which can lead to unexpected behaviour.
Hi guys, Noticed you added full_name as an readable attribute. However, the commit was in Dec '14 while the most updated gem is in June '14, so full_name is not...
Hi. First of all, thanks for creating the countries and currencies gems. I've a question—is the currencies gem still being maintained? There have been no PRs merged since late Feb...