<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,9 +17,12 @@ begin
     s.extra_rdoc_files &lt;&lt; &quot;README&quot;
     s.rubyforge_project = &quot;helipad&quot;
   end
+  Jeweler::GemcutterTasks.new
+  Jeweler::RubyforgeTasks.new do |rubyforge|
+    rubyforge.doc_task = &quot;rdoc&quot;
+  end
 rescue LoadError
-  puts &quot;Jeweler not available. Install it with:&quot;
-  puts &quot;sudo gem install technicalpickles-jeweler -s http://gems.github.com&quot;
+  puts &quot;Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler&quot;
 end
 
 desc &quot;Remove all generated files&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,6 @@
+# Generated by jeweler
+# DO NOT EDIT THIS FILE
+# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
 # -*- encoding: utf-8 -*-
 
 Gem::Specification.new do |s|
@@ -6,22 +9,28 @@ Gem::Specification.new do |s|
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Lonnon Foster&quot;]
-  s.date = %q{2009-03-06}
+  s.date = %q{2009-10-07}
   s.email = %q{lonnon.foster@gmail.com}
-  s.extra_rdoc_files = [&quot;README&quot;]
-  s.files = [&quot;lib/helipad.rb&quot;, &quot;test/test_helipad.rb&quot;, &quot;README&quot;]
-  s.has_rdoc = true
+  s.extra_rdoc_files = [
+    &quot;README&quot;,
+     &quot;README&quot;
+  ]
+  s.files = [
+    &quot;lib/helipad.rb&quot;
+  ]
   s.homepage = %q{http://nyerm.com/helipad}
-  s.rdoc_options = [&quot;--title&quot;, &quot;Helipad Documentation&quot;, &quot;--main&quot;, &quot;README&quot;, &quot;--inline-source&quot;, &quot;--inline-source&quot;, &quot;--charset=UTF-8&quot;]
+  s.rdoc_options = [&quot;--charset=UTF-8&quot;, &quot;--title&quot;, &quot;Helipad Documentation&quot;, &quot;--main&quot;, &quot;README&quot;, &quot;--inline-source&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{helipad}
-  s.rubygems_version = %q{1.3.1}
+  s.rubygems_version = %q{1.3.5}
   s.summary = %q{Ruby interface to the excellent Helipad online notepad}
-  s.test_files = [&quot;test/test_helipad.rb&quot;]
+  s.test_files = [
+    &quot;test/test_helipad.rb&quot;
+  ]
 
   if s.respond_to? :specification_version then
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
-    s.specification_version = 2
+    s.specification_version = 3
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
     else</diff>
      <filename>helipad.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>44f24bb38d440bfd608c774857d79339a95615cd</id>
    </parent>
  </parents>
  <author>
    <name>Lonnon Foster</name>
    <email>lonnon.foster@gmail.com</email>
  </author>
  <url>http://github.com/lonnon/helipad/commit/e62979b294ed1b2d393fdc9da6595c44b942286b</url>
  <id>e62979b294ed1b2d393fdc9da6595c44b942286b</id>
  <committed-date>2009-10-07T12:43:03-07:00</committed-date>
  <authored-date>2009-10-07T12:43:03-07:00</authored-date>
  <message>Added Gemcutter and Rubyforge to Rakefile for Jeweler to chew on

Gemcutter works flawlessly. Getting an error when attempting to rake
rubyforge:release, but not terribly interested in fixing it just now.</message>
  <tree>2d440b355792ac46946bf9a4ccf81914f815936a</tree>
  <committer>
    <name>Lonnon Foster</name>
    <email>lonnon.foster@gmail.com</email>
  </committer>
</commit>
