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

problem with IsoCountryCodes.search_by_name #8

Closed greshny closed 11 years ago

greshny commented 11 years ago

Hi

I have fixed one small typo and added few tests for exceptions

Thanks

alexrabarts commented 11 years ago

Thanks. I just issued a point release (0.4.1) on Rubygems.org with your patch.

greshny commented 11 years ago

Thank you!!