Sha256: da25075923ebdb6e672bffe332e3dca12ae3de2922ea820656612cb6ca4b8514
Contents?: true
Size: 548 Bytes
Versions: 2
Compression:
Stored size: 548 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' require './lib/geokit-with-google-premier.rb' # undefined method `empty?' for nil:NilClass # /Library/Ruby/Site/1.8/rubygems/specification.rb:886:in `validate' class NilClass def empty? true end end project=Hoe.new('geokit', Geokit::VERSION) do |p| #p.rubyforge_name = 'geokit' # if different than lowercase project name p.developer('Andre Lewis', 'andre@earthcode.com') p.summary="Geokit provides geocoding and distance calculation in an easy-to-use API" end # vim: syntax=Ruby
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
geokit-with-google-premier-1.5.5 | Rakefile |
geokit-with-google-premier-1.5.0 | Rakefile |