<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+== 0.2.1 2008-12-08
+* 1 bug fix
+  * Fixed that HTTParty was borking ActiveSupport and as such Rails (thanks to Rob Sanheim)
+
 == 0.2.0 2008-12-07
 * 1 major enhancement
   * Removed ActiveSupport as a dependency. Now requires json gem for json deserialization and uses an included class to do the xml parsing.</diff>
      <filename>History</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,7 @@ examples/rubyurl.rb
 examples/twitter.rb
 examples/whoismyrep.rb
 History
+httparty.gemspec
 lib/core_extensions.rb
 lib/httparty/exceptions.rb
 lib/httparty/request.rb
@@ -17,6 +18,7 @@ MIT-LICENSE
 Rakefile
 README
 setup.rb
+spec/as_buggery_spec.rb
 spec/fixtures/delicious.xml
 spec/fixtures/google.html
 spec/fixtures/twitter.json</diff>
      <filename>Manifest</filename>
    </modified>
    <modified>
      <diff>@@ -2,15 +2,15 @@
 
 Gem::Specification.new do |s|
   s.name = %q{httparty}
-  s.version = &quot;0.2.0&quot;
+  s.version = &quot;0.2.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;]
-  s.date = %q{2008-12-07}
+  s.date = %q{2008-12-08}
   s.description = %q{Makes http fun! Also, makes consuming restful web services dead easy.}
   s.email = %q{nunemaker@gmail.com}
   s.extra_rdoc_files = [&quot;lib/core_extensions.rb&quot;, &quot;lib/httparty/exceptions.rb&quot;, &quot;lib/httparty/request.rb&quot;, &quot;lib/httparty/version.rb&quot;, &quot;lib/httparty.rb&quot;, &quot;lib/module_level_inheritable_attributes.rb&quot;, &quot;README&quot;]
-  s.files = [&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;History&quot;, &quot;httparty.gemspec&quot;, &quot;lib/core_extensions.rb&quot;, &quot;lib/httparty/exceptions.rb&quot;, &quot;lib/httparty/request.rb&quot;, &quot;lib/httparty/version.rb&quot;, &quot;lib/httparty.rb&quot;, &quot;lib/module_level_inheritable_attributes.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/google.html&quot;, &quot;spec/fixtures/twitter.json&quot;, &quot;spec/fixtures/twitter.xml&quot;, &quot;spec/httparty/request_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.files = [&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;History&quot;, &quot;httparty.gemspec&quot;, &quot;lib/core_extensions.rb&quot;, &quot;lib/httparty/exceptions.rb&quot;, &quot;lib/httparty/request.rb&quot;, &quot;lib/httparty/version.rb&quot;, &quot;lib/httparty.rb&quot;, &quot;lib/module_level_inheritable_attributes.rb&quot;, &quot;Manifest&quot;, &quot;MIT-LICENSE&quot;, &quot;Rakefile&quot;, &quot;README&quot;, &quot;setup.rb&quot;, &quot;spec/as_buggery_spec.rb&quot;, &quot;spec/fixtures/delicious.xml&quot;, &quot;spec/fixtures/google.html&quot;, &quot;spec/fixtures/twitter.json&quot;, &quot;spec/fixtures/twitter.xml&quot;, &quot;spec/httparty/request_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!}</diff>
      <filename>httparty.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 module HTTParty
-  Version = '0.2.0'
+  Version = '0.2.1'
 end
\ No newline at end of file</diff>
      <filename>lib/httparty/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fc44b0b75a8ed321bc7f89f6dfa54fcae24b4723</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/httparty/commit/a0f8ade61b7ffb732ae0cdaf1262dc74b1f4e5dc</url>
  <id>a0f8ade61b7ffb732ae0cdaf1262dc74b1f4e5dc</id>
  <committed-date>2008-12-08T18:19:48-08:00</committed-date>
  <authored-date>2008-12-08T18:19:48-08:00</authored-date>
  <message>Prepped for 0.2.1 release.</message>
  <tree>4ba1b42a8a85a1b03724808873064e609d6d7350</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
