<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,11 +1,4 @@
-require 'rake'
-require 'rake/gempackagetask'
 require 'rake/testtask'
-require 'rake/clean'
-
-gem_spec_file = 'micromachine.gemspec'
-
-gem_spec = eval(File.read(gem_spec_file)) rescue nil
 
 task :default =&gt; :test
 
@@ -13,23 +6,3 @@ Rake::TestTask.new(:test) do |t|
   t.pattern = 'test/**/*_test.rb'
   t.verbose = false
 end
-
-Rake::GemPackageTask.new(gem_spec) do |pkg|
-  pkg.need_zip = false
-  pkg.need_tar = false
-  rm_f FileList['pkg/**/*.*']
-end if gem_spec
-
-desc &quot;Generate the gemspec file.&quot;
-task :gemspec do
-  require 'erb'
-
-  File.open(gem_spec_file, 'w') do |f|
-    f.write ERB.new(File.read(&quot;#{gem_spec_file}.erb&quot;)).result(binding)
-  end
-end
-
-desc &quot;Builds and installs the gem.&quot;
-task :install =&gt; :repackage do
-  `sudo gem install pkg/#{gem_spec.name}-#{gem_spec.version}.gem`
-end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,18 +1,14 @@
 Gem::Specification.new do |s|
   s.name = 'micromachine'
-  s.version = '0.0.6'
+  s.version = '0.0.7'
   s.summary = %{Minimal Finite State Machine.}
   s.date = %q{2009-03-07}
   s.author = &quot;Michel Martens&quot;
   s.email = &quot;michel@soveran.com&quot;
   s.homepage = &quot;http://github.com/soveran/micromachine&quot;
-
-  s.specification_version = 2 if s.respond_to? :specification_version=
-
-  s.files = [&quot;lib/micromachine.rb&quot;, &quot;README.markdown&quot;, &quot;LICENSE&quot;, &quot;Rakefile&quot;, &quot;example/micromachine_sample.rb&quot;, &quot;example/micromachine_sample_gem.rb&quot;]
-
+  s.files = [&quot;lib/micromachine.rb&quot;, &quot;README.markdown&quot;, &quot;LICENSE&quot;, &quot;Rakefile&quot;, &quot;micromachine.gemspec&quot;, &quot;example/micromachine_sample.rb&quot;, &quot;example/micromachine_sample_gem.rb&quot;]
   s.require_paths = ['lib']
-
   s.has_rdoc = false
+  s.specification_version = 2 if s.respond_to? :specification_version=
 end
 </diff>
      <filename>micromachine.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,18 +1,14 @@
 Gem::Specification.new do |s|
   s.name = 'micromachine'
-  s.version = '0.0.6'
+  s.version = '0.0.7'
   s.summary = %{Minimal Finite State Machine.}
   s.date = %q{2009-03-07}
   s.author = &quot;Michel Martens&quot;
   s.email = &quot;michel@soveran.com&quot;
   s.homepage = &quot;http://github.com/soveran/micromachine&quot;
-
-  s.specification_version = 2 if s.respond_to? :specification_version=
-
-  s.files = &lt;%= Dir['lib/**/*.rb', 'README*', 'LICENSE', 'Rakefile', 'example/**/*.*'].inspect %&gt;
-
+  s.files = &lt;%= Dir['lib/**/*.rb', 'README*', 'LICENSE', 'Rakefile', '*.gemspec', 'example/**/*.*'].inspect %&gt;
   s.require_paths = ['lib']
-
   s.has_rdoc = false
+  s.specification_version = 2 if s.respond_to? :specification_version=
 end
 </diff>
      <filename>micromachine.gemspec.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>da6d94b739dfbe82f1e363f29617030ac181dcc0</id>
    </parent>
  </parents>
  <author>
    <name>Michel Martens</name>
    <email>michel@soveran.com</email>
  </author>
  <url>http://github.com/soveran/micromachine/commit/ad57908e89004ba54fe2aafa7f4f5ad9d45fc7a3</url>
  <id>ad57908e89004ba54fe2aafa7f4f5ad9d45fc7a3</id>
  <committed-date>2009-06-08T16:43:07-07:00</committed-date>
  <authored-date>2009-06-08T16:43:07-07:00</authored-date>
  <message>Included micromachine.gemspec in gem specification. Removed legacy rake tasks</message>
  <tree>94c79923e95e9170a8c79705ba2bf039e1102220</tree>
  <committer>
    <name>Michel Martens</name>
    <email>michel@soveran.com</email>
  </committer>
</commit>
