alexrabarts / iso_country_codes

A Ruby library that provides ISO 3166-1 country codes/names and ISO 4217 currencies
http://github.com/alexrabarts/iso-country-codes
163 stars 62 forks source link

Added a few new-ish ISO-3166-1 country codes. #1

Closed rosscooperman closed 13 years ago

rosscooperman commented 13 years ago

I added their currencies to the 4217 list as well because it looked like that was the pattern you had established.

alexrabarts commented 13 years ago

Thanks for this. I just ran the 'codes:update' rake task, which fetches the latest codes from http://en.wikipedia.org/wiki/ISO_3166-1 and creates the classes automatically. I also added in the currencies (currently done manually). These changes are now in version 0.2.3, which is now on RubyGems. Note that code ANT has been removed from Wikiedia, and therefore from the gem - hopefully this won't cause an issue for you but, if it does, then I will look at adding a flag for deprecated codes.