<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,4 @@
 require &quot;rake&quot;
-require 'rake/gempackagetask'
 require 'rake/contrib/rubyforgepublisher'
 require 'rake/clean'
 require 'rake/testtask'
@@ -15,56 +14,36 @@ task(:spec) do
   run_suite
 end
 
-desc &quot;Copies the trunk to a tag with the name of the current release&quot;
-task(:tag_release) do
-  tag_release
-end
-
 def run_suite
   dir = File.dirname(__FILE__)
   system(&quot;ruby #{dir}/spec/spec_suite.rb&quot;) || raise(&quot;Spec Suite failed&quot;)
 end
 
-PKG_NAME = &quot;rr&quot;
-PKG_VERSION = &quot;0.7.1&quot;
-PKG_FILES = FileList[
-  '[A-Z]*',
-  '*.rb',
-  'lib/**/*.rb',
-  'spec/**/*.rb'
-]
-
-spec = Gem::Specification.new do |s|
-  s.name = PKG_NAME
-  s.version = PKG_VERSION
-  s.summary = &quot;RR (Double Ruby) is a double framework that features a rich &quot; &lt;&lt;
-              &quot;selection of double techniques and a terse syntax. &quot; &lt;&lt;
-              &quot;http://xunitpatterns.com/Test%20Double.html&quot;
-  s.test_files = &quot;spec/spec_suite.rb&quot;
-  s.description = s.summary
-
-  s.files = PKG_FILES.to_a
-  s.require_path = 'lib'
-
-  s.has_rdoc = true
-  s.extra_rdoc_files = [ &quot;README.rdoc&quot;, &quot;CHANGES&quot; ]
-  s.rdoc_options = [&quot;--main&quot;, &quot;README.rdoc&quot;, &quot;--inline-source&quot;, &quot;--line-numbers&quot;]
-
-  s.test_files = Dir.glob('spec/*_spec.rb')
-  s.require_path = 'lib'
-  s.author = &quot;Brian Takita&quot;
-  s.email = &quot;brian@pivotallabs.com&quot;
-  s.homepage = &quot;http://pivotallabs.com&quot;
-  s.rubyforge_project = &quot;pivotalrb&quot;
-end
-
-Rake::GemPackageTask.new(spec) do |pkg|
-  pkg.need_zip = true
-  pkg.need_tar = true
+begin
+  require 'jeweler'
+  Jeweler::Tasks.new do |s|
+    s.name = &quot;rr&quot;
+    s.summary = &quot;RR (Double Ruby) is a double framework that features a rich &quot; &lt;&lt;
+                &quot;selection of double techniques and a terse syntax. &quot; &lt;&lt;
+                &quot;http://xunitpatterns.com/Test%20Double.html&quot;
+    s.email = &quot;brian@pivotallabs.com&quot;
+    s.homepage = &quot;http://pivotallabs.com&quot;
+    s.description = &quot;RR (Double Ruby) is a double framework that features a rich &quot; &lt;&lt;
+                    &quot;selection of double techniques and a terse syntax. &quot; &lt;&lt;
+                    &quot;http://xunitpatterns.com/Test%20Double.html&quot;
+    s.authors = [&quot;Brian Takita&quot;]
+    s.files = FileList[
+      '[A-Z]*',
+      '*.rb',
+      'lib/**/*.rb',
+      'spec/**/*.rb'
+    ].to_a
+    s.test_files = Dir.glob('spec/*_spec.rb')
+    s.has_rdoc = true
+    s.extra_rdoc_files = [ &quot;README.rdoc&quot;, &quot;CHANGES&quot; ]
+    s.rdoc_options = [&quot;--main&quot;, &quot;README.rdoc&quot;, &quot;--inline-source&quot;, &quot;--line-numbers&quot;]
+    s.rubyforge_project = &quot;pivotalrb&quot;
+  end
+rescue LoadError
+  puts &quot;Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com&quot;
 end
-
-def tag_release
-  dashed_version = PKG_VERSION.gsub('.', '-')
-  svn_user = &quot;#{ENV[&quot;SVN_USER&quot;]}@&quot; || &quot;&quot;
-  `svn cp svn+ssh://#{svn_user}rubyforge.org/var/svn/pivotalrb/rr/trunk svn+ssh://#{svn_user}rubyforge.org/var/svn/pivotalrb/rr/tags/REL-#{dashed_version} -m 'Version #{PKG_VERSION}'`
-end
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 --- 
-:minor: 0
-:patch: 0
 :major: 0
+:minor: 8
+:patch: 0</diff>
      <filename>VERSION.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>aa2131f586adb4577ead2744449a5c2d7fa2cda0</id>
    </parent>
  </parents>
  <author>
    <name>Brian Takita</name>
    <email>btakita@btakita-laptop.(none)</email>
  </author>
  <url>http://github.com/btakita/rr/commit/7d68d8b512518c8d1867602674ea859d87353bdf</url>
  <id>7d68d8b512518c8d1867602674ea859d87353bdf</id>
  <committed-date>2009-03-29T11:11:46-07:00</committed-date>
  <authored-date>2009-03-29T11:11:46-07:00</authored-date>
  <message>Using Jeweler to manage gem builds.</message>
  <tree>861f44b3a5112dff8654ae511e297fecc94cfa9d</tree>
  <committer>
    <name>Brian Takita</name>
    <email>btakita@btakita-laptop.(none)</email>
  </committer>
</commit>
