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

Version Path
Pr0d1r2-geokit-1.3.2.1 Rakefile
Pr0d1r2-geokit-1.3.2 Rakefile
andre-geokit-1.3.2 Rakefile
andre-geokit-1.4.0 Rakefile
andre-geokit-1.4.1 Rakefile
andre-geokit-1.5.0 Rakefile
darrell-geokit-1.4.1.1 Rakefile
drogus-geokit-1.4.2 Rakefile
flowers-geokit-1.4.1 Rakefile
mussegam-geokit-1.4.1 Rakefile
sayso-geokit-1.5.0.3.003 Rakefile
geokit-with-premier-support-1.5.0 Rakefile
sayso-geokit-1.5.0.3.002 Rakefile
sayso-geokit-1.5.0.3.001 Rakefile
rjaswal-geokit-1.5.1 Rakefile
rjaswal-geokit-1.5.0.2 Rakefile
badnaam-geokit-1.5.1 Rakefile
badnaam-geokit-1.5.0 Rakefile
glebm-geokit-1.5.2 Rakefile
eugenebolshakov-geokit-1.5.1 Rakefile