<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,27 +1,25 @@
 
 begin
   require 'bones'
-  Bones.setup
 rescue LoadError
-  begin; load 'tasks/setup.rb'
-  rescue LoadError; abort '### please install the &quot;bones&quot; gem ###'; end
+  abort '### please install the &quot;bones&quot; gem ###'
 end
 
 ensure_in_path 'lib'
 require 'directory_watcher'
 
-task :default =&gt; 'spec:run'
+Bones {
+  name         'directory_watcher'
+  summary      'A class for watching files within a directory and generating events when those files change'
+  authors      'Tim Pease'
+  email        'tim.pease@gmail.com'
+  url          'http://gemcutter.org/gems/directory_watcher'
+  version      DirectoryWatcher::VERSION
+  ignore_file  '.gitignore'
 
-PROJ.name = 'directory_watcher'
-PROJ.summary = 'A class for watching files within a directory and generating events when those files change'
-PROJ.authors = 'Tim Pease'
-PROJ.email = 'tim.pease@gmail.com'
-PROJ.url = 'http://codeforpeople.rubyforge.org/directory_watcher'
-PROJ.version = DirectoryWatcher::VERSION
-PROJ.rubyforge.name = 'codeforpeople'
-PROJ.ignore_file = '.gitignore'
+  rubyforge.name  'codeforpeople'
 
-PROJ.rdoc.remote_dir = 'directory_watcher'
-PROJ.spec.opts &lt;&lt; '--color'
+  depend_on  'rev',          :development =&gt; true
+  depend_on  'eventmachine', :development =&gt; true
+}
 
-# EOF</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>39cdda30860211f90c27022d102b4d9c62ca2a60</id>
    </parent>
  </parents>
  <author>
    <name>Tim Pease</name>
    <email>tim.pease@collectiveintellect.com</email>
  </author>
  <url>http://github.com/TwP/directory_watcher/commit/698e3d88b46ae11e76029c4a33a37a710602d0e0</url>
  <id>698e3d88b46ae11e76029c4a33a37a710602d0e0</id>
  <committed-date>2009-11-09T08:36:14-08:00</committed-date>
  <authored-date>2009-11-09T08:36:14-08:00</authored-date>
  <message>Updating to the latest release of Mr Bones</message>
  <tree>57ffd0f9c914bf5e36acb37c4579e55e57732703</tree>
  <committer>
    <name>Tim Pease</name>
    <email>tim.pease@collectiveintellect.com</email>
  </committer>
</commit>
