<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 == 0.1.5 2009-07-24
 
 * 1 major improvement
-  * Wrapper for grownotify to improve reliability (Karl O'Keefe)
+  * More reliable growlnotify call
 
 == 0.1.4 2009-07-23
 </diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,6 @@ README.rdoc
 Rakefile
 autotest-growl.gemspec
 growl/growlnotify
-growl/growlnotify-wrapper
 growl/growlnotify.com
 img/error.png
 img/failed.png</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -66,13 +66,12 @@ module Autotest::Growl
     case RUBY_PLATFORM
     when /mswin/
       growl += '.com'
-      system %(#{growl} #{message.inspect} /a:&quot;autotest&quot; /r:&quot;Autotest&quot; /n:&quot;Autotest&quot; /i:&quot;#{image}&quot; /p:#{priority} /t:&quot;#{title}&quot;)
+      system %(#{growl} #{message.inspect} /a:&quot;Autotest&quot; /r:&quot;Autotest&quot; /n:&quot;Autotest&quot; /i:&quot;#{image}&quot; /p:#{priority} /t:&quot;#{title}&quot;)
     when /darwin/
-      growl += '-wrapper'
       if @@remote_notification
-        system %(#{growl} -H localhost -n autotest --image '#{image}' -p #{priority} -m '#{message}' '#{title}' #{stick})
+        system %(#{growl} -H localhost -n Autotest --image '#{image}' -p #{priority} -m '#{message}' '#{title}' #{stick} &amp;)
       else
-        system %(#{growl} -n autotest --image '#{image}' -p #{priority} -m '#{message}' '#{title}' #{stick})
+        system %(#{growl} -w -n Autotest --image '#{image}' -p #{priority} -m '#{message}' '#{title}' #{stick} &amp;)
       end
     else
       raise &quot;#{RUBY_PLATFORM} is not supported by autotest-growl&quot; </diff>
      <filename>lib/autotest/growl.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c83549c8f2b7ca93d21f7ef2a74c15acf5ee2e76</id>
    </parent>
  </parents>
  <author>
    <name>Sven Schwyn</name>
    <email>schwyn@bitcetera.com</email>
  </author>
  <url>http://github.com/svoop/autotest-growl/commit/0571c29eb2c58aaaa5e484b0bd057b91ee18110b</url>
  <id>0571c29eb2c58aaaa5e484b0bd057b91ee18110b</id>
  <committed-date>2009-07-24T03:14:22-07:00</committed-date>
  <authored-date>2009-07-24T03:14:22-07:00</authored-date>
  <message>Remove the wrapper again and add the -w argument and &amp; to the system call itself.</message>
  <tree>f950a2f380748293e2e9991f70d686eca178c7c5</tree>
  <committer>
    <name>Sven Schwyn</name>
    <email>schwyn@bitcetera.com</email>
  </committer>
</commit>
