<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+== 0.4.1 2009-03-29
+* 1 minor fix
+  * gem 'jnunemaker-crack' instead of gem 'crack'
+  
 == 0.4.0 2009-03-29
 * 1 minor change
   * Switched xml and json parsing to crack (same code as before just moved to gem for easier reuse in other projects)</diff>
      <filename>History</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{httparty}
-  s.version = &quot;0.4.0&quot;
+  s.version = &quot;0.4.1&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 1.2&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;John Nunemaker&quot;]
@@ -11,8 +11,8 @@ Gem::Specification.new do |s|
   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/core_extensions.rb&quot;, &quot;lib/httparty/cookie_hash.rb&quot;, &quot;lib/httparty/exceptions.rb&quot;, &quot;lib/httparty/module_inheritable_attributes.rb&quot;, &quot;lib/httparty/parsers/json.rb&quot;, &quot;lib/httparty/parsers/xml.rb&quot;, &quot;lib/httparty/parsers.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&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/core_extensions.rb&quot;, &quot;lib/httparty/cookie_hash.rb&quot;, &quot;lib/httparty/exceptions.rb&quot;, &quot;lib/httparty/module_inheritable_attributes.rb&quot;, &quot;lib/httparty/parsers/json.rb&quot;, &quot;lib/httparty/parsers/xml.rb&quot;, &quot;lib/httparty/parsers.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&quot;, &quot;setup.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/hash_spec.rb&quot;, &quot;spec/httparty/cookie_hash_spec.rb&quot;, &quot;spec/httparty/parsers/json_spec.rb&quot;, &quot;spec/httparty/parsers/xml_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;spec/string_spec.rb&quot;, &quot;website/css/common.css&quot;, &quot;website/index.html&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&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&quot;, &quot;setup.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/hash_spec.rb&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;spec/string_spec.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!}
@@ -21,20 +21,4 @@ Gem::Specification.new do |s|
   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.}
-
-  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;jnunemaker-crack&gt;, [&quot;&gt;= 0.1.0&quot;])
-      s.add_development_dependency(%q&lt;echoe&gt;, [&quot;&gt;= 0&quot;])
-    else
-      s.add_dependency(%q&lt;jnunemaker-crack&gt;, [&quot;&gt;= 0.1.0&quot;])
-      s.add_dependency(%q&lt;echoe&gt;, [&quot;&gt;= 0&quot;])
-    end
-  else
-    s.add_dependency(%q&lt;jnunemaker-crack&gt;, [&quot;&gt;= 0.1.0&quot;])
-    s.add_dependency(%q&lt;echoe&gt;, [&quot;&gt;= 0&quot;])
-  end
 end</diff>
      <filename>httparty.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ require 'net/http'
 require 'net/https'
 require 'httparty/module_inheritable_attributes'
 require 'rubygems'
-gem 'crack'
+gem 'jnunemaker-crack'
 require 'crack'
 
 module HTTParty</diff>
      <filename>lib/httparty.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 module HTTParty #:nodoc:
-  Version = '0.4.0'
+  Version = '0.4.1'
 end</diff>
      <filename>lib/httparty/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2d85b7bd6a61aacee595e2f568ba46a7dea8a93a</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/httparty/commit/f53cc609a1faf599f978cf6a98200038f35b8274</url>
  <id>f53cc609a1faf599f978cf6a98200038f35b8274</id>
  <committed-date>2009-03-29T07:15:57-07:00</committed-date>
  <authored-date>2009-03-29T07:15:57-07:00</authored-date>
  <message>Fixed gem requirement issue. Dang.</message>
  <tree>2fac8de0e155af03a2c6b73c579833795ef84008</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
