<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>License.txt</filename>
    </added>
    <added>
      <filename>README.txt</filename>
    </added>
    <added>
      <filename>config/hoe.rb</filename>
    </added>
    <added>
      <filename>config/requirements.rb</filename>
    </added>
    <added>
      <filename>lib/autotest_notification/buuf.rb</filename>
    </added>
    <added>
      <filename>lib/autotest_notification/cygwin.rb</filename>
    </added>
    <added>
      <filename>lib/autotest_notification/doom.rb</filename>
    </added>
    <added>
      <filename>lib/autotest_notification/linux.rb</filename>
    </added>
    <added>
      <filename>lib/autotest_notification/mac.rb</filename>
    </added>
    <added>
      <filename>lib/autotest_notification/version.rb</filename>
    </added>
    <added>
      <filename>lib/autotest_notification/windows.rb</filename>
    </added>
    <added>
      <filename>script/txt2html</filename>
    </added>
    <added>
      <filename>setup.rb</filename>
    </added>
    <added>
      <filename>tasks/deployment.rake</filename>
    </added>
    <added>
      <filename>tasks/environment.rake</filename>
    </added>
    <added>
      <filename>tasks/website.rake</filename>
    </added>
    <added>
      <filename>website/index.html</filename>
    </added>
    <added>
      <filename>website/index.txt</filename>
    </added>
    <added>
      <filename>website/javascripts/rounded_corners_lite.inc.js</filename>
    </added>
    <added>
      <filename>website/stylesheets/screen.css</filename>
    </added>
    <added>
      <filename>website/template.html.erb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,34 +1,29 @@
