<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 == 0.1.4 2008-11-08
-* 1 major enhancement:
+* 2 major enhancements:
   * Removed some cruft
-  * Added ability to follow redirects and turn that off (Alex Vollmer)
+  * Added ability to follow redirects automatically and turn that off (Alex Vollmer)
 
 == 0.1.3 2008-08-22
 </diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -8,12 +8,11 @@ config/hoe.rb
 config/requirements.rb
 examples/aaws.rb
 examples/delicious.rb
+examples/google.rb
 examples/twitter.rb
 examples/whoismyrep.rb
 httparty.gemspec
 lib/httparty.rb
-lib/httparty/core_ext.rb
-lib/httparty/core_ext/hash.rb
 lib/httparty/version.rb
 script/console
 script/destroy</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -7,4 +7,9 @@ class Google
 end
 
 # google.com redirects to www.google.com so this is live test for redirection
-pp Google.get('http://google.com')
\ No newline at end of file
+pp Google.get('http://google.com')
+
+puts '', '*'*70, ''
+
+# check that ssl is requesting right
+pp Google.get('https://www.google.com')
\ No newline at end of file</diff>
      <filename>examples/google.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,14 @@
 Gem::Specification.new do |s|
   s.name = %q{httparty}
-  s.version = &quot;0.1.3&quot;
+  s.version = &quot;0.1.4&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-08-22}
+  s.date = %q{2008-11-08}
   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;]
-  s.files = [&quot;History.txt&quot;, &quot;License.txt&quot;, &quot;Manifest.txt&quot;, &quot;PostInstall.txt&quot;, &quot;README.txt&quot;, &quot;Rakefile&quot;, &quot;config/hoe.rb&quot;, &quot;config/requirements.rb&quot;, &quot;examples/aaws.rb&quot;, &quot;examples/delicious.rb&quot;, &quot;examples/twitter.rb&quot;, &quot;examples/whoismyrep.rb&quot;, &quot;httparty.gemspec&quot;, &quot;lib/httparty.rb&quot;, &quot;lib/httparty/core_ext.rb&quot;, &quot;lib/httparty/core_ext/hash.rb&quot;, &quot;lib/httparty/version.rb&quot;, &quot;script/console&quot;, &quot;script/destroy&quot;, &quot;script/generate&quot;, &quot;script/txt2html&quot;, &quot;setup.rb&quot;, &quot;spec/hash_spec.rb&quot;, &quot;spec/httparty_spec.rb&quot;, &quot;spec/spec.opts&quot;, &quot;spec/spec_helper.rb&quot;, &quot;tasks/deployment.rake&quot;, &quot;tasks/environment.rake&quot;, &quot;tasks/website.rake&quot;, &quot;website/css/common.css&quot;, &quot;website/index.html&quot;]
+  s.files = [&quot;History.txt&quot;, &quot;License.txt&quot;, &quot;Manifest.txt&quot;, &quot;PostInstall.txt&quot;, &quot;README.txt&quot;, &quot;Rakefile&quot;, &quot;config/hoe.rb&quot;, &quot;config/requirements.rb&quot;, &quot;examples/aaws.rb&quot;, &quot;examples/delicious.rb&quot;, &quot;examples/google.rb&quot;, &quot;examples/twitter.rb&quot;, &quot;examples/whoismyrep.rb&quot;, &quot;httparty.gemspec&quot;, &quot;lib/httparty.rb&quot;, &quot;lib/httparty/version.rb&quot;, &quot;script/console&quot;, &quot;script/destroy&quot;, &quot;script/generate&quot;, &quot;script/txt2html&quot;, &quot;setup.rb&quot;, &quot;spec/hash_spec.rb&quot;, &quot;spec/httparty_spec.rb&quot;, &quot;spec/spec.opts&quot;, &quot;spec/spec_helper.rb&quot;, &quot;tasks/deployment.rake&quot;, &quot;tasks/environment.rake&quot;, &quot;tasks/website.rake&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!}
@@ -24,10 +24,13 @@ Gem::Specification.new do |s|
 
     if current_version &gt;= 3 then
       s.add_runtime_dependency(%q&lt;activesupport&gt;, [&quot;&gt;= 2.1&quot;])
+      s.add_development_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.8.0&quot;])
     else
       s.add_dependency(%q&lt;activesupport&gt;, [&quot;&gt;= 2.1&quot;])
+      s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.8.0&quot;])
     end
   else
     s.add_dependency(%q&lt;activesupport&gt;, [&quot;&gt;= 2.1&quot;])
+    s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.8.0&quot;])
   end
 end
\ No newline at end of file</diff>
      <filename>httparty.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bcc38bcf32218e3a7c5d754582b1c04002f0119b</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/httparty/commit/ae864580edb85b4e47aebf14afeff81855f202c8</url>
  <id>ae864580edb85b4e47aebf14afeff81855f202c8</id>
  <committed-date>2008-11-08T08:30:26-08:00</committed-date>
  <authored-date>2008-11-08T08:30:26-08:00</authored-date>
  <message>Prepped for 0.1.4 release.</message>
  <tree>497b3f81cb295a772f33cc75761e5dcdb93e5be0</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
