<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Thorfile</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -3,6 +3,7 @@ source 'http://gemcutter.org'
 
 disable_system_gems
 
+gem &quot;git&quot;,              &quot;1.2.5&quot;
 gem &quot;rake&quot;,             &quot;0.8.7&quot;
 gem &quot;rspec&quot;,            &quot;1.2.9&quot;
 gem &quot;diff-lcs&quot;,         &quot;1.1.2&quot;</diff>
      <filename>Gemfile</filename>
    </modified>
    <modified>
      <diff>@@ -1,44 +1,6 @@
 require &quot;rubygems&quot;
 
 begin
-  require 'jeweler'
-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;webrat&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/webrat&quot;
-    s.summary   = &quot;Ruby Acceptance Testing for Web applications&quot;
-    s.description  = &lt;&lt;-EOS.strip
-Webrat lets you quickly write expressive and robust acceptance tests
-for a Ruby web application. It supports simulating a browser inside
-a Ruby process to avoid the performance hit and browser dependency of
-Selenium or Watir, but the same API can also be used to drive real
-Selenium tests when necessary (eg. for testing AJAX interactions).
-Most Ruby web frameworks and testing frameworks are supported.
-    EOS
-
-    s.rubyforge_project = &quot;webrat&quot;
-    s.extra_rdoc_files = %w[README.rdoc MIT-LICENSE.txt History.txt]
-
-    # Dependencies
-    s.add_dependency &quot;nokogiri&quot;, &quot;&gt;= 1.2.0&quot;
-    s.add_dependency &quot;rack&quot;, &quot;&gt;= 1.0&quot;
-
-    s.add_development_dependency &quot;rails&quot;, &quot;&gt;= 2.3&quot;
-    s.add_development_dependency &quot;merb-core&quot;, &quot;&gt;= 1.0&quot;
-    s.add_development_dependency &quot;launchy&quot;
-  end
-
-  Jeweler::RubyforgeTasks.new
-end
-
-begin
   require 'spec/rake/spectask'
 rescue LoadError
   desc &quot;Run specs&quot;
@@ -180,9 +142,4 @@ task :whitespace do
   sh %{find . -name '*.rb' -exec sed -i '' 's/ *$//g' {} \\;}
 end
 
-if defined?(Jeweler)
-  task :spec =&gt; :check_dependencies
-  task :build =&gt; :gemspec
-end
-
 task :default =&gt; :spec
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>VERSION</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>05af4dd2a0e9947149afd64c6d2773e400a0421c</id>
    </parent>
  </parents>
  <author>
    <name>Bryan Helmkamp</name>
    <email>bryan@brynary.com</email>
  </author>
  <url>http://github.com/brynary/webrat/commit/5a05d860ec5571c64b8c2ecb91ef41219b3a2e33</url>
  <id>5a05d860ec5571c64b8c2ecb91ef41219b3a2e33</id>
  <committed-date>2009-11-15T12:49:38-08:00</committed-date>
  <authored-date>2009-11-15T12:49:08-08:00</authored-date>
  <message>Use simple Thor tasks for release management instead of Jeweler</message>
  <tree>afc968fc4b9080835ae8940afd4ac58f42b797a2</tree>
  <committer>
    <name>Bryan Helmkamp</name>
    <email>bryan@brynary.com</email>
  </committer>
</commit>
