<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE</filename>
    </added>
    <added>
      <filename>README</filename>
    </added>
    <added>
      <filename>TODO</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -11,7 +11,6 @@ Rake::TestTask.new do |t|
 end
 
 Rake::RDocTask.new do |rd|
-  #rd.main = &quot;README.rdoc&quot;
-  #rd.rdoc_files.include(&quot;README.rdoc&quot;, &quot;lib/**/*.rb&quot;)
-  rd.rdoc_files.include(&quot;lib/**/*.rb&quot;)
+  rd.main = &quot;README&quot;
+  rd.rdoc_files.include(&quot;README&quot;, &quot;lib/**/*.rb&quot;)
 end
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,54 +1,3 @@
-#
-# = growl.rb
-#
-# Growl Notifier
-#
-# Copyright (c) 2007-2008 Satoshi Nakagawa &lt;psychs@limechat.net&gt;
-# You can redistribute it and/or modify it under the same terms as Ruby.
-#
-# == Overview
-#
-# Growl Notifier is a class to post notifications to the Growl daemon.
-# And also it can receive clicked and timeout notifications from Growl.
-#
-# == Requirements
-#
-# Mac OS X 10.4 or 10.5
-# Ruby 1.8 (http://ruby-lang.org/)
-# RubyCocoa (http://rubycocoa.sourceforge.net/)
-#
-# == How to use Growl Notifier
-#
-# A simple example:
-#
-#   require 'growl'
-#
-#   g = Growl::Notifier.alloc.init
-#   g.start('test_app', ['message_type'])
-#   g.notify('message_type', 'title', 'desc')
-#
-# How to receive clicked and timeout notifications in your application:
-#
-#   require 'growl'
-#
-#   class GrowlController &lt; OSX::NSObject
-#     def init
-#       @g = Growl::Notifier.alloc.initWithDelegate(self)
-#       @g.start('test_app', ['message_type'])
-#       @g.notify('message_type', 'title', 'desc', 'click_context')
-#       self
-#     end
-#  
-#     def growl_onClicked(sender, context)
-#       puts 'clicked'
-#     end
-#  
-#     def growl_onTimeout(sender, context)
-#       puts 'timeout'
-#     end
-#   end
-#
-
 require 'osx/cocoa'
 
 module Growl</diff>
      <filename>lib/growl.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>495413286380fdfb3f892df79102b2bafbcb8bb3</id>
    </parent>
  </parents>
  <author>
    <name>Eloy Duran</name>
    <email>eloy.de.enige@gmail.com</email>
  </author>
  <url>http://github.com/psychs/growlnotifier/commit/68fb7068c3370b30c746013f1d7dccf670cf4918</url>
  <id>68fb7068c3370b30c746013f1d7dccf670cf4918</id>
  <committed-date>2008-07-26T08:54:02-07:00</committed-date>
  <authored-date>2008-07-26T08:54:02-07:00</authored-date>
  <message>Created README, LICENSE and TODO and include the README in the rdoc.</message>
  <tree>83ab11fe589cc1229cbe7f5df1e61f48a9e2b94e</tree>
  <committer>
    <name>Eloy Duran</name>
    <email>eloy.de.enige@gmail.com</email>
  </committer>
</commit>
