<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,27 +1,27 @@
-require 'rake/gempackagetask'
 require 'spec/rake/spectask'
 
 task :default =&gt; :spec
 Spec::Rake::SpecTask.new
 
-gemspec = Gem::Specification.new do |spec|
-  spec.name = 'rspec_hpricot_matchers'
-  spec.summary = &quot;Implementation of have_tag() rspec matcher using Hpricot&quot;
-  spec.version = '1.0'
-  spec.author = 'Kyle Hargraves'
-  spec.email = 'philodespotos@gmail.com'
-  spec.description = &lt;&lt;-END
-    rspec_hpricot_matchers provides an implementation of rspec_on_rails'
-    have_tag() matcher which does not depend on Rails' assert_select.
-    Using Hpricot instead, the matcher is available to non-Rails projects,
-    and enjoys the full flexibility of Hpricot's advanced CSS and XPath
-    selector support.
-  END
-  spec.files = FileList['lib/**/*', 'spec/**/*', 'README', 'MIT-LICENSE', 'Rakefile']
+begin
+  require 'jeweler'
+  Jeweler::Tasks.new do |gemspec|
+    gemspec.name = 'rspec_hpricot_matchers'
+    gemspec.author = 'Kyle Hargraves'
+    gemspec.email = 'pd@krh.me'
+    gemspec.summary = &quot;Implementation of have_tag() rspec matcher using Hpricot&quot;
+    gemspec.description = &lt;&lt;-END
+      rspec_hpricot_matchers provides an implementation of rspec_on_rails'
+      have_tag() matcher which does not depend on Rails' assert_select.
+      Using Hpricot instead, the matcher is available to non-Rails projects,
+      and enjoys the full flexibility of Hpricot's advanced CSS and XPath
+      selector support.
+    END
 
-  spec.rubyforge_project = 'rspec-hpricot'
-  spec.homepage = 'http://rspec-hpricot.rubyforge.org'
-end
-
-Rake::GemPackageTask.new(gemspec) do |spec|
+    # Really, I don't care about rubyforge. Maybe I'll get this
+    # working some day.
+    # gemspec.rubyforge_project = 'rspec-hpricot'
+  end
+rescue LoadError
+  puts &quot;Jeweler unavailable, packaging tasks can not be run. Install it, thanks.&quot;
 end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>11791dea74697ee5eb503608f1acf057a80aa928</id>
    </parent>
  </parents>
  <author>
    <name>Kyle Hargraves</name>
    <email>pd@krh.me</email>
  </author>
  <url>http://github.com/pd/rspec_hpricot_matchers/commit/9ce16827796bd0d05a89dd3c664e4ff13fd00aaa</url>
  <id>9ce16827796bd0d05a89dd3c664e4ff13fd00aaa</id>
  <committed-date>2009-06-09T19:54:26-07:00</committed-date>
  <authored-date>2009-06-09T19:53:57-07:00</authored-date>
  <message>Use jeweler, so I can get my gem from github easily</message>
  <tree>dd8f479e709579223ebc8a0641518fbf4f004701</tree>
  <committer>
    <name>Kyle Hargraves</name>
    <email>pd@krh.me</email>
  </committer>
</commit>
