<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+== 0.1.2 2008-08-09
+
+* 1 major enhancement:
+	* default_params were not being appended to query string if option[:query] was blank
+
 == 0.1.1 2008-07-30
 
 * 2 major enhancement:</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 Gem::Specification.new do |s|
   s.name = %q{httparty}
-  s.version = &quot;0.1.1&quot;
+  s.version = &quot;0.1.2&quot;
 
   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{2008-07-31}
+  s.date = %q{2008-08-09}
   s.description = %q{Makes http fun! Also, makes consuming restful web services dead easy.}
   s.email = [&quot;nunemaker@gmail.com&quot;]
   s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;License.txt&quot;, &quot;Manifest.txt&quot;, &quot;PostInstall.txt&quot;, &quot;README.txt&quot;]
@@ -30,4 +30,4 @@ Gem::Specification.new do |s|
   else
     s.add_dependency(%q&lt;activesupport&gt;, [&quot;&gt;= 2.1&quot;])
   end
-end
+end
\ No newline at end of file</diff>
      <filename>httparty.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module HTTParty
   module VERSION #:nodoc:
     MAJOR = 0
     MINOR = 1
-    TINY  = 1
+    TINY  = 2
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>lib/httparty/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+desc 'Preps the gem for a new release'
+task :prep_for_release do
+  require 'rio'
+  Rake::Task['manifest:refresh'].invoke
+  gemspec = %x[rake debug_gem]
+  lines = gemspec.split(&quot;\n&quot;)
+  rio('httparty.gemspec') &lt; lines[1, lines.length-1].join(&quot;\n&quot;)
+end
+
 desc 'Release the website and new gem version'
 task :deploy =&gt; [:check_version, :website, :release] do
   puts &quot;Remember to create SVN tag:&quot;</diff>
      <filename>tasks/deployment.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a3f744b2bbb3c235b05bd9c2cd92fcf74bb6c3d8</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/httparty/commit/427958ade7f383a501927b429291ba7e513f97a9</url>
  <id>427958ade7f383a501927b429291ba7e513f97a9</id>
  <committed-date>2008-08-09T12:20:32-07:00</committed-date>
  <authored-date>2008-08-09T12:20:32-07:00</authored-date>
  <message>Updated for new release. Added rake task to help with prepping for release.</message>
  <tree>62ae1c298e1d78980e6b86387d8921587329ea01</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
