<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,8 +18,36 @@ begin
     s.description = &quot;Mocktacular Companion to AMQP Library. Happy TATFTing!&quot;
     s.authors = [&quot;Daniel DeLeo&quot;]
     s.files =  FileList[&quot;[A-Za-z]*&quot;, &quot;{lib,spec}/**/*&quot;]
+    s.rubyforge_project = &quot;moqueue&quot;
+    s.add_dependency(&quot;amqp&quot;)
   end
 rescue LoadError
   puts &quot;Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com&quot;
 end
 
+# These are new tasks
+begin
+  require 'rake/contrib/sshpublisher'
+  namespace :rubyforge do
+
+    desc &quot;Release gem and RDoc documentation to RubyForge&quot;
+    task :release =&gt; [&quot;rubyforge:release:gem&quot;, &quot;rubyforge:release:docs&quot;]
+
+    namespace :release do
+      desc &quot;Publish RDoc to RubyForge.&quot;
+      task :docs =&gt; [:rdoc] do
+        config = YAML.load(
+            File.read(File.expand_path('~/.rubyforge/user-config.yml'))
+        )
+
+        host = &quot;#{config['username']}@rubyforge.org&quot;
+        remote_dir = &quot;/var/www/gforge-projects/the-perfect-gem/&quot;
+        local_dir = 'rdoc'
+
+        Rake::SshDirPublisher.new(host, remote_dir, local_dir).upload
+      end
+    end
+  end
+rescue LoadError
+  puts &quot;Rake SshDirPublisher is unavailable or your rubyforge environment is not configured.&quot;
+end
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4b29656d940105d92c84507d639c62aa07ef7199</id>
    </parent>
  </parents>
  <author>
    <name>Dan DeLeo</name>
    <email>danielsdeleo@mac.com</email>
  </author>
  <url>http://github.com/danielsdeleo/moqueue/commit/a9c1cf58d3bd6f7240ed4789308abf8adf3af7b0</url>
  <id>a9c1cf58d3bd6f7240ed4789308abf8adf3af7b0</id>
  <committed-date>2009-09-21T16:47:44-07:00</committed-date>
  <authored-date>2009-09-21T16:47:44-07:00</authored-date>
  <message>add rubyforge stuff to rakefile</message>
  <tree>7349649d6fa40433c41b8c1784a571a39853d453</tree>
  <committer>
    <name>Dan DeLeo</name>
    <email>danielsdeleo@mac.com</email>
  </committer>
</commit>
