Sha256: 8b7152b374ad81c669641e2e8510c0edad88102d8810cb46c8703a8c83dea055
Contents?: true
Size: 579 Bytes
Versions: 10
Compression:
Stored size: 579 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' require './lib/geokit.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', 'pr0d1r2@gmail.com') p.summary="Geokit provides geocoding and distance calculation in an easy-to-use API with caching in MultiGeocoder" end # vim: syntax=Ruby
Version data entries
10 entries across 10 versions & 1 rubygems