Sha256: 2a6beccab32a42760d42dcb2a309ee3663e0ebac6c05d965045f79712b7a9f48

Contents?: true

Size: 670 Bytes

Versions: 1

Compression:

Stored size: 670 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/iso-country/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ['Chris Kalafarski']
  gem.email         = ['chris@farski.com']
  gem.description   = %q{A standard way of handling country data}
  gem.summary       = %q{A standard way of handling country data}
  gem.homepage      = ''

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = 'iso-country'
  gem.require_paths = ['lib']
  gem.version       = Iso::Country::VERSION
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iso-country-0.1.0 iso-country.gemspec