<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>CHANGELOG</filename>
    </added>
    <added>
      <filename>README.rdoc</filename>
    </added>
    <added>
      <filename>lib/instrument.rb</filename>
    </added>
    <added>
      <filename>test/instrument_test.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,18 +1,14 @@
-# Look in the tasks/setup.rb file for the various options that can be
-# configured in this Rakefile. The .rake files in the tasks directory
-# are where the options are used.
-
 require 'rubygems'
 require 'echoe'
 
 Echoe.new 'simple-instrumentation' do |p|
-  p.version = '0.8.0'
+  # Note: Update version by adding a line to CHANGELOG
   p.author = &quot;FiveRuns Development Team&quot;
-  p.files = Dir['lib/**/*.rb']
   p.test_files = Dir['test/**/*_test.rb']
   p.email  = 'dev@fiveruns.com'
   p.project = 'fiveruns'
   p.summary = &quot;Simple library providing an API to instrument method invocations.&quot;
   p.url = &quot;http://github.com/fiveruns/simple-insrumentation&quot;
   p.dependencies = %w(activesupport)
+  p.include_rakefile = true
 end
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,6 @@
 require 'rubygems'
-require 'test/spec'
+require 'test/unit'
+require 'Shoulda'
 
 $:.unshift(File.dirname(__FILE__) &lt;&lt; &quot;/../lib&quot;)
-require 'simple-instrumentation'
\ No newline at end of file
+require 'instrument'
\ No newline at end of file</diff>
      <filename>test/test_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>History.txt</filename>
    </removed>
    <removed>
      <filename>README.txt</filename>
    </removed>
    <removed>
      <filename>lib/simple-instrumentation.rb</filename>
    </removed>
    <removed>
      <filename>test/instrumentation_test.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>533b105289b6b3b097d9e136ff0d4aac5a7c0c37</id>
    </parent>
  </parents>
  <author>
    <name>Bruce Williams</name>
    <email>bruce@codefluency.com</email>
  </author>
  <url>http://github.com/fiveruns/instrument/commit/0b45f2f8a8432aa3e8dcbda72c4b807978596550</url>
  <id>0b45f2f8a8432aa3e8dcbda72c4b807978596550</id>
  <committed-date>2008-05-15T21:21:09-07:00</committed-date>
  <authored-date>2008-05-15T21:21:09-07:00</authored-date>
  <message>Rename to 'instrument' to match method name</message>
  <tree>fcc878b3ba3c934e6ab34f2434ea7ed5882e7b48</tree>
  <committer>
    <name>Bruce Williams</name>
    <email>bruce@codefluency.com</email>
  </committer>
</commit>
