Rakefile in geokit-1.2.5 vs Rakefile in geokit-1.2.6

- old
+ new

@@ -2,12 +2,13 @@ require 'rubygems' require 'hoe' require './lib/geokit.rb' -Hoe.new('geokit', Geokit::VERSION) do |p| +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