<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,26 +1,95 @@
+# Generated by jeweler
+# DO NOT EDIT THIS FILE
+# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
 # -*- encoding: utf-8 -*-
 
 Gem::Specification.new do |s|
   s.name = %q{httparty}
-  s.version = &quot;0.4.4&quot;
+  s.version = &quot;0.4.5&quot;
 
-  s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 1.2&quot;) if s.respond_to? :required_rubygems_version=
+  s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;John Nunemaker&quot;]
-  s.date = %q{2009-07-19}
+  s.date = %q{2009-09-12}
   s.default_executable = %q{httparty}
   s.description = %q{Makes http fun! Also, makes consuming restful web services dead easy.}
   s.email = %q{nunemaker@gmail.com}
   s.executables = [&quot;httparty&quot;]
-  s.extra_rdoc_files = [&quot;bin/httparty&quot;, &quot;lib/httparty/cookie_hash.rb&quot;, &quot;lib/httparty/core_extensions.rb&quot;, &quot;lib/httparty/exceptions.rb&quot;, &quot;lib/httparty/module_inheritable_attributes.rb&quot;, &quot;lib/httparty/request.rb&quot;, &quot;lib/httparty/response.rb&quot;, &quot;lib/httparty/version.rb&quot;, &quot;lib/httparty.rb&quot;, &quot;README.rdoc&quot;]
-  s.files = [&quot;bin/httparty&quot;, &quot;cucumber.yml&quot;, &quot;examples/aaws.rb&quot;, &quot;examples/basic.rb&quot;, &quot;examples/delicious.rb&quot;, &quot;examples/google.rb&quot;, &quot;examples/rubyurl.rb&quot;, &quot;examples/twitter.rb&quot;, &quot;examples/whoismyrep.rb&quot;, &quot;features/basic_authentication.feature&quot;, &quot;features/command_line.feature&quot;, &quot;features/deals_with_http_error_codes.feature&quot;, &quot;features/handles_multiple_formats.feature&quot;, &quot;features/steps/env.rb&quot;, &quot;features/steps/httparty_response_steps.rb&quot;, &quot;features/steps/httparty_steps.rb&quot;, &quot;features/steps/mongrel_helper.rb&quot;, &quot;features/steps/remote_service_steps.rb&quot;, &quot;features/supports_redirection.feature&quot;, &quot;History&quot;, &quot;httparty.gemspec&quot;, &quot;lib/httparty/cookie_hash.rb&quot;, &quot;lib/httparty/core_extensions.rb&quot;, &quot;lib/httparty/exceptions.rb&quot;, &quot;lib/httparty/module_inheritable_attributes.rb&quot;, &quot;lib/httparty/request.rb&quot;, &quot;lib/httparty/response.rb&quot;, &quot;lib/httparty/version.rb&quot;, &quot;lib/httparty.rb&quot;, &quot;Manifest&quot;, &quot;MIT-LICENSE&quot;, &quot;Rakefile&quot;, &quot;README.rdoc&quot;, &quot;spec/fixtures/delicious.xml&quot;, &quot;spec/fixtures/empty.xml&quot;, &quot;spec/fixtures/google.html&quot;, &quot;spec/fixtures/twitter.json&quot;, &quot;spec/fixtures/twitter.xml&quot;, &quot;spec/fixtures/undefined_method_add_node_for_nil.xml&quot;, &quot;spec/httparty/cookie_hash_spec.rb&quot;, &quot;spec/httparty/request_spec.rb&quot;, &quot;spec/httparty/response_spec.rb&quot;, &quot;spec/httparty_spec.rb&quot;, &quot;spec/spec.opts&quot;, &quot;spec/spec_helper.rb&quot;, &quot;website/css/common.css&quot;, &quot;website/index.html&quot;]
+  s.extra_rdoc_files = [
+    &quot;README.rdoc&quot;
+  ]
+  s.files = [
+    &quot;.gitignore&quot;,
+     &quot;History&quot;,
+     &quot;MIT-LICENSE&quot;,
+     &quot;Manifest&quot;,
+     &quot;README.rdoc&quot;,
+     &quot;Rakefile&quot;,
+     &quot;VERSION&quot;,
+     &quot;bin/httparty&quot;,
+     &quot;cucumber.yml&quot;,
+     &quot;examples/aaws.rb&quot;,
+     &quot;examples/basic.rb&quot;,
+     &quot;examples/delicious.rb&quot;,
+     &quot;examples/google.rb&quot;,
+     &quot;examples/rubyurl.rb&quot;,
+     &quot;examples/twitter.rb&quot;,
+     &quot;examples/whoismyrep.rb&quot;,
+     &quot;features/basic_authentication.feature&quot;,
+     &quot;features/command_line.feature&quot;,
+     &quot;features/deals_with_http_error_codes.feature&quot;,
+     &quot;features/handles_multiple_formats.feature&quot;,
+     &quot;features/steps/env.rb&quot;,
+     &quot;features/steps/httparty_response_steps.rb&quot;,
+     &quot;features/steps/httparty_steps.rb&quot;,
+     &quot;features/steps/mongrel_helper.rb&quot;,
+     &quot;features/steps/remote_service_steps.rb&quot;,
+     &quot;features/supports_redirection.feature&quot;,
+     &quot;features/supports_timeout_option.feature&quot;,
+     &quot;httparty.gemspec&quot;,
+     &quot;lib/httparty.rb&quot;,
+     &quot;lib/httparty/cookie_hash.rb&quot;,
+     &quot;lib/httparty/core_extensions.rb&quot;,
+     &quot;lib/httparty/exceptions.rb&quot;,
+     &quot;lib/httparty/module_inheritable_attributes.rb&quot;,
+     &quot;lib/httparty/request.rb&quot;,
+     &quot;lib/httparty/response.rb&quot;,
+     &quot;lib/httparty/version.rb&quot;,
+     &quot;spec/fixtures/delicious.xml&quot;,
+     &quot;spec/fixtures/empty.xml&quot;,
+     &quot;spec/fixtures/google.html&quot;,
+     &quot;spec/fixtures/twitter.json&quot;,
+     &quot;spec/fixtures/twitter.xml&quot;,
+     &quot;spec/fixtures/undefined_method_add_node_for_nil.xml&quot;,
+     &quot;spec/httparty/cookie_hash_spec.rb&quot;,
+     &quot;spec/httparty/request_spec.rb&quot;,
+     &quot;spec/httparty/response_spec.rb&quot;,
+     &quot;spec/httparty_spec.rb&quot;,
+     &quot;spec/spec.opts&quot;,
+     &quot;spec/spec_helper.rb&quot;,
+     &quot;website/css/common.css&quot;,
+     &quot;website/index.html&quot;
+  ]
   s.has_rdoc = true
   s.homepage = %q{http://httparty.rubyforge.org}
   s.post_install_message = %q{When you HTTParty, you must party hard!}
-  s.rdoc_options = [&quot;--line-numbers&quot;, &quot;--inline-source&quot;, &quot;--title&quot;, &quot;Httparty&quot;, &quot;--main&quot;, &quot;README.rdoc&quot;]
+  s.rdoc_options = [&quot;--charset=UTF-8&quot;]
   s.require_paths = [&quot;lib&quot;]
-  s.rubyforge_project = %q{httparty}
   s.rubygems_version = %q{1.3.1}
   s.summary = %q{Makes http fun! Also, makes consuming restful web services dead easy.}
+  s.test_files = [
+    &quot;spec/httparty/cookie_hash_spec.rb&quot;,
+     &quot;spec/httparty/request_spec.rb&quot;,
+     &quot;spec/httparty/response_spec.rb&quot;,
+     &quot;spec/httparty_spec.rb&quot;,
+     &quot;spec/spec_helper.rb&quot;,
+     &quot;examples/aaws.rb&quot;,
+     &quot;examples/basic.rb&quot;,
+     &quot;examples/delicious.rb&quot;,
+     &quot;examples/google.rb&quot;,
+     &quot;examples/rubyurl.rb&quot;,
+     &quot;examples/twitter.rb&quot;,
+     &quot;examples/whoismyrep.rb&quot;
+  ]
 
   if s.respond_to? :specification_version then
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
@@ -28,13 +97,13 @@ Gem::Specification.new do |s|
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
       s.add_runtime_dependency(%q&lt;crack&gt;, [&quot;&gt;= 0.1.1&quot;])
-      s.add_development_dependency(%q&lt;echoe&gt;, [&quot;&gt;= 0&quot;])
+      s.add_development_dependency(%q&lt;rspec&gt;, [&quot;= 1.2.8&quot;])
     else
       s.add_dependency(%q&lt;crack&gt;, [&quot;&gt;= 0.1.1&quot;])
-      s.add_dependency(%q&lt;echoe&gt;, [&quot;&gt;= 0&quot;])
+      s.add_dependency(%q&lt;rspec&gt;, [&quot;= 1.2.8&quot;])
     end
   else
     s.add_dependency(%q&lt;crack&gt;, [&quot;&gt;= 0.1.1&quot;])
-    s.add_dependency(%q&lt;echoe&gt;, [&quot;&gt;= 0&quot;])
+    s.add_dependency(%q&lt;rspec&gt;, [&quot;= 1.2.8&quot;])
   end
 end</diff>
      <filename>httparty.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3ccb850cabaf3eeb8665e1f9477c9036ca0978f0</id>
    </parent>
  </parents>
  <author>
    <name>Sandro Turriate</name>
    <email>sandro.turriate@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/httparty/commit/7443e42395e00ddaee362586471ae948eada4a76</url>
  <id>7443e42395e00ddaee362586471ae948eada4a76</id>
  <committed-date>2009-09-12T20:14:01-07:00</committed-date>
  <authored-date>2009-09-12T20:14:01-07:00</authored-date>
  <message>Regenerated gemspec for version 0.4.5</message>
  <tree>36575c3bb271a7f472e83bcb7358677916082d8c</tree>
  <committer>
    <name>Sandro Turriate</name>
    <email>sandro.turriate@gmail.com</email>
  </committer>
</commit>
