Sha256: 053604f044e3e5ae6d5b5aa462dc333e7644a4d93f86a46b965702dc7a37023b

Contents?: true

Size: 707 Bytes

Versions: 1

Compression:

Stored size: 707 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      = 'https://github.com/farski/iso-country'

  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.1 iso-country.gemspec