<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 Gem::Specification.new do |s|
   s.name = &quot;gitnotify&quot;
-  s.version = &quot;1.0.0&quot;
-  s.date = &quot;2008-06-21&quot;
+  s.version = &quot;1.0.1&quot;
+  s.date = &quot;2008-09-25&quot;
   s.summary = &quot;Tell all your jour peeps about your commits&quot;
   s.homepage = &quot;http://git.railscamp.net/projects/gitnotify/&quot;
   s.description = s.summary</diff>
      <filename>gitnotify.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -15,6 +15,7 @@ class GitNotify
 	private
 	def self.enable_notify
     exit_with! &quot;You're not within a git repository&quot; unless git_repo?
+    FileUtils.touch post_commit
     FileUtils.chmod 0775, post_commit
     unless applied_hook?
       File.open(post_commit, &quot;w+&quot;) do |f|</diff>
      <filename>lib/gitnotify.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9af9806a0ee7abb78d2a8b0302e894cd586b2c24</id>
    </parent>
  </parents>
  <author>
    <name>Ben Schwarz</name>
    <email>ben.schwarz@gmail.com</email>
  </author>
  <url>http://github.com/benschwarz/gitnotify/commit/cf421ad39325acc710c63a5fd01922d0b3776112</url>
  <id>cf421ad39325acc710c63a5fd01922d0b3776112</id>
  <committed-date>2008-09-25T00:22:05-07:00</committed-date>
  <authored-date>2008-09-25T00:22:05-07:00</authored-date>
  <message>Added 'touch' command to post-commit hook
    This will now work for repos that are `git-svn`d
    Bumped version number</message>
  <tree>ac711fdaebbfea4437f8e7f367c753d536b538d8</tree>
  <committer>
    <name>Ben Schwarz</name>
    <email>ben.schwarz@gmail.com</email>
  </committer>
</commit>
