<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,23 +1,44 @@
+(in /Users/snf/Documents/Projects/fireeagle)
+# -*- encoding: utf-8 -*-
+
 Gem::Specification.new do |s|
   s.name = %q{fireeagle}
-  s.version = &quot;0.8.0.0&quot;
-  s.specification_version = 2 if s.respond_to? :specification_version=
+  s.version = &quot;0.8.0.1&quot;
+
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Jesse Newland&quot;]
-  s.date = %q{2008-04-29}
+  s.date = %q{2009-02-03}
   s.description = %q{Ruby wrapper for Yahoo!'s FireEagle}
   s.email = [&quot;jnewland@gmail.com&quot;]
   s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;License.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;]
-  s.files = [&quot;config/hoe.rb&quot;, &quot;config/requirements.rb&quot;, &quot;History.txt&quot;, &quot;License.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;Rakefile&quot;, &quot;lib/fireeagle.rb&quot;, &quot;lib/fireeagle/client.rb&quot;, &quot;lib/fireeagle/location.rb&quot;, &quot;lib/fireeagle/response.rb&quot;, &quot;lib/fireeagle/user.rb&quot;, &quot;lib/fireeagle/version.rb&quot;, &quot;setup.rb&quot;, &quot;spec/fireeagle_location_spec.rb&quot;, &quot;spec/fireeagle_response_spec.rb&quot;, &quot;spec/fireeagle_spec.rb&quot;, &quot;spec/spec.opts&quot;, &quot;spec/spec_helper.rb&quot;, &quot;tasks/environment.rake&quot;, &quot;tasks/rspec.rake&quot;]
+  s.files = [&quot;config/hoe.rb&quot;, &quot;config/requirements.rb&quot;, &quot;History.txt&quot;, &quot;License.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;Rakefile&quot;, &quot;lib/fireeagle.rb&quot;, &quot;lib/fireeagle/client.rb&quot;, &quot;lib/fireeagle/error.rb&quot;, &quot;lib/fireeagle/location.rb&quot;, &quot;lib/fireeagle/location_hierarchy.rb&quot;, &quot;lib/fireeagle/locations.rb&quot;, &quot;lib/fireeagle/response.rb&quot;, &quot;lib/fireeagle/user.rb&quot;, &quot;lib/fireeagle/version.rb&quot;, &quot;setup.rb&quot;, &quot;spec/fireeagle_response_spec.rb&quot;, &quot;spec/fireeagle_spec.rb&quot;, &quot;spec/location_spec.rb&quot;, &quot;spec/locations_spec.rb&quot;, &quot;spec/responses/error.xml&quot;, &quot;spec/responses/exact_location_chunk.xml&quot;, &quot;spec/responses/location_chunk.xml&quot;, &quot;spec/responses/location_chunk_with_query.xml&quot;, &quot;spec/responses/locations_chunk.xml&quot;, &quot;spec/responses/lookup.xml&quot;, &quot;spec/responses/recent.xml&quot;, &quot;spec/responses/user.xml&quot;, &quot;spec/responses/within.xml&quot;, &quot;spec/spec.opts&quot;, &quot;spec/spec_helper.rb&quot;, &quot;tasks/environment.rake&quot;, &quot;tasks/rspec.rake&quot;]
   s.has_rdoc = true
   s.homepage = %q{http://fireeagle.rubyforge.org}
   s.rdoc_options = [&quot;--main&quot;, &quot;README.txt&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{fireeagle}
-  s.rubygems_version = %q{1.1.1}
+  s.rubygems_version = %q{1.3.1}
   s.summary = %q{Ruby wrapper for Yahoo!'s FireEagle}
 
-  s.add_dependency(%q&lt;happymapper&gt;, [&quot;&gt;= 0.2.1&quot;])
-  s.add_dependency(%q&lt;oauth&gt;, [&quot;&gt;= 0.2.4&quot;])
-  s.add_dependency(%q&lt;GeoRuby&gt;, [&quot;&gt;= 1.3.2&quot;])
+  if s.respond_to? :specification_version then
+    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
+    s.specification_version = 2
+
+    if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
+      s.add_runtime_dependency(%q&lt;oauth&gt;, [&quot;&gt;= 0.3.1&quot;])
+      s.add_runtime_dependency(%q&lt;happymapper&gt;, [&quot;&gt;= 0.2.1&quot;])
+      s.add_runtime_dependency(%q&lt;GeoRuby&gt;, [&quot;&gt;= 1.3.2&quot;])
+      s.add_development_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.8.0&quot;])
+    else
+      s.add_dependency(%q&lt;oauth&gt;, [&quot;&gt;= 0.3.1&quot;])
+      s.add_dependency(%q&lt;happymapper&gt;, [&quot;&gt;= 0.2.1&quot;])
+      s.add_dependency(%q&lt;GeoRuby&gt;, [&quot;&gt;= 1.3.2&quot;])
+      s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.8.0&quot;])
+    end
+  else
+    s.add_dependency(%q&lt;oauth&gt;, [&quot;&gt;= 0.3.1&quot;])
+    s.add_dependency(%q&lt;happymapper&gt;, [&quot;&gt;= 0.2.1&quot;])
+    s.add_dependency(%q&lt;GeoRuby&gt;, [&quot;&gt;= 1.3.2&quot;])
+    s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.8.0&quot;])
+  end
 end</diff>
      <filename>fireeagle.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ module FireEagle #:nodoc:
     MAJOR = 0
     MINOR = 8
     TINY  = 0
-    TEENY = 0
+    TEENY = 1
 
     STRING = [MAJOR, MINOR, TINY, TEENY].join('.')
   end</diff>
      <filename>lib/fireeagle/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1cd16d94d6b09a557238d8434edc6afe3a669cc2</id>
    </parent>
  </parents>
  <author>
    <name>Seth Fitzsimmons</name>
    <email>seth@mojodna.net</email>
  </author>
  <url>http://github.com/jnewland/fireeagle/commit/12f0988c57c666462b6479a1bf80bb72a6ab2cfe</url>
  <id>12f0988c57c666462b6479a1bf80bb72a6ab2cfe</id>
  <committed-date>2009-02-03T16:11:25-08:00</committed-date>
  <authored-date>2009-02-03T16:11:25-08:00</authored-date>
  <message>bumped version to 0.8.0.1</message>
  <tree>473973fc0eb41885d2c528ca1131fca7088b448b</tree>
  <committer>
    <name>Seth Fitzsimmons</name>
    <email>seth@mojodna.net</email>
  </committer>
</commit>
