Sha256: 6dbf124f9bc50876c53d866cc46cf66b04611dfff35139ee0c564c92d39d9672
Contents?: true
Size: 528 Bytes
Versions: 30
Compression:
Stored size: 528 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') p.summary="Geokit provides geocoding and distance calculation in an easy-to-use API" end # vim: syntax=Ruby
Version data entries
30 entries across 30 versions & 14 rubygems