Provides ISO-3166 countries list.
To install it, add the gem to your Gemfile:
gem 'spine-countries'
Then run bundle
. If you're not using Bundler, just gem install spine-countries
.
country = Spine::Countries.find('US')
country.name
# => 'United States'