Sha256: 24bd345eb492c080b6a9c6cd813e63f34b421ad760caf7d1720439bd0d2d42dc

Contents?: true

Size: 1.63 KB

Versions: 1

Compression:

Stored size: 1.63 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{iso_country_codes}
  s.version = "0.3.1"

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

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iso_country_codes-0.3.1 iso_country_codes.gemspec