<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>sensei.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,3 @@
 coverage
-.DS_Store
\ No newline at end of file
+pkg
+.DS_Store</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -7,4 +7,27 @@ desc &quot;Run all specs&quot;
 Spec::Rake::SpecTask.new do |t|
   t.spec_files = FileList[&quot;spec/**/*.rb&quot;]
   t.spec_opts = ['--format specdoc --color']
-end
\ No newline at end of file
+end
+
+begin
+  require 'jeweler'
+  Jeweler::Tasks.new do |gemspec|
+    gemspec.name = &quot;sensei&quot;
+    gemspec.summary = &quot;Sensei runs your coding dojo for you.&quot;
+    gemspec.description = &quot;Sensei runs your dojo for you. You start with a single failing cucumber feature. As you make each feature pass, the next feature is brought into play. While you have failing features, you have the opportunity to write rspec specifications. Sensei will encourage you to refactor at appropriate moments, showing you your flog score as encouragement.&quot;
+    gemspec.email = &quot;alex.scordellis@gmail.com&quot;
+    gemspec.homepage = &quot;http://github.com/alexscordellis/sensei&quot;
+    gemspec.authors = [&quot;Alex Scordellis&quot;]
+    
+    # gemspec.test_files = Dir['spec/**/*'] + Dir['spec/*']
+
+    gemspec.add_dependency('rake', '&gt;= 0.8.7')
+    gemspec.add_dependency('rspec', '&gt;= 1.2.6')
+    gemspec.add_dependency('cucumber', '&gt;= 0.3.3')
+    gemspec.add_dependency('flog', '&gt;= 2.1.0')
+    
+  end
+  Jeweler::GemcutterTasks.new
+rescue LoadError
+  puts &quot;Jeweler not available. Install it with: sudo gem install jeweler&quot;
+end</diff>
      <filename>rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>782e108955cdfda4486c652d8d04849ba1024f3e</id>
    </parent>
  </parents>
  <author>
    <name>Danilo Sato</name>
    <email>dtsato@gmail.com</email>
  </author>
  <url>http://github.com/dtsato/sensei/commit/cb3b0ff60c1362040e41e86e22373969d1945347</url>
  <id>cb3b0ff60c1362040e41e86e22373969d1945347</id>
  <committed-date>2009-10-22T15:54:12-07:00</committed-date>
  <authored-date>2009-10-22T15:54:12-07:00</authored-date>
  <message>Bundling into a gem with Jeweler</message>
  <tree>5ea8bb874fe498a6e6f5f701cf20d9dcf7f0f8ba</tree>
  <committer>
    <name>Danilo Sato</name>
    <email>dtsato@gmail.com</email>
  </committer>
</commit>
