# -*- 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