<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>History.txt</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,5 @@
 .project
+History.txt
 Manifest.txt
 README.markdown
 Rakefile
@@ -10,8 +11,10 @@ test/test_base_geocoder.rb
 test/test_bounds.rb
 test/test_ca_geocoder.rb
 test/test_geoloc.rb
+test/test_geoplugin_geocoder.rb
 test/test_google_geocoder.rb
 test/test_google_reverse_geocoder.rb
+test/test_inflector.rb
 test/test_ipgeocoder.rb
 test/test_latlng.rb
 test/test_multi_geocoder.rb</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -2,19 +2,13 @@
 
 require 'rubygems'
 require 'hoe'
-require './lib/geokit'
+require './lib/geokit.rb'
 
-Hoe.new('Geokit', Geokit::VERSION) do |p|
-  # p.rubyforge_name = 'Geokitx' # if different than lowercase project name
-  p.developer('Andre Lewis and Bill Eisenhauer', 'andre@earthcode.com / bill_eisenhauer@yahoo.com')
+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=&quot;Geokit provides geocoding and distance calculation in an easy-to-use API&quot;
 end
 
-task :generate_gemspec do
-  system &quot;rake debug_gem | grep -v \&quot;(in \&quot; &gt; `basename \\`pwd\\``.gemspec&quot;
-end
-
-task :update_manifest do
-  system &quot;touch Manifest.txt; rake check_manifest | grep -v \&quot;(in \&quot; | patch&quot;
-end
 
 # vim: syntax=Ruby</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 module Geokit
-  VERSION = '1.2.0'
+  VERSION = '1.2.5'
   # These defaults are used in Geokit::Mappable.distance_to and in acts_as_mappable
   @@default_units = :miles
   @@default_formula = :sphere</diff>
      <filename>lib/geokit.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/geokit/geocoders.rb.orig</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>1bda0f26daf7914310016a49fddc8ebdc63a27d2</id>
    </parent>
  </parents>
  <author>
    <name>Andre Lewis</name>
    <email>andre@highgroove.com</email>
  </author>
  <url>http://github.com/pic/geokit/commit/b1bcfaa63660379d746c3394a4198d433bf634a4</url>
  <id>b1bcfaa63660379d746c3394a4198d433bf634a4</id>
  <committed-date>2009-03-03T03:16:36-08:00</committed-date>
  <authored-date>2009-03-03T03:16:36-08:00</authored-date>
  <message>fixed manifest and added History.txt</message>
  <tree>b3e2ff8d20f47a244e84a48c85266b852b95b0cd</tree>
  <committer>
    <name>Andre Lewis</name>
    <email>andre@highgroove.com</email>
  </committer>
</commit>
