<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -33,4 +33,8 @@
 
 == 0.0.9
 
-* minor fix: added freebsd pattern
\ No newline at end of file
+* minor fix: added freebsd pattern
+
+== 0.0.10
+
+* minor fix: fixed path for custom images
\ No newline at end of file</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ PKG_FILES = %w(Rakefile test_notifier.gemspec History.txt License.txt README.mar
 
 spec = Gem::Specification.new do |s|
   s.name = &quot;test_notifier&quot;
-  s.version = &quot;0.0.9&quot;
+  s.version = &quot;0.0.10&quot;
   s.summary = &quot;Display system notifications (dbus, growl and snarl) after running tests.&quot;
   s.authors = [&quot;Nando Vieira&quot;]
   s.email = [&quot;fnando.vieira@gmail.com&quot;]</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -16,7 +16,7 @@ module TestNotifier
   def self.notify(image, title, message)
     image ||= &quot;none.png&quot;
     
-    custom_image = File.join(File.expand_path(&quot;~/.test_notifier&quot;), &quot;image&quot;, image)
+    custom_image = File.join(File.expand_path(&quot;~/.test_notifier&quot;), image)
     image = File.exists?(custom_image) ? custom_image : File.join(File.dirname(__FILE__), &quot;test_notifier&quot;, &quot;icons&quot;, image)
 
     if RUBY_PLATFORM =~ /darwin/</diff>
      <filename>lib/test_notifier.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,10 +2,11 @@
 # RUN : 'rake gem:update_gemspec'
 
 Gem::Specification.new do |s|
-  s.date = &quot;Mon Sep 01 22:38:44 -0300 2008&quot;
+  s.date = &quot;Sat Sep 27 15:24:55 -0300 2008&quot;
   s.authors = [&quot;Nando Vieira&quot;]
+  s.require_paths = [&quot;lib&quot;]
   s.required_rubygems_version = &quot;&gt;= 0&quot;
-  s.version = &quot;0.0.9&quot;
+  s.has_rdoc = false
   s.files = [&quot;Rakefile&quot;,
  &quot;test_notifier.gemspec&quot;,
  &quot;History.txt&quot;,
@@ -21,14 +22,13 @@ Gem::Specification.new do |s|
  &quot;lib/test_notifier/rspec.rb&quot;,
  &quot;lib/test_notifier/test_unit.rb&quot;,
  &quot;lib/test_notifier.rb&quot;]
-  s.has_rdoc = false
-  s.requirements = [&quot;You'll need Growl (Mac OS X), Libnotify (Linux) or Snarl (Windows)&quot;]
   s.email = [&quot;fnando.vieira@gmail.com&quot;]
-  s.name = &quot;test_notifier&quot;
-  s.bindir = &quot;bin&quot;
+  s.version = &quot;0.0.10&quot;
   s.homepage = &quot;http://github.com/fnando/test_notifier&quot;
+  s.requirements = [&quot;You'll need Growl (Mac OS X), Libnotify (Linux) or Snarl (Windows)&quot;]
+  s.name = &quot;test_notifier&quot;
   s.summary = &quot;Display system notifications (dbus, growl and snarl) after running tests.&quot;
   s.description = &quot;Display system notifications (dbus, growl and snarl) after   running tests. It works on Mac OS X, Linux and Windows. Powerful when used   with Autotest ZenTest gem for Rails apps.&quot;
   s.add_dependency &quot;rubigen&quot;, &quot;&gt;= 0&quot;
-  s.require_paths = [&quot;lib&quot;]
+  s.bindir = &quot;bin&quot;
 end
\ No newline at end of file</diff>
      <filename>test_notifier.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a4d4a4b773fa7158ddf7d696a4211de2c3c1154e</id>
    </parent>
  </parents>
  <author>
    <name>Nando Vieira</name>
    <email>fnando.vieira@gmail.com</email>
  </author>
  <url>http://github.com/fnando/test_notifier/commit/d30f98ff020f04d7d88ceb79587734dc5f2305b1</url>
  <id>d30f98ff020f04d7d88ceb79587734dc5f2305b1</id>
  <committed-date>2008-09-27T11:25:11-07:00</committed-date>
  <authored-date>2008-09-27T11:25:11-07:00</authored-date>
  <message>Fixed custom image path</message>
  <tree>eae5b25364036fadac6e194adc7c2be0ffa1d137</tree>
  <committer>
    <name>Nando Vieira</name>
    <email>fnando.vieira@gmail.com</email>
  </committer>
</commit>
