<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-== Git
+== 0.5.1 / 2009-10-27
 
 * Bug fixes
 </diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ require &quot;rack/test/uploaded_file&quot;
 
 module Rack
   module Test
-    VERSION = &quot;0.5.0&quot;
+    VERSION = &quot;0.5.1&quot;
 
     DEFAULT_HOST = &quot;example.org&quot;
     MULTIPART_BOUNDARY = &quot;----------XnJLe9ZIbbGUYtzPQJ16u1&quot;</diff>
      <filename>lib/rack/test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,64 +1,61 @@
-# Generated by jeweler
-# DO NOT EDIT THIS FILE
-# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
 # -*- encoding: utf-8 -*-
 
 Gem::Specification.new do |s|
   s.name = %q{rack-test}
-  s.version = &quot;0.5.0&quot;
+  s.version = &quot;0.5.1&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Bryan Helmkamp&quot;]
-  s.date = %q{2009-09-19}
+  s.date = %q{2009-10-27}
   s.description = %q{Rack::Test is a small, simple testing API for Rack apps. It can be used on its
 own or as a reusable starting point for Web frameworks and testing libraries
 to build on. Most of its initial functionality is an extraction of Merb 1.0's
 request helpers feature.}
   s.email = %q{bryan@brynary.com}
   s.extra_rdoc_files = [
-    &quot;MIT-LICENSE.txt&quot;,
-     &quot;README.rdoc&quot;
+    &quot;README.rdoc&quot;,
+    &quot;MIT-LICENSE.txt&quot;
   ]
   s.files = [
     &quot;.document&quot;,
-     &quot;.gitignore&quot;,
-     &quot;History.txt&quot;,
-     &quot;MIT-LICENSE.txt&quot;,
-     &quot;README.rdoc&quot;,
-     &quot;Rakefile&quot;,
-     &quot;lib/rack/mock_session.rb&quot;,
-     &quot;lib/rack/test.rb&quot;,
-     &quot;lib/rack/test/cookie_jar.rb&quot;,
-     &quot;lib/rack/test/methods.rb&quot;,
-     &quot;lib/rack/test/mock_digest_request.rb&quot;,
-     &quot;lib/rack/test/uploaded_file.rb&quot;,
-     &quot;lib/rack/test/utils.rb&quot;,
-     &quot;rack-test.gemspec&quot;,
-     &quot;spec/fixtures/config.ru&quot;,
-     &quot;spec/fixtures/fake_app.rb&quot;,
-     &quot;spec/fixtures/foo.txt&quot;,
-     &quot;spec/rack/test/cookie_spec.rb&quot;,
-     &quot;spec/rack/test/digest_auth_spec.rb&quot;,
-     &quot;spec/rack/test/multipart_spec.rb&quot;,
-     &quot;spec/rack/test/utils_spec.rb&quot;,
-     &quot;spec/rack/test_spec.rb&quot;,
-     &quot;spec/spec.opts&quot;,
-     &quot;spec/spec_helper.rb&quot;
+    &quot;.gitignore&quot;,
+    &quot;History.txt&quot;,
+    &quot;MIT-LICENSE.txt&quot;,
+    &quot;README.rdoc&quot;,
+    &quot;Rakefile&quot;,
+    &quot;Thorfile&quot;,
+    &quot;lib/rack/mock_session.rb&quot;,
+    &quot;lib/rack/test.rb&quot;,
+    &quot;lib/rack/test/cookie_jar.rb&quot;,
+    &quot;lib/rack/test/methods.rb&quot;,
+    &quot;lib/rack/test/mock_digest_request.rb&quot;,
+    &quot;lib/rack/test/uploaded_file.rb&quot;,
+    &quot;lib/rack/test/utils.rb&quot;,
+    &quot;rack-test.gemspec&quot;,
+    &quot;spec/fixtures/config.ru&quot;,
+    &quot;spec/fixtures/fake_app.rb&quot;,
+    &quot;spec/fixtures/foo.txt&quot;,
+    &quot;spec/rack/test/cookie_spec.rb&quot;,
+    &quot;spec/rack/test/digest_auth_spec.rb&quot;,
+    &quot;spec/rack/test/multipart_spec.rb&quot;,
+    &quot;spec/rack/test/utils_spec.rb&quot;,
+    &quot;spec/rack/test_spec.rb&quot;,
+    &quot;spec/spec.opts&quot;,
+    &quot;spec/spec_helper.rb&quot;
   ]
   s.homepage = %q{http://github.com/brynary/rack-test}
-  s.rdoc_options = [&quot;--charset=UTF-8&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{rack-test}
   s.rubygems_version = %q{1.3.5}
   s.summary = %q{Simple testing API built on Rack}
   s.test_files = [
     &quot;spec/fixtures/fake_app.rb&quot;,
-     &quot;spec/rack/test/cookie_spec.rb&quot;,
-     &quot;spec/rack/test/digest_auth_spec.rb&quot;,
-     &quot;spec/rack/test/multipart_spec.rb&quot;,
-     &quot;spec/rack/test/utils_spec.rb&quot;,
-     &quot;spec/rack/test_spec.rb&quot;,
-     &quot;spec/spec_helper.rb&quot;
+    &quot;spec/rack/test/cookie_spec.rb&quot;,
+    &quot;spec/rack/test/digest_auth_spec.rb&quot;,
+    &quot;spec/rack/test/multipart_spec.rb&quot;,
+    &quot;spec/rack/test/utils_spec.rb&quot;,
+    &quot;spec/rack/test_spec.rb&quot;,
+    &quot;spec/spec_helper.rb&quot;
   ]
 
   if s.respond_to? :specification_version then
@@ -66,8 +63,11 @@ request helpers feature.}
     s.specification_version = 3
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
+      s.add_runtime_dependency(%q&lt;rack&gt;, [&quot;&gt;= 1.0&quot;])
     else
+      s.add_dependency(%q&lt;rack&gt;, [&quot;&gt;= 1.0&quot;])
     end
   else
+    s.add_dependency(%q&lt;rack&gt;, [&quot;&gt;= 1.0&quot;])
   end
 end</diff>
      <filename>rack-test.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>19a64d356a91f9d2098697991387ad6b864cdab1</id>
    </parent>
  </parents>
  <author>
    <name>Bryan Helmkamp</name>
    <email>bryan@brynary.com</email>
  </author>
  <url>http://github.com/brynary/rack-test/commit/6e56779df9ef3047a072dd2109756f9a6c654a0c</url>
  <id>6e56779df9ef3047a072dd2109756f9a6c654a0c</id>
  <committed-date>2009-10-27T16:59:08-07:00</committed-date>
  <authored-date>2009-10-27T16:59:08-07:00</authored-date>
  <message>Prep for 0.5.1 release</message>
  <tree>0668cd38cf23d9a0c53497fc800cd96dbce0c797</tree>
  <committer>
    <name>Bryan Helmkamp</name>
    <email>bryan@brynary.com</email>
  </committer>
</commit>