-== 1.7.0 2008-11-13
-
-* 1.7.0 - Nov 13, 2008
-	* Update to new newgem gem.
-
-* 1.6.0 - Oct 08, 2008
+1.6.0 - Oct 08, 2008
   * Buuf Edition - display Buuf icons by Mattahan [http://mattahan.deviantart.com] (samflores)
   * Added --sticky flag to an-install to keep notifications on screen in case of errors/failures or pending specs (samflores)
   * Pending notifications now have a priority different from Passed and Failled notifications, to allow set diff color with Growl (samflores)
 
-* 1.5.0 - Oct 02, 2008
+1.5.0 - Oct 02, 2008
 	* If an-install is run with --pending, shows a yellow warning when there are no errors/failures but there are pending specs. (lucasuyezu)
 
-* 1.4.0 - Jun 18, 2008
+1.4.0 - Jun 18, 2008
 	* Special Doom Edition for Linux (ozsantana)
 
-* 1.3.1 - Jun 18, 2008
+1.3.1 - Jun 18, 2008
 	* Added backup to old .autotest file (tchandy)
 
-* 1.3.0 - Jun 18, 2008
+1.3.0 - Jun 18, 2008
 	* Added Doom sounds.
 
-* 1.2.0 - Jun 17, 2008
+1.2.0 - Jun 17, 2008
 	* Special Doom Edition
 
-* 1.1.2
+1.1.2
 	* Refactoring code. 
 
 * 1.1.1 
 	* Changed to speak when passing the tests after a series of failures. Only in Mac.
-
+	
 * 1.1.0
 	* Now speaking in Linux too.
 
@@ -58,3 +53,6 @@
 
 * 0.0.4:
 	* Added an-uninstall to remove the autotest hook.
+
+* 1 major enhancement:
+  * Initial release</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,11 +1,45 @@
+autotest-notification.gemspec
 History.txt
+License.txt
 Manifest.txt
 PostInstall.txt
-README.rdoc
+README.txt
 Rakefile
+config/hoe.rb
+config/requirements.rb
+lib/autotest_notification.rb
+lib/autotest_notification/version.rb
+lib/autotest_notification/linux.rb
+lib/autotest_notification/windows.rb
+lib/autotest_notification/cygwin.rb
+lib/autotest_notification/mac.rb
+lib/autotest_notification/doom.rb
+lib/autotest_notification/buuf.rb
+script/console
+script/destroy
+script/generate
+script/txt2html
+setup.rb
+tasks/deployment.rake
+tasks/environment.rake
+tasks/website.rake
+test/test_autotest_notification.rb
+test/test_helper.rb
+test/autotest_notification/test_cygwin.rb
+test/autotest_notification/test_linux.rb
+test/autotest_notification/test_windows.rb
+test/autotest_notification/test_mac.rb
+website/index.html
+website/index.txt
+website/javascripts/rounded_corners_lite.inc.js
+website/stylesheets/screen.css
+website/template.html.erb
 bin/an-install
 bin/an-uninstall
 bin/playsound
+images/pass.png
+images/fail.png
+images/pending.png
 images/buuf/fail.png
 images/buuf/pass.png
 images/buuf/pending.png
@@ -16,27 +50,10 @@ images/doom/doom_3.png
 images/doom/doom_4.png
 images/doom/doom_5.png
 images/doom/doom_6.png
-images/fail.png
-images/pass.png
-images/pending.png
-lib/an_install/cli.rb
-lib/an_uninstall/cli.rb
-lib/autotest_notification.rb
-script/console
-script/destroy
-script/generate
 sounds/doom/0.wav
 sounds/doom/1.wav
 sounds/doom/2.wav
 sounds/doom/3.wav
 sounds/doom/4.wav
 sounds/doom/5.wav
-sounds/doom/6.wav
-test/autotest_notification/test_cygwin.rb
-test/autotest_notification/test_linux.rb
-test/autotest_notification/test_mac.rb
-test/autotest_notification/test_windows.rb
-test/test_an-install_cli.rb
-test/test_an-uninstall_cli.rb
-test/test_autotest_notification.rb
-test/test_helper.rb
+sounds/doom/6.wav
\ No newline at end of file</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,28 +1,4 @@
-%w[rubygems rake rake/clean fileutils newgem rubigen].each { |f| require f }
-require File.dirname(__FILE__) + '/lib/autotest_notification'
+require 'config/requirements'
+require 'config/hoe' # setup Hoe + all gem configuration
 
-# Generate all the Rake tasks
-# Run 'rake -T' to see list of generated tasks (from gem root directory)
-$hoe = Hoe.new('autotest-notification', AutotestNotification::VERSION) do |p|
-  p.developer('Carlos Brando', 'eduardobrando@gmail.com')
-  p.changes              = p.paragraphs_of(&quot;History.txt&quot;, 0..1).join(&quot;\n\n&quot;)
-  p.post_install_message = 'PostInstall.txt' # TODO remove if post-install message not required
-  p.rubyforge_name       = p.name # TODO this is default value
-  p.extra_deps         = [
-    ['ZenTest', '&gt;= 3.9.2']
-  ]
-  p.extra_dev_deps = [
-    ['newgem', &quot;&gt;= #{::Newgem::VERSION}&quot;]
-  ]
-  
-  p.clean_globs |= %w[**/.DS_Store tmp *.log]
-  path = (p.rubyforge_name == p.name) ? p.rubyforge_name : &quot;\#{p.rubyforge_name}/\#{p.name}&quot;
-  p.remote_rdoc_dir = File.join(path.gsub(/^#{p.rubyforge_name}\/?/,''), 'rdoc')
-  p.rsync_args = '-av --delete --ignore-errors'
-end
-
-require 'newgem/tasks' # load /tasks/*.rake
-Dir['tasks/**/*.rake'].each { |t| load t }
-
-# TODO - want other tests/tasks run by default? Add them to the list
-# task :default =&gt; [:spec, :features]
+Dir['tasks/**/*.rake'].each { |rake| load rake }
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,26 +1,33 @@
-# -*- encoding: utf-8 -*-
-
 Gem::Specification.new do |s|
   s.name = %q{autotest-notification}
-  s.version = &quot;1.7.2&quot;
+  s.version = &quot;1.6.0&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
-  s.authors = [&quot;Carlos Brando&quot;]
-  s.date = %q{2008-11-14}
+  s.authors = [&quot;Carlos Brando&quot;, &quot;Rodrigo Urubatan&quot;, &quot;Alexandre da Silva&quot;, &quot;Carlos J\303\272nior&quot;, &quot;Davis Zanetti Cabral&quot;, &quot;Marcos Tapaj\303\263s&quot;, &quot;Thiago Pradi&quot;, &quot;Oz\303\251ias Sant'ana&quot;, &quot;Samuel Flores&quot;, &quot;Diego Carrion&quot;]
+  s.date = %q{2008-10-09}
   s.description = %q{This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results.}
-  s.email = [&quot;eduardobrando@gmail.com&quot;]
+  s.email = [&quot;autotest-notification@carlosbrando.com&quot;]
   s.executables = [&quot;an-install&quot;, &quot;an-uninstall&quot;, &quot;playsound&quot;]
-  s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;PostInstall.txt&quot;, &quot;README.rdoc&quot;]
-  s.files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;PostInstall.txt&quot;, &quot;README.rdoc&quot;, &quot;Rakefile&quot;, &quot;bin/an-install&quot;, &quot;bin/an-uninstall&quot;, &quot;bin/playsound&quot;, &quot;images/buuf/fail.png&quot;, &quot;images/buuf/pass.png&quot;, &quot;images/buuf/pending.png&quot;, &quot;images/doom/doom_0.png&quot;, &quot;images/doom/doom_1.png&quot;, &quot;images/doom/doom_2.png&quot;, &quot;images/doom/doom_3.png&quot;, &quot;images/doom/doom_4.png&quot;, &quot;images/doom/doom_5.png&quot;, &quot;images/doom/doom_6.png&quot;, &quot;images/fail.png&quot;, &quot;images/pass.png&quot;, &quot;images/pending.png&quot;, &quot;lib/an_install/cli.rb&quot;, &quot;lib/an_uninstall/cli.rb&quot;, &quot;lib/autotest_notification.rb&quot;, &quot;script/console&quot;, &quot;script/destroy&quot;, &quot;script/generate&quot;, &quot;sounds/doom/0.wav&quot;, &quot;sounds/doom/1.wav&quot;, &quot;sounds/doom/2.wav&quot;, &quot;sounds/doom/3.wav&quot;, &quot;sounds/doom/4.wav&quot;, &quot;sounds/doom/5.wav&quot;, &quot;sounds/doom/6.wav&quot;, &quot;test/autotest_notification/test_cygwin.rb&quot;, &quot;test/autotest_notification/test_linux.rb&quot;, &quot;test/autotest_notification/test_mac.rb&quot;, &quot;test/autotest_notification/test_windows.rb&quot;, &quot;test/test_an-install_cli.rb&quot;, &quot;test/test_an-uninstall_cli.rb&quot;, &quot;test/test_autotest_notification.rb&quot;, &quot;test/test_helper.rb&quot;]
+  s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;License.txt&quot;, &quot;Manifest.txt&quot;, &quot;PostInstall.txt&quot;, &quot;README.txt&quot;, &quot;website/index.txt&quot;]
+  s.files = [&quot;autotest-notification.gemspec&quot;, &quot;History.txt&quot;, &quot;License.txt&quot;, &quot;Manifest.txt&quot;, &quot;PostInstall.txt&quot;, &quot;README.txt&quot;, &quot;Rakefile&quot;, &quot;config/hoe.rb&quot;, &quot;config/requirements.rb&quot;, &quot;lib/autotest_notification.rb&quot;, &quot;lib/autotest_notification/version.rb&quot;, &quot;lib/autotest_notification/linux.rb&quot;, &quot;lib/autotest_notification/windows.rb&quot;, &quot;lib/autotest_notification/cygwin.rb&quot;, &quot;lib/autotest_notification/mac.rb&quot;, &quot;lib/autotest_notification/doom.rb&quot;, &quot;lib/autotest_notification/buuf.rb&quot;, &quot;script/console&quot;, &quot;script/destroy&quot;, &quot;script/generate&quot;, &quot;script/txt2html&quot;, &quot;setup.rb&quot;, &quot;tasks/deployment.rake&quot;, &quot;tasks/environment.rake&quot;, &quot;tasks/website.rake&quot;, &quot;test/test_autotest_notification.rb&quot;, &quot;test/test_helper.rb&quot;, &quot;test/autotest_notification/test_cygwin.rb&quot;, &quot;test/autotest_notification/test_linux.rb&quot;, &quot;test/autotest_notification/test_windows.rb&quot;, &quot;test/autotest_notification/test_mac.rb&quot;, &quot;website/index.html&quot;, &quot;website/index.txt&quot;, &quot;website/javascripts/rounded_corners_lite.inc.js&quot;, &quot;website/stylesheets/screen.css&quot;, &quot;website/template.html.erb&quot;, &quot;bin/an-install&quot;, &quot;bin/an-uninstall&quot;, &quot;bin/playsound&quot;, &quot;images/pass.png&quot;, &quot;images/fail.png&quot;, &quot;images/pending.png&quot;, &quot;images/buuf/fail.png&quot;, &quot;images/buuf/pass.png&quot;, &quot;images/buuf/pending.png&quot;, &quot;images/doom/doom_0.png&quot;, &quot;images/doom/doom_1.png&quot;, &quot;images/doom/doom_2.png&quot;, &quot;images/doom/doom_3.png&quot;, &quot;images/doom/doom_4.png&quot;, &quot;images/doom/doom_5.png&quot;, &quot;images/doom/doom_6.png&quot;, &quot;sounds/doom/0.wav&quot;, &quot;sounds/doom/1.wav&quot;, &quot;sounds/doom/2.wav&quot;, &quot;sounds/doom/3.wav&quot;, &quot;sounds/doom/4.wav&quot;, &quot;sounds/doom/5.wav&quot;, &quot;sounds/doom/6.wav&quot;]
   s.has_rdoc = true
   s.homepage = %q{http://github.com/carlosbrando/autotest-notification/}
-  s.post_install_message = %q{PostInstall.txt}
-  s.rdoc_options = [&quot;--main&quot;, &quot;README.rdoc&quot;]
+  s.post_install_message = %q{
+For more information on autotest_notification, see http://github.com/carlosbrando/autotest-notification/
+
+To turn on the notifier you need to run the following command:
+  an-install
+
+To turn off:
+  an-uninstall
+
+}
+  s.rdoc_options = [&quot;--main&quot;, &quot;README.txt&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{autotest-notification}
   s.rubygems_version = %q{1.3.0}
   s.summary = %q{This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results.}
-  s.test_files = [&quot;test/autotest_notification/test_cygwin.rb&quot;, &quot;test/autotest_notification/test_linux.rb&quot;, &quot;test/autotest_notification/test_mac.rb&quot;, &quot;test/autotest_notification/test_windows.rb&quot;, &quot;test/test_an-install_cli.rb&quot;, &quot;test/test_an-uninstall_cli.rb&quot;, &quot;test/test_autotest_notification.rb&quot;, &quot;test/test_helper.rb&quot;]
+  s.test_files = [&quot;test/autotest_notification/test_cygwin.rb&quot;, &quot;test/autotest_notification/test_linux.rb&quot;, &quot;test/autotest_notification/test_mac.rb&quot;, &quot;test/autotest_notification/test_windows.rb&quot;, &quot;test/test_autotest_notification.rb&quot;, &quot;test/test_helper.rb&quot;]
 
   if s.respond_to? :specification_version then
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
@@ -28,16 +35,13 @@ Gem::Specification.new do |s|
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
       s.add_runtime_dependency(%q&lt;ZenTest&gt;, [&quot;&gt;= 3.9.2&quot;])
-      s.add_development_dependency(%q&lt;newgem&gt;, [&quot;&gt;= 1.1.0&quot;])
-      s.add_development_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.8.0&quot;])
+      s.add_development_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.7.0&quot;])
     else
       s.add_dependency(%q&lt;ZenTest&gt;, [&quot;&gt;= 3.9.2&quot;])
