Sha256: 7077285de741da2a6582faccfca92beaa9b03ab8ad2dccaa8dfd63d8bd39ee26
Contents?: true
Size: 950 Bytes
Versions: 2
Compression:
Stored size: 950 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 = "Provides country, state and province infomation in Ruby hashes." 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-1.0.1 | geography_helper.gemspec |
geography_helper-1.0.0 | geography_helper.gemspec |