Rakefile in Pr0d1r2-geokit-1.3.2.1 vs Rakefile in Pr0d1r2-geokit-1.3.2.2
- old
+ new
@@ -12,11 +12,11 @@
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"
+ 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