Sha256: c31ebe84b08e060312a773ebf1b476ea1dec4db7063356861e75137471204bdb

Contents?: true

Size: 1.01 KB

Versions: 4

Compression:

Stored size: 1.01 KB

Contents

# encoding: utf-8

require File.expand_path("../lib/graticule/version.rb", __FILE__)

Gem::Specification.new do |spec|
  spec.name    = "graticule"
  spec.version = Graticule::VERSION

  spec.authors     = ["Brandon Keepers", "Daniel Morrison", "Jason Roelofs", "Collective Idea"]
  spec.email       = ["brandon@opensoul.org", "daniel@collectiveidea.com", "jasongroelofs@gmail.com", "code@collectiveidea.com"]
  spec.description = "Graticule is a geocoding API that provides a common interface to all the popular services, including Google, Yahoo, Geocoder.us, and MetaCarta."
  spec.summary     = "API for using all the popular geocoding services"
  spec.homepage    = "https://github.com/collectiveidea/graticule"
  spec.license     = "MIT"

  spec.files         = `git ls-files`.split($\)
  spec.test_files    = spec.files.grep(/^test/)
  spec.executables   = ["geocode"]
  spec.require_paths = ["lib"]

  spec.add_dependency "activesupport"
  spec.add_dependency "i18n"
  spec.add_dependency "nokogiri-happymapper", ">= 0.5.9"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
graticule-2.7.2 graticule.gemspec
graticule-2.7.1 graticule.gemspec
graticule-2.7.0 graticule.gemspec
graticule-2.6.0 graticule.gemspec