<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Thorfile</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,60 +1,6 @@
 require &quot;rubygems&quot;
 
 begin
-  require &quot;jeweler&quot;
-rescue LoadError
-  desc &quot;Install gem using sudo&quot;
-  task(:install) do
-    $stderr.puts &quot;Jeweler not available. `gem install jeweler` to install this gem&quot;
-  end
-else
-  Jeweler::Tasks.new do |s|
-    s.name      = &quot;rack-test&quot;
-    s.author    = &quot;Bryan Helmkamp&quot;
-    s.email     = &quot;bryan&quot; + &quot;@&quot; + &quot;brynary.com&quot;
-    s.homepage  = &quot;http://github.com/brynary/rack-test&quot;
-    s.summary   = &quot;Simple testing API built on Rack&quot;
-    s.description  = &lt;&lt;-EOS.strip
-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.
-    EOS
-    s.rubyforge_project = &quot;rack-test&quot;
-    s.extra_rdoc_files = %w[README.rdoc MIT-LICENSE.txt]
-
-    s.add_dependency &quot;rack&quot;, &quot;&gt;= 1.0&quot;
-  end
-
-  Jeweler::RubyforgeTasks.new
-
-  task :spec =&gt; :check_dependencies
-
-  namespace :version do
-    task :verify do
-      $LOAD_PATH.unshift &quot;lib&quot;
-      require &quot;rack/test&quot;
-
-      jeweler_version = Gem::Version.new(File.read(&quot;VERSION&quot;).strip)
-      lib_version = Gem::Version.new(Rack::Test::VERSION)
-
-      if jeweler_version != lib_version
-        raise &lt;&lt;-EOS
-
-  Error: Version number mismatch!
-
-    VERSION: #{jeweler_version}
-    Rack::Test::VERSION: #{lib_version}
-
-        EOS
-      end
-    end
-  end
-
-  task :gemspec =&gt; &quot;version:verify&quot;
-end
-
-begin
   require &quot;spec/rake/spectask&quot;
 rescue LoadError
   desc &quot;Run specs&quot;
@@ -91,4 +37,3 @@ desc 'Removes trailing whitespace'
 task :whitespace do
   sh %{find . -name '*.rb' -exec sed -i '' 's/ *$//g' {} \\;}
 end
-</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d69d08ba090ca8b12d8aae8162e5754de33b2c9f</id>
    </parent>
  </parents>
  <author>
    <name>Bryan Helmkamp</name>
    <email>bryan@brynary.com</email>
  </author>
  <url>http://github.com/brynary/rack-test/commit/c0b8e803cdb387228f9d445387cb18c6c6d210ba</url>
  <id>c0b8e803cdb387228f9d445387cb18c6c6d210ba</id>
  <committed-date>2009-10-26T22:11:03-07:00</committed-date>
  <authored-date>2009-10-26T22:11:03-07:00</authored-date>
  <message>Use a simple Thorfile for release (to Gemcutter) instead of Jeweler</message>
  <tree>a6d33b564344930e9c5945cfd58ec70a16f8588c</tree>
  <committer>
    <name>Bryan Helmkamp</name>
    <email>bryan@brynary.com</email>
  </committer>
</commit>
