<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>growl-atom-0.0.1-universal-darwin-9.gem</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -68,12 +68,17 @@ Then uninstall the gem
 
 	gem uninstall growl-atom -a
 	
-== Clearing the cache
+== Clearing the caches
 
 growl-atom works by caching the Atom entry ID's of all messages it has alrady notified you of. It
 can sometimes be usefule to clear these caches, especially when debugging.
 
-	growl-atom clear-cache
+	growl-atom clear-caches
+	
+== Known Issues and Future Improvements
+
+ * No support for web proxies (how to do this intelligently i.e. Not hardcoding it in the config)
+ * No support for client certificates
 
 == License:
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ end
 
 task :install =&gt; [:gem] do
 	# Install local gem
-	sh &quot;gem install -l growl-atom-#{GrowlAtom::VERSION}.gem&quot;
+	sh &quot;gem install -l growl-atom-#{GrowlAtom::VERSION}-universal-darwin-9.gem&quot;
 end
 
 task :gem do</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -29,8 +29,6 @@
 #	~/.growl-atom/caches/
 #
 
-$:.unshift File.join(File.dirname(__FILE__), &quot;..&quot;, &quot;lib&quot;)
-
 require 'rubygems'
 require 'growl-atom'
 require 'rdoc/usage'</diff>
      <filename>bin/growl-atom</filename>
    </modified>
    <modified>
      <diff>@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
   s.summary = &quot;Creates growl notifications for Atom entries&quot;
   s.bindir = 'bin'
   s.executables &lt;&lt; 'growl-atom'
-  s.files = [&quot;lib/growl-atom.rb&quot;, &quot;icons/gmail.png&quot;]
+  s.files = [&quot;config&quot;, &quot;growl.atom.plist&quot;, &quot;lib/growl-atom.rb&quot;, &quot;icons/gmail.png&quot;]
   s.require_path = &quot;lib&quot;
   s.has_rdoc = false
-  s.add_dependency('growl', '&gt;= 0.0.6')
+  s.add_dependency('visionmedia-growl', '&gt;= 0.0.6')
 end
\ No newline at end of file</diff>
      <filename>growl-atom.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -7,9 +7,10 @@
 		&lt;key&gt;ProgramArguments&lt;/key&gt;
 		&lt;array&gt;
 			&lt;string&gt;growl-atom&lt;/string&gt;
+			&lt;string&gt;check&lt;/string&gt;			
 		&lt;/array&gt;
 		&lt;key&gt;StartInterval&lt;/key&gt;
-		&lt;integer&gt;60&lt;/integer&gt;
+		&lt;integer&gt;90&lt;/integer&gt;
 		&lt;key&gt;EnvironmentVariables&lt;/key&gt;
 		&lt;dict&gt;
 			&lt;key&gt;PATH&lt;/key&gt;</diff>
      <filename>growl.atom.plist</filename>
    </modified>
    <modified>
      <diff>@@ -26,7 +26,7 @@ module GrowlAtom
 			:title =&gt; 'title',
 			:message =&gt; 'summary',
 			:growl_host =&gt; 'localhost',
-			:sticky =&gt; true
+			:sticky =&gt; false
 		}
 		
 		config = YAML.load_file(File.join(config_dir, 'config'))</diff>
      <filename>lib/growl-atom.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>834186a8d24d259344bdd4c4bd1f249e6bdfd26c</id>
    </parent>
  </parents>
  <author>
    <name>matth</name>
    <email>matt@matthaynes.net</email>
  </author>
  <url>http://github.com/matth/growl-atom/commit/28c6ea4ee4efdf8077a48fcbbf2d32c2cd033401</url>
  <id>28c6ea4ee4efdf8077a48fcbbf2d32c2cd033401</id>
  <committed-date>2009-04-12T16:11:20-07:00</committed-date>
  <authored-date>2009-04-12T16:11:20-07:00</authored-date>
  <message>Update docs, rake build, etc</message>
  <tree>5e72e6041a0b8a87f5b8da650d2f515f11d5e755</tree>
  <committer>
    <name>matth</name>
    <email>matt@matthaynes.net</email>
  </committer>
</commit>
