# -*- encoding: utf-8 -*- # stub: iso_country_codes 0.3.1 ruby lib Gem::Specification.new do |s| s.name = "iso_country_codes".freeze s.version = "0.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["alex".freeze] s.date = "2013-01-28" s.description = "ISO country code and currency library".freeze s.email = "alexrabarts@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "History.txt".freeze, "Manifest.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "iso_country_codes.gemspec".freeze, "lib/iso_country_codes.rb".freeze, "lib/iso_country_codes/code.rb".freeze, "lib/iso_country_codes/iso_3166_1.rb".freeze, "lib/iso_country_codes/iso_4217.rb".freeze, "lib/iso_country_codes/iso_country_codes.rb".freeze, "rakelib/cultivate.rake".freeze, "rakelib/iso_3166_1.rake".freeze, "rakelib/iso_3166_1.rb".freeze, "rakelib/iso_3166_1.rb.erb".freeze, "test/iso_country_codes_test.rb".freeze] s.homepage = "http://github.com/alexrabarts/iso_country_codes".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Provides ISO 3166-1 country codes/names and ISO 4217 currencies.".freeze s.test_files = ["test/iso_country_codes_test.rb".freeze] end