-      s.add_dependency(%q&lt;newgem&gt;, [&quot;&gt;= 1.1.0&quot;])
-      s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.8.0&quot;])
+      s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.7.0&quot;])
     end
   else
     s.add_dependency(%q&lt;ZenTest&gt;, [&quot;&gt;= 3.9.2&quot;])
-    s.add_dependency(%q&lt;newgem&gt;, [&quot;&gt;= 1.1.0&quot;])
-    s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.8.0&quot;])
+    s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.7.0&quot;])
   end
 end</diff>
      <filename>autotest-notification.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,91 @@
 #!/usr/bin/env ruby
-#
-#  Created on 2008-11-14.
+# 
+#  Created on 2008-5-11.
 #  Copyright (c) 2008. All rights reserved.
 
-require File.expand_path(File.dirname(__FILE__) + &quot;/../lib/autotest-notification&quot;)
+begin
+  require 'rubygems'
+rescue LoadError
+  # no rubygems to load, so we fail silently
+end
 
-require &quot;an_install/cli&quot;
+require 'optparse'
+require 'ftools'
 
-AnInstall::CLI.execute(STDOUT, ARGV)
+# NOTE: the option -p/--path= is given as an example, and should probably be replaced in your application.
+
+OPTIONS = {
+  :path     =&gt; '~',
+  :speaking =&gt; false,
+  :doom =&gt; false,
+  :sticky =&gt; false,
+  :pending =&gt; false,
+  :buuf =&gt; false
+}
+MANDATORY_OPTIONS = %w(  )
+
+parser = OptionParser.new do |opts|
+  opts.banner = &lt;&lt;BANNER
+This application is wonderful because...
+
+Usage: #{File.basename($0)} [options]
+
+Options are:
+BANNER
+  opts.separator &quot;&quot;
+  
+  opts.on(&quot;-p&quot;, &quot;--path=PATH&quot;, String,
+          &quot;The root path for selecting files&quot;,
+          &quot;Default: ~&quot;) { |OPTIONS[:path]| }
+          
+  opts.on(&quot;-s&quot;, &quot;--speaking&quot;,
+          &quot;If a test failed, the computer will speak.&quot;,
+          &quot;For all plataforms.&quot;) { |OPTIONS[:speaking]| OPTIONS[:speaking] = true }
+          
+  opts.on(&quot;-d&quot;, &quot;--doom&quot;,
+          &quot;Special Doom Edition.&quot;,
+          &quot;Only for Mac.&quot;) { |OPTIONS[:doom]| OPTIONS[:doom] = true }
+  
+  opts.on(&quot;-b&quot;, &quot;--buuf&quot;,
+          &quot;Special Buuf Images.&quot;,
+          &quot;For all platforms&quot;) { |OPTIONS[:buuf]| }
+          
+  opts.on(&quot;--pending&quot;,
+          &quot;Shows a different image when there are no errors/failures&quot;,
+          &quot;but there are pending specs. Only for Mac.&quot;) { |OPTIONS[:pending]| OPTIONS[:pending] = true }
+    
+  opts.on(&quot;--sticky&quot;,
+          &quot;Keep notification on screen in case of errros/failures or pending specs.&quot;,
+          &quot;Only for Mac.&quot;) { |OPTIONS[:sticky]| OPTIONS[:sticky] = true }
+
+  opts.on(&quot;-h&quot;, &quot;--help&quot;,
+          &quot;Show this help message.&quot;) { puts opts; exit }
+          
+  opts.parse!(ARGV)
+
+  if MANDATORY_OPTIONS &amp;&amp; MANDATORY_OPTIONS.find { |option| OPTIONS[option.to_sym].nil? }
+    puts opts; exit
+  end
+end
+
+path = OPTIONS[:path]
+
+autotest_path = File.expand_path(path)
+
+if File.exists?(&quot;#{autotest_path}/.autotest&quot;)
+  puts &quot;\nYou Already have a .autotest file, renamed to .autotest.backup&quot;
+  FileUtils.cp &quot;#{autotest_path}/.autotest&quot;, &quot;#{autotest_path}/.autotest.backup&quot;
+end
+
+f = File.new(&quot;#{autotest_path}/.autotest&quot;,  &quot;w&quot;)
+f.write &quot;# ~.autotest\n&quot;
+f.write &quot;require 'autotest_notification'\n&quot;
+f.write(&quot;SPEAKING = #{OPTIONS[:speaking]}\n&quot;)
+f.write(&quot;DOOM_EDITION = #{OPTIONS[:doom]}\n&quot;)
+f.write(&quot;BUUF = #{OPTIONS[:buuf]}\n&quot;)
+f.write(&quot;PENDING = #{OPTIONS[:pending]}\n&quot;)
+f.write(&quot;STICKY = #{OPTIONS[:sticky]}\n&quot;)
+f.close
+
+puts &quot;\nAs from now all tests will be notified automatically.&quot;
+puts &quot;&quot; # a blank line
\ No newline at end of file</diff>
      <filename>bin/an-install</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,50 @@
 #!/usr/bin/env ruby
 #
-#  Created on 2008-11-14.
+#  Created on 2008-5-11.
 #  Copyright (c) 2008. All rights reserved.
 
-require File.expand_path(File.dirname(__FILE__) + &quot;/../lib/autotest-notification&quot;)
+begin
+  require 'rubygems'
+rescue LoadError
+  # no rubygems to load, so we fail silently
+end
 
-require &quot;an_uninstall/cli&quot;
+require 'optparse'
+require 'ftools'
 
-AnUninstall::CLI.execute(STDOUT, ARGV)
+# NOTE: the option -p/--path= is given as an example, and should probably be replaced in your application.
+
+OPTIONS = {
+  :path     =&gt; '~'
+}
+MANDATORY_OPTIONS = %w(  )
+
+parser = OptionParser.new do |opts|
+  opts.banner = &lt;&lt;BANNER
+This application is wonderful because...
+
+Usage: #{File.basename($0)} [options]
+
+Options are:
+BANNER
+  opts.separator &quot;&quot;
+  opts.on(&quot;-p&quot;, &quot;--path=PATH&quot;, String,
+          &quot;The root path for selecting files&quot;,
+          &quot;Default: ~&quot;) { |OPTIONS[:path]| }
+  opts.on(&quot;-h&quot;, &quot;--help&quot;,
+          &quot;Show this help message.&quot;) { puts opts; exit }
+  opts.parse!(ARGV)
+
+  if MANDATORY_OPTIONS &amp;&amp; MANDATORY_OPTIONS.find { |option| OPTIONS[option.to_sym].nil? }
+    puts opts; exit
+  end
+end
+
+path = OPTIONS[:path]
+
+autotest_file = File.expand_path(path) + &quot;/.autotest&quot;
+if File.exist?(autotest_file)
+  File.delete(autotest_file)
+  puts &quot;\nYou no longer receive notifications of your tests.&quot;
+  puts &quot;&quot; # a blank line
+end
\ No newline at end of file</diff>
      <filename>bin/an-uninstall</filename>
    </modified>
    <modified>
      <diff>@@ -1,12 +1,7 @@
-$:.unshift(File.dirname(__FILE__)) unless
-  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
-
-require &quot;autotest&quot;
+$:.unshift(File.dirname(__FILE__))
 %w{ linux mac windows cygwin doom buuf }.each { |x| require &quot;autotest_notification/#{x}&quot; }
 
 module AutotestNotification
-  VERSION = '1.7.2'
-  
   IMAGES_DIRECTORY = File.expand_path(File.dirname(__FILE__) + &quot;/../images/&quot;)
   SUCCESS_IMAGE    = &quot;#{IMAGES_DIRECTORY}/pass.png&quot;;
   FAIL_IMAGE       = &quot;#{IMAGES_DIRECTORY}/fail.png&quot;;
@@ -75,4 +70,4 @@ module AutotestNotification
       &quot;#{pluralize('example', examples)}, #{pluralize('failure', failures)}, #{pendings} pending&quot;
     end
   end
-end
\ No newline at end of file
+end</diff>
      <filename>lib/autotest_notification.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,6 +5,6 @@ irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb'
 libs =  &quot; -r irb/completion&quot;
 # Perhaps use a console_lib to store any extra methods I may want available in the cosole
 # libs &lt;&lt; &quot; -r #{File.dirname(__FILE__) + '/../lib/console_lib/console_logger.rb'}&quot;
-libs &lt;&lt;  &quot; -r #{File.dirname(__FILE__) + '/../lib/autotest-notification.rb'}&quot;
-puts &quot;Loading autotest-notification gem&quot;
+libs &lt;&lt;  &quot; -r #{File.dirname(__FILE__) + '/../lib/autotest_notification.rb'}&quot;
+puts &quot;Loading autotest_notification gem&quot;
 exec &quot;#{irb} #{libs} --simple-prompt&quot;
\ No newline at end of file</diff>
      <filename>script/console</filename>
    </modified>
    <modified>
      <diff>@@ -1,44 +1,44 @@
-require File.dirname(__FILE__) + '/test_helper.rb'
-
-class TestAutotestNotification &lt; Test::Unit::TestCase
-  
-  def setup
-    @title    = &quot;title&quot;
-    @msg      = &quot;message&quot;
-    @image    = &quot;image&quot;
-    @priority = 0
-    @total    = 0
-    @failures = 0
-    
-    %w( DOOM_EDITION SPEAKING STICKY BUUF ).each do |c|
-      AutotestNotification.const_set(c.to_sym, false) unless AutotestNotification.const_defined?(c.to_sym)
-    end
-  end
-  
-  def test_notify_when_os_is_cygwin
-    AutotestNotification::Cygwin.expects(:notify).with(@title, @msg, @image)
-    verify_to(&quot;cygwin&quot;)
-  end
-  
-  def test_notify_when_os_is_windows
-    AutotestNotification::Windows.expects(:notify).with(@title, @msg, @image)
-    verify_to(&quot;mswin&quot;)
-  end
-  
-  def test_notify_when_os_is_linux
-    AutotestNotification::Linux.expects(:notify).with(@title, @msg, @image, @total, @failures)
-    verify_to(&quot;linux&quot;)
-  end
-  
-  def test_notify_when_os_is_mac
-    AutotestNotification::Mac.expects(:notify).with(@title, @msg, @image, @total, @failures, @priority)
-    verify_to(&quot;darwin&quot;)
-  end
-  
-private
-
-  def verify_to(so)
-    AutotestNotification.const_set :RUBY_PLATFORM, so
-    AutotestNotification.notify(@title, @msg, @image, @total, @failures, @priority)
-  end
-end
+require File.dirname(__FILE__) + '/test_helper.rb'
+
+class TestAutotestNotification &lt; Test::Unit::TestCase
+  
+  def setup
+    @title    = &quot;title&quot;
+    @msg      = &quot;message&quot;
+    @image    = &quot;image&quot;
+    @priority = 0
+    @total    = 0
+    @failures = 0
+    
+    %w( DOOM_EDITION SPEAKING STICKY BUUF ).each do |c|
+      AutotestNotification.const_set(c.to_sym, false) unless AutotestNotification.const_defined?(c.to_sym)
+    end
+  end
+  
+  def test_notify_when_os_is_cygwin
+    AutotestNotification::Cygwin.expects(:notify).with(@title, @msg, @image)
+    verify_to(&quot;cygwin&quot;)
+  end
+  
+  def test_notify_when_os_is_windows
+    AutotestNotification::Windows.expects(:notify).with(@title, @msg, @image)
+    verify_to(&quot;mswin&quot;)
+  end
+  
+  def test_notify_when_os_is_linux
+    AutotestNotification::Linux.expects(:notify).with(@title, @msg, @image, @total, @failures)
+    verify_to(&quot;linux&quot;)
+  end
+  
+  def test_notify_when_os_is_mac
+    AutotestNotification::Mac.expects(:notify).with(@title, @msg, @image, @total, @failures, @priority)
+    verify_to(&quot;darwin&quot;)
+  end
+  
+private
+
+  def verify_to(so)
+    AutotestNotification.const_set :RUBY_PLATFORM, so
+    AutotestNotification.notify(@title, @msg, @image, @total, @failures, @priority)
+  end
+end</diff>
      <filename>test/test_autotest_notification.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>README.rdoc</filename>
    </removed>
    <removed>
      <filename>lib/an_install/cli.rb</filename>
    </removed>
    <removed>
      <filename>lib/an_uninstall/cli.rb</filename>
    </removed>
    <removed>
      <filename>test/test_an-install_cli.rb</filename>
    </removed>
    <removed>
      <filename>test/test_an-uninstall_cli.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>252742cd3774d41bcb163f6eb037f6a8b6451f50</id>
    </parent>
  </parents>
  <author>
    <name>Carlos Brando</name>
    <email>eduardobrando@gmail.com</email>
  </author>
  <url>http://github.com/carlosbrando/autotest-notification/commit/cf37ea2d9385be9715e3840317ff6f3a0ef81861</url>
  <id>cf37ea2d9385be9715e3840317ff6f3a0ef81861</id>
  <committed-date>2008-11-13T20:14:26-08:00</committed-date>
  <authored-date>2008-11-13T20:14:26-08:00</authored-date>
  <message>Version 1.7.3</message>
  <tree>2003c9d5819241d90ad76b81cd60938605548643</tree>
  <committer>
    <name>Carlos Brando</name>
    <email>eduardobrando@gmail.com</email>
  </committer>
</commit>
