<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby
+# coding: UTF-8
 # 
 #  Created on 2008-5-11.
 #  Copyright (c) 2008. All rights reserved.
@@ -10,8 +11,6 @@ rescue LoadError
 end
 
 require 'optparse'
-require 'ftools'
-require 'fileutils'
 
 # NOTE: the option -p/--path= is given as an example, and should probably be replaced in your application.
 
@@ -41,35 +40,35 @@ BANNER
   
   opts.on(&quot;-p&quot;, &quot;--path=PATH&quot;, String,
           &quot;The root path for selecting files&quot;,
-          &quot;Default: ~&quot;) { |OPTIONS[:path]| }
+          &quot;Default: ~&quot;) { |path| OPTIONS[:path] = 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 }
+          &quot;For all plataforms.&quot;) { |speaking| OPTIONS[:speaking] = true }
           
   opts.on(&quot;-d&quot;, &quot;--doom&quot;,
           &quot;Special Doom Edition.&quot;,
-          &quot;Only for Mac/Cygwin.&quot;) { |OPTIONS[:doom]| OPTIONS[:doom] = true }
+          &quot;Only for Mac/Cygwin.&quot;) { |doom| OPTIONS[:doom] = true }
   
   opts.on(&quot;-b&quot;, &quot;--buuf&quot;,
           &quot;Special Buuf Images.&quot;,
-          &quot;For all platforms&quot;) { |OPTIONS[:buuf]| }
+          &quot;For all platforms&quot;) { |buuf| OPTIONS[:buuf] = true }
           
   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 }
+          &quot;but there are pending specs. Only for Mac.&quot;) { |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 }
+          &quot;Only for Mac.&quot;) { |sticky| OPTIONS[:sticky] = true }
           
   opts.on(&quot;--success-sound=PATH&quot;, String,
           &quot;Sound to play on success.&quot;, 
-          &quot;Only for Mac/Cygwin.&quot;) { |OPTIONS[:sound][:success]| }
+          &quot;Only for Mac/Cygwin.&quot;) { |success_sound| OPTIONS[:sound][:success] = success_sound }
           
   opts.on(&quot;--failure-sound=PATH&quot;, String,
           &quot;Sound to play on success.&quot;,
-          &quot;Only for Mac/Cygwin.&quot;) { |OPTIONS[:sound][:failure]| }          
+          &quot;Only for Mac/Cygwin.&quot;) { |failure_sound| OPTIONS[:sound][:failure] = failure_sound }
 
   opts.on(&quot;-h&quot;, &quot;--help&quot;,
           &quot;Show this help message.&quot;) { puts opts; exit }</diff>
      <filename>bin/an-install</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,6 @@ rescue LoadError
 end
 
 require 'optparse'
-require 'ftools'
 
 # NOTE: the option -p/--path= is given as an example, and should probably be replaced in your application.
 
@@ -30,7 +29,7 @@ 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]| }
+          &quot;Default: ~&quot;) { |path| OPTIONS[:path] = path}
   opts.on(&quot;-h&quot;, &quot;--help&quot;,
           &quot;Show this help message.&quot;) { puts opts; exit }
   opts.parse!(ARGV)
@@ -47,4 +46,4 @@ 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
+end</diff>
      <filename>bin/an-uninstall</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+# coding: UTF-8
+
 require 'autotest_notification/version'
 
 AUTHOR = &quot;Carlos Brando, Rodrigo Urubatan, Alexandre da Silva, Carlos J&#250;nior, Davis Zanetti Cabral, Marcos Tapaj&#243;s, Thiago Pradi, Oz&#233;ias Sant'ana, Samuel Flores, Diego Carrion&quot;
@@ -72,4 +74,4 @@ CHANGES = $hoe.paragraphs_of('History.txt', 0..1).join(&quot;\\n\\n&quot;)
 PATH    = (RUBYFORGE_PROJECT == GEM_NAME) ? RUBYFORGE_PROJECT : &quot;#{RUBYFORGE_PROJECT}/#{GEM_NAME}&quot;
 $hoe.remote_rdoc_dir = File.join(PATH.gsub(/^#{RUBYFORGE_PROJECT}\/?/,''), 'rdoc')
 $hoe.rsync_args = '-av --delete --ignore-errors'
-$hoe.spec.post_install_message = File.open(File.dirname(__FILE__) + &quot;/../PostInstall.txt&quot;).read rescue &quot;&quot;
\ No newline at end of file
+$hoe.spec.post_install_message = File.open(File.dirname(__FILE__) + &quot;/../PostInstall.txt&quot;).read rescue &quot;&quot;</diff>
      <filename>config/hoe.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>204938b7492b1af26dbc7dd8d5b4d555006382f9</id>
    </parent>
  </parents>
  <author>
    <name>Elomar Fran&#231;a</name>
    <email>elomar@maisweb.org</email>
  </author>
  <url>http://github.com/carlosbrando/autotest-notification/commit/2971b361b2708655a32882597ecb6b1e69f65614</url>
  <id>2971b361b2708655a32882597ecb6b1e69f65614</id>
  <committed-date>2009-08-24T06:06:27-07:00</committed-date>
  <authored-date>2009-08-21T17:02:29-07:00</authored-date>
  <message>Compatible with Ruby 1.9

Signed-off-by: Carlos Brando &lt;eduardobrando@gmail.com&gt;</message>
  <tree>7e7ad14f17dab49304d57c3f176bd67ffb8d7117</tree>
  <committer>
    <name>Carlos Brando</name>
    <email>eduardobrando@gmail.com</email>
  </committer>
</commit>
