<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>History.txt</filename>
    </added>
    <added>
      <filename>Manifest.txt</filename>
    </added>
    <added>
      <filename>README.txt</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,10 +1,21 @@
 require 'rubygems'
 require 'rake/testtask'
-require 'rake/rdoctask'
-require 'rake/gempackagetask'
+
+require 'rubygems'
+require 'hoe'
+require 'lib/growl.rb'
+
+Hoe.new('GrowlNotifier', Growl::Notifier::VERSION) do |p|
+  p.author = [&quot;Satoshi Nakagawa&quot;, &quot;Eloy Duran&quot;]
+  p.description = &quot;A ruby library which allows you to send Growl notifications.&quot;
+  p.email = [&quot;psychs@limechat.net&quot;, &quot;e.duran@superalloy.nl&quot;]
+  p.summary = &quot;A ruby library which allows you to send Growl notifications.&quot;
+  p.url = &quot;http://growlnotifier.rubyforge.org/&quot;
+  p.clean_globs = ['coverage'] # Remove this directory on &quot;rake clean&quot;
+  p.remote_rdoc_dir = '' # Release to root
+end
 
 task :default =&gt; :test
-task :clean =&gt; [:clobber_package, :clobber_rdoc]
 
 Rake::TestTask.new do |t|
   t.libs &lt;&lt; &quot;test&quot;
@@ -12,21 +23,6 @@ Rake::TestTask.new do |t|
   t.options = '-rs'
 end
 
-Rake::RDocTask.new do |rd|
-  rd.main = &quot;README&quot;
-  rd.rdoc_files.include(&quot;README&quot;, &quot;lib/**/*.rb&quot;)
-end
-
-Rake::GemPackageTask.new(eval(File.read('growlnotifier.gemspec'))) do |p|
-  p.need_tar = true
-  p.need_zip = true
-end
-
-desc 'Build and install the gem'
-task :install =&gt; :gem do
-  sh &quot;sudo gem install pkg/growlnotifier*.gem&quot;
-end
-
 desc &quot;Run code-coverage analysis using rcov&quot;
 task :coverage do
   rm_rf &quot;coverage&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,6 +2,8 @@ require 'osx/cocoa'
 
 module Growl
   class Notifier &lt; OSX::NSObject
+    VERSION = '1.0'
+    
     GROWL_IS_READY = &quot;Lend Me Some Sugar; I Am Your Neighbor!&quot;
     GROWL_NOTIFICATION_CLICKED = &quot;GrowlClicked!&quot;
     GROWL_NOTIFICATION_TIMED_OUT = &quot;GrowlTimedOut!&quot;</diff>
      <filename>lib/growl.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>README</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>0981c56c97b1f88287f848df4454a02fd39b3094</id>
    </parent>
  </parents>
  <author>
    <name>Eloy Duran</name>
    <email>eloy.de.enige@gmail.com</email>
  </author>
  <url>http://github.com/psychs/growlnotifier/commit/ecbcd79931aa489c46b61edd01ef4f4bd2d631ef</url>
  <id>ecbcd79931aa489c46b61edd01ef4f4bd2d631ef</id>
  <committed-date>2008-08-03T08:13:07-07:00</committed-date>
  <authored-date>2008-08-03T08:13:07-07:00</authored-date>
  <message>Configured for Hoe, which should make it easy to deploy as a gem to rubyforge. Install the &quot;hoe&quot; gem.</message>
  <tree>d0bc363eb053b2abcc1768770ac1a5973a9b0c25</tree>
  <committer>
    <name>Eloy Duran</name>
    <email>eloy.de.enige@gmail.com</email>
  </committer>
</commit>
