<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>VERSION.yml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,48 +1,19 @@
-require 'rubygems'
-require 'rake/gempackagetask'
-require 'rubygems/specification'
 require 'lib/micronaut/rake_task'
 
-GEM = &quot;micronaut&quot;
-GEM_VERSION = &quot;0.2.1.6&quot;
-AUTHOR = &quot;Chad Humphries&quot;
-EMAIL = &quot;chad@spicycode.com&quot;
-HOMEPAGE = &quot;http://github.com/spicycode/micronaut&quot;
-SUMMARY = &quot;An excellent replacement for the wheel...&quot;
-
-spec = Gem::Specification.new do |s|
-  s.name = GEM
-  s.version = GEM_VERSION
-  s.platform = Gem::Platform::RUBY
-  s.has_rdoc = true
-  s.extra_rdoc_files = [&quot;README.markdown&quot;, &quot;LICENSE&quot;, &quot;RSPEC-LICENSE&quot;]
-  s.summary = SUMMARY
-  s.description = s.summary
-  s.author = AUTHOR
-  s.email = EMAIL
-  s.homepage = HOMEPAGE
-  s.bindir = 'bin'
-  s.default_executable = 'micronaut'
-  s.executables = [&quot;micronaut&quot;]
-  s.require_path = 'lib'
-  s.autorequire = GEM
-  s.files = %w(LICENSE README.markdown RSPEC-LICENSE Rakefile) + Dir.glob(&quot;{lib,examples}/**/*&quot;)
-end
-
-Rake::GemPackageTask.new(spec) do |pkg|
-  pkg.gem_spec = spec
-end
-
-desc &quot;install the gem locally&quot;
-task :install =&gt; [:package] do
-  sh %{sudo gem install pkg/#{GEM}-#{GEM_VERSION}}
-end
-
-desc &quot;create a gemspec file&quot;
-task :make_gemspec do
-  File.open(&quot;#{GEM}.gemspec&quot;, &quot;w&quot;) do |file|
-    file.puts spec.to_ruby
-  end
+begin 
+  require 'jeweler' 
+  Jeweler::Tasks.new do |s| 
+    s.name = &quot;micronaut&quot; 
+    s.executables = &quot;micronaut&quot; 
+    s.summary = &quot;An excellent replacement for the wheel...&quot;
+    s.email = &quot;chad@spicycode.com&quot; 
+    s.homepage = &quot;http://github.com/spicycode/micronaut&quot; 
+    s.description = &quot;An excellent replacement for the wheel...&quot;
+    s.authors = [&quot;Chad Humphries&quot;] 
+    s.files =  FileList[&quot;[A-Z]*&quot;, &quot;{bin,lib,examples}/**/*&quot;] 
+  end 
+rescue LoadError 
+  puts &quot;Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com&quot; 
 end
 
 desc &quot;List files that don't have examples&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,6 @@
 * Track if a behaviour inherits it's described type in metadata
 * Track example output in metadata
 * Setup lighthouse
-* TextMate issues (on the BAM and rob's MBP) (Still an issue?)
 
 * make this sort of thing possible:
 </diff>
      <filename>doc/todo.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9f11c04ddbd992454fbe09406be04ade962a7240</id>
    </parent>
  </parents>
  <author>
    <name>Chad Humphries</name>
    <email>chad@spicycode.com</email>
  </author>
  <url>http://github.com/spicycode/micronaut/commit/811a7f247a1aae4a92bb3d5e913a0d52420e6e95</url>
  <id>811a7f247a1aae4a92bb3d5e913a0d52420e6e95</id>
  <committed-date>2009-02-09T04:43:58-08:00</committed-date>
  <authored-date>2009-02-09T04:43:58-08:00</authored-date>
  <message>Converting to jeweler for gem management</message>
  <tree>0bb0328c172b933624702285055a74892552a131</tree>
  <committer>
    <name>Chad Humphries</name>
    <email>chad@spicycode.com</email>
  </committer>
</commit>
