Sha256: d02130716ad454c4f597c7b521f927feaf9afdf6a90aa86d3c9dafb9d33e9c3d
Contents?: true
Size: 926 Bytes
Versions: 2
Compression:
Stored size: 926 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'geography_helper/version' Gem::Specification.new do |spec| spec.name = "geography_helper" spec.version = GeographyHelper::VERSION spec.authors = ["Eric Iacutone"] spec.email = ["eric.iacutone@gmail.com"] spec.summary = "Hash state, province and country codes." spec.homepage = "https://github.com/iacutone/geography_helper" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
geography_helper-0.1.1 | geography_helper.gemspec |
geography_helper-0.1.0 | geography_helper.gemspec |