<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Manifest</filename>
    </added>
    <added>
      <filename>README.markdown</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,38 +1,32 @@
 require 'rake/testtask'
 
-MANIFEST = FileList[&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;LICENSE.txt&quot;,
-  &quot;Rakefile&quot;, &quot;examples/**/*&quot;, &quot;lib/**/*&quot;, &quot;test/**/*.rb&quot;]
-
 begin
-  File.open(&quot;Manifest.txt&quot;, &quot;w&quot;) {|f| MANIFEST.each {|n| f &lt;&lt; &quot;#{n}\n&quot;} }
-  require 'hoe'
+  require 'echoe'
   require File.dirname(__FILE__) + '/lib/stickshift/version'
-  hoe = Hoe.new(&quot;stickshift&quot;, Stickshift::VERSION) do |p|
+  echoe = Echoe.new(&quot;stickshift&quot;, Stickshift::VERSION) do |p|
     p.rubyforge_name = &quot;caldersphere&quot;
     p.url = &quot;http://caldersphere.rubyforge.org/stickshift&quot;
     p.author = &quot;Nick Sieger&quot;
     p.email = &quot;nick@nicksieger.com&quot;
     p.summary = &quot;Stickshift is a pedal-to-the-metal manual profiler.&quot;
-    p.changes = p.paragraphs_of('History.txt', 0..1).join(&quot;\n\n&quot;)
-    p.description = p.paragraphs_of('README.txt', 0...1).join(&quot;\n\n&quot;)
-    # p.test_globs = [&quot;spec/**/*_spec.rb&quot;]
-    p.rdoc_pattern = /\.(rb|txt)/
+    p.description = &quot;Stickshift is a simple, manual-instrumenting call-tree profiler in as few lines of code as possible.&quot;
+    p.include_rakefile = true
   end
-  hoe.spec.files = MANIFEST
-  hoe.spec.dependencies.delete_if { |dep| dep.name == &quot;hoe&quot; }
 
   task :gemspec do
-    File.open(&quot;#{hoe.name}.gemspec&quot;, &quot;w&quot;) {|f| f &lt;&lt; hoe.spec.to_ruby }
+    File.open(&quot;#{echoe.name}.gemspec&quot;, &quot;w&quot;) {|f| f &lt;&lt; echoe.spec.to_ruby }
   end
   task :package =&gt; :gemspec
 rescue LoadError
-  puts &quot;You really need Hoe installed to be able to package this gem&quot;
+  puts &quot;You need echoe installed to be able to package this gem&quot;
 end
 
 # Hoe has its own test, but I want Rake::TestTask
 Rake::Task['test'].send :instance_variable_set, &quot;@actions&quot;, []
 Rake::TestTask.new
 
+task :default =&gt; :test
+
 desc &quot;Run the instrumented rake example&quot;
 task :example do
   puts &quot;# Here is the example Rakefile&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -6,14 +6,14 @@ Gem::Specification.new do |s|
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Nick Sieger&quot;]
-  s.date = %q{2008-05-14}
+  s.date = %q{2008-05-19}
   s.description = %q{Stickshift is a simple, manual-instrumenting call-tree profiler in as few lines of code as possible.}
   s.email = %q{nick@nicksieger.com}
-  s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;LICENSE.txt&quot;]
-  s.files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;LICENSE.txt&quot;, &quot;Rakefile&quot;, &quot;examples/example.rake&quot;, &quot;examples/stickshift_rails.rb&quot;, &quot;lib/stickshift&quot;, &quot;lib/stickshift/version.rb&quot;, &quot;lib/stickshift.rb&quot;, &quot;test/test_stickshift.rb&quot;]
+  s.extra_rdoc_files = [&quot;lib/stickshift/version.rb&quot;, &quot;lib/stickshift.rb&quot;, &quot;LICENSE.txt&quot;, &quot;README.markdown&quot;]
+  s.files = [&quot;examples/example.rake&quot;, &quot;examples/stickshift_rails.rb&quot;, &quot;History.txt&quot;, &quot;lib/stickshift/version.rb&quot;, &quot;lib/stickshift.rb&quot;, &quot;LICENSE.txt&quot;, &quot;Manifest&quot;, &quot;Rakefile&quot;, &quot;README.markdown&quot;, &quot;stickshift.gemspec&quot;, &quot;test/test_stickshift.rb&quot;]
   s.has_rdoc = true
   s.homepage = %q{http://caldersphere.rubyforge.org/stickshift}
-  s.rdoc_options = [&quot;--main&quot;, &quot;README.txt&quot;]
+  s.rdoc_options = [&quot;--line-numbers&quot;, &quot;--inline-source&quot;, &quot;--title&quot;, &quot;Stickshift&quot;, &quot;--main&quot;, &quot;README.markdown&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{caldersphere}
   s.rubygems_version = %q{1.0.1}</diff>
      <filename>stickshift.gemspec</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>Manifest.txt</filename>
    </removed>
    <removed>
      <filename>README.txt</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>72f5bb76a895bd9d0bc0141de03820d223ab0688</id>
    </parent>
  </parents>
  <author>
    <name>Nick Sieger</name>
    <email>nick@nicksieger.com</email>
  </author>
  <url>http://github.com/nicksieger/stickshift/commit/cf4efb4d35137b69e81659a7594f8572760a78b9</url>
  <id>cf4efb4d35137b69e81659a7594f8572760a78b9</id>
  <committed-date>2008-05-19T11:31:12-07:00</committed-date>
  <authored-date>2008-05-19T11:31:12-07:00</authored-date>
  <message>Update readme, change to markdown

- Also, shuffle rakefile around -- change to echoe</message>
  <tree>3c1bcac50cd9982f1f3b9ef558a7d86ec66336f0</tree>
  <committer>
    <name>Nick Sieger</name>
    <email>nick@nicksieger.com</email>
  </committer>
</commit>
