Sha256: 5c405b5a96fecfa70aa5fe7636e68faebf8b4bba5d3be4cd14df8ca3dcd24a9a

Contents?: true

Size: 843 Bytes

Versions: 14

Compression:

Stored size: 843 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{iso_country_codes}
  s.version = File.read('VERSION').strip
  s.authors = ["Alex Rabarts"]
  s.description = %q{ISO country code and currency library}
  s.summary = %q{Provides ISO 3166-1 country codes/names and ISO 4217 currencies.}
  s.homepage = %q{http://github.com/alexrabarts/iso_country_codes}
  s.email = %q{alexrabarts@gmail.com}
  s.extra_rdoc_files = ["README.rdoc"]
  s.files = `git ls-files`.split("\n")
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ['lib']
  s.license = 'MIT'

  ['bundler', 'shoulda', 'mocha', 'nokogiri'].each do |gem|
    s.add_development_dependency gem, '~> 0'
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
iso_country_codes-0.7.8 iso_country_codes.gemspec
iso_country_codes-0.7.7 iso_country_codes.gemspec
iso_country_codes-0.7.6 iso_country_codes.gemspec
iso_country_codes-0.7.5 iso_country_codes.gemspec
iso_country_codes-0.7.4 iso_country_codes.gemspec
iso_country_codes-0.7.3 iso_country_codes.gemspec
iso_country_codes-0.7.2 iso_country_codes.gemspec
iso_country_codes-0.7.1 iso_country_codes.gemspec
iso_country_codes-0.7.0 iso_country_codes.gemspec
iso_country_codes-0.6.1 iso_country_codes.gemspec
iso_country_codes-0.6.0 iso_country_codes.gemspec
iso_country_codes-0.5.0 iso_country_codes.gemspec
iso_country_codes-0.4.4 iso_country_codes.gemspec
iso_country_codes-0.4.3 iso_country_codes.gemspec