Sha256: 97fcacc418ae362fc7cb00b4cb962ecd16bb68007e3a001aecf3f411b5834505

Contents?: true

Size: 812 Bytes

Versions: 2

Compression:

Stored size: 812 Bytes

Contents

# coding: utf-8
require File.expand_path("../lib/gcoder/version", __FILE__)

Gem::Specification.new do |s|
  s.name        = 'gcoder'
  s.version     = GCoder::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['Carsten Nielsen']
  s.email       = ['heycarsten@gmail.com']
  s.homepage    = 'http://github.com/heycarsten/gcoder'
  s.summary     = %q{A nice library for geocoding stuff with Google Geocoder API}
  s.description = %q{Uses Google Geocoder API to geocode stuff and optionally caches the results somewhere}

  s.required_rubygems_version = '>= 1.3.6'
  s.rubyforge_project = 'gcoder'

  s.add_dependency 'hashie'
  s.add_dependency 'yajl-ruby'

  s.files         = `git ls-files`.split(?\n)
  s.test_files    = `git ls-files -- {test,spec}/*`.split(?\n)
  s.require_paths = ['lib']
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gcoder-0.10.0 gcoder.gemspec
gcoder-0.9.0 gcoder.gemspec