Sha256: cceb36868ac1794d426d141d74fefc94d967c56cc1b4d8f44fdf50e0127d6b5b

Contents?: true

Size: 939 Bytes

Versions: 4

Compression:

Stored size: 939 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       = "Ruby hash state, province and country abbreviations."
  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

4 entries across 4 versions & 1 rubygems

Version Path
geography_helper-0.1.5 geography_helper.gemspec
geography_helper-0.1.4 geography_helper.gemspec
geography_helper-0.1.3 geography_helper.gemspec
geography_helper-0.1.2 geography_helper.gemspec