<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>README.markdown</filename>
    </added>
    <added>
      <filename>examples/cap_gun_example.rb</filename>
    </added>
    <added>
      <filename>examples/example_helper.rb</filename>
    </added>
    <added>
      <filename>examples/presenter_example.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,3 @@
 doc
-pkg
\ No newline at end of file
+pkg
+coverage
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,19 +1,36 @@
-require 'rubygems'
-gem 'echoe', '~&gt; 3.0'
-require 'echoe'
-require './lib/cap_gun.rb'
+begin
+  require 'jeweler'
+  Jeweler::Tasks.new do |gemspec|
+    gemspec.name = &quot;cap_gun&quot;
+    gemspec.summary = &quot;Bang! You're deployed.&quot;
+    gemspec.email = &quot;opensource@thinkrelevance.com&quot;
+    gemspec.homepage = &quot;http://github.com/relevance/cap_gun&quot;
+    gemspec.description = 'Super simple capistrano deployment notifications.'
+    gemspec.authors = [&quot;Rob Sanheim&quot;, &quot;Muness Alrubaie&quot;, &quot;Relevance&quot;]
+    gemspec.rubyforge_project = 'thinkrelevance'
+    gemspec.add_development_dependency &quot;spicycode-micronaut&quot;
+    gemspec.add_development_dependency &quot;mocha&quot;
+  end
+rescue LoadError
+  puts &quot;Jeweler not available. Install it with: sudo gem install jeweler -s http://gems.github.com&quot;
+end
 
-echoe = Echoe.new('cap_gun') do |p|
-  p.rubyforge_name = 'thinkrelevance'
-  p.author = [&quot;Rob Sanheim&quot;, &quot;Relevance&quot;, &quot;Muness Alrubaie&quot;]
-  p.email = 'opensource@thinkrelevance.com'
-  p.version = CapGun::VERSION
-  p.summary = &quot;Bang! You're deployed!&quot;
-  p.description = 'Super simple capistrano deployments.'
-  p.url = &quot;http://opensource.thinkrelevance.com/wiki/cap_gun&quot;
-  p.rdoc_pattern = /^(lib|bin|ext)|txt|rdoc|CHANGELOG|MIT-LICENSE$/
-  rdoc_template = `allison --path`.strip &lt;&lt; &quot;.rb&quot;
-  p.rdoc_template = rdoc_template
-  p.test_pattern = 'spec/**/*_spec.rb'
-  p.manifest_name = 'manifest.txt'
-end
\ No newline at end of file
+begin 
+  gem &quot;spicycode-micronaut&quot;
+  require 'micronaut/rake_task'
+  
+  Micronaut::RakeTask.new(:examples) do |examples|
+    examples.pattern = 'examples/**/*_example.rb'
+    examples.ruby_opts &lt;&lt; '-Ilib -Iexamples'
+  end
+
+  Micronaut::RakeTask.new(:rcov) do |examples|
+    examples.pattern = 'examples/**/*_example.rb'
+    examples.rcov_opts = %[-Ilib -Iexamples --exclude &quot;gems/*,/Library/Ruby/*,config/*&quot; --text-summary  --sort coverage]
+    examples.rcov = true
+  end
+
+  task :default =&gt; 'rcov'
+rescue LoadError
+  puts &quot;Micronaut not available to run tests.  Install it with: sudo gem install spicycode-micronaut -s http://gems.github.com&quot;
+end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>README.rdoc</filename>
    </removed>
    <removed>
      <filename>spec/cap_gun_spec.rb</filename>
    </removed>
    <removed>
      <filename>spec/presenter_spec.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>da1087c9f1d0dc2564c50fb1665c0c3b94305c40</id>
    </parent>
  </parents>
  <author>
    <name>Rob Sanheim</name>
    <email>rsanheim@gmail.com</email>
  </author>
  <url>http://github.com/relevance/cap_gun/commit/a4b87c2a0014641e6cc91d045784868b17390a9e</url>
  <id>a4b87c2a0014641e6cc91d045784868b17390a9e</id>
  <committed-date>2009-06-20T22:48:01-07:00</committed-date>
  <authored-date>2009-06-20T22:39:54-07:00</authored-date>
  <message>bring up to current Relevance standards:

	- convert to Jeweler
	- convert to Micronaut
	- use /examples directory structure
	- standard relevance-rcov rake tasks
	- convert Readme to markdown</message>
  <tree>107a162b623929388759ae8ea16f464de162ea8b</tree>
  <committer>
    <name>Rob Sanheim</name>
    <email>rsanheim@gmail.com</email>
  </committer>
</commit>
