<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>httparty.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1 @@
-
-For more information on httparty, see http://httparty.rubyforge.org
-
-NOTE: Change this information in PostInstall.txt 
-You can also delete it if you don't want it.
-
-
+When you HTTParty, you must party hard!
\ No newline at end of file</diff>
      <filename>PostInstall.txt</filename>
    </modified>
    <modified>
      <diff>@@ -16,12 +16,12 @@ Makes http fun again!
 The following is a simple example of wrapping Twitter's API for posting updates.
 
 	class Twitter
-		include HTTParty
-		base_uri 'twitter.com'
-		basic_auth 'username', 'password'
+	  include HTTParty
+	  base_uri 'twitter.com'
+	  basic_auth 'username', 'password'
 	end
-	
-	Twitter.post('/statuses/udpate.json', :query =&gt; {:status =&gt; &quot;It's an HTTParty and everyone is invited!&quot;})
+
+	Twitter.post('/statuses/update.json', :query =&gt; {:status =&gt; &quot;It's an HTTParty and everyone is invited!&quot;})
 
 That is really it! The object returned is a ruby hash that is decoded from Twitter's json response. JSON parsing is used because of the .json extension in the path of the request. You can also explicitly set a format (see the examples). 
 </diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -61,7 +61,7 @@ $hoe = Hoe.new(GEM_NAME, VERS) do |p|
 
   # == Optional
   p.changes = p.paragraphs_of(&quot;History.txt&quot;, 0..1).join(&quot;\n\n&quot;)
-  #p.extra_deps = EXTRA_DEPENDENCIES
+  p.extra_deps = EXTRA_DEPENDENCIES
 
     #p.spec_extras = {}    # A hash of extra values to set in the gemspec.
   end</diff>
      <filename>config/hoe.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f8ce6cd36e429da204f44050c5b9f49977a2dfcc</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/httparty/commit/e221365029395897e8c6ca9a3a372ae0de3c4888</url>
  <id>e221365029395897e8c6ca9a3a372ae0de3c4888</id>
  <committed-date>2008-07-28T13:48:22-07:00</committed-date>
  <authored-date>2008-07-28T13:48:22-07:00</authored-date>
  <message>Adjusted post install. Tweaked example. Created gemspec for github. Uncommented extra dependencies in hoe.</message>
  <tree>60872c43154c9c4f3e8f4a3b588c33a5736de2ab</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
