Sha256: b3fa74aa5df04bf13a0a41058a60e771afea4d1edac2e2cbcaf02a169cca6787

Contents?: true

Size: 364 Bytes

Versions: 8

Compression:

Stored size: 364 Bytes

Contents

# -*- ruby -*-

require 'rubygems'
require 'hoe'
require './lib/geokit.rb'

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

8 entries across 8 versions & 4 rubygems

Version Path
andre-geokit-1.2.6 Rakefile
andre-geokit-1.3.1 Rakefile
dreamcat4-geokit-1.3.0 Rakefile
dreamcat4-geokit-1.3.1 Rakefile
yannski-geokit-1.2.6 Rakefile
yannski-geokit-1.2.7 Rakefile
geokit-1.2.6 Rakefile
geokit-1.3.0 Rakefile