<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,8 +7,16 @@ Spec::Rake::SpecTask.new do |t|
   t.spec_files = FileList['spec/**/*_spec.rb']
 end
 
-task :install do
-  rm_rf &quot;*.gem&quot;
-  puts `gem build is_paranoid.gemspec`
-  puts `sudo gem install is_paranoid-0.0.1.gem`
-end
\ No newline at end of file
+begin
+  require 'jeweler'
+  Jeweler::Tasks.new do |s|
+    s.name = %q{is_paranoid}
+    s.summary = %q{ActiveRecord 2.3 compatible gem &quot;allowing you to hide and restore records without actually deleting them.&quot;  Yes, like acts_as_paranoid, only with less code and less complexity.}
+    s.email = %q{jeff@semanticart.com}
+    s.homepage = %q{http://github.com/jchupp/is_paranoid/}
+    s.description = &quot;&quot;
+    s.authors = [&quot;Jeffrey Chupp&quot;]
+  end
+rescue LoadError
+  puts &quot;Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com&quot;
+end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>97bed6f57da8b96cc0704ade34f59319c7539a06</id>
    </parent>
  </parents>
  <author>
    <name>Scott Woods</name>
    <email>scott@westarete.com</email>
  </author>
  <url>http://github.com/benhoskings/is_paranoid/commit/01440f128f481f0e927bdb1e3222822fa9214aea</url>
  <id>01440f128f481f0e927bdb1e3222822fa9214aea</id>
  <committed-date>2009-03-28T07:34:05-07:00</committed-date>
  <authored-date>2009-03-26T16:58:20-07:00</authored-date>
  <message>Use jeweler instead of custom install task.
(cherry picked from commit 91c3b7b8bec862058208e7574845641518edbb92)</message>
  <tree>0d3dd6ae3c1491a43b7996c3de30ae508e72daee</tree>
  <committer>
    <name>Jeffrey Chupp</name>
    <email>jchupp@politics4all.com</email>
  </committer>
</commit>
