<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,9 +1,9 @@
-./bin/sake
-./lib/help.rb
-./lib/pastie.rb
-./lib/sake.rb
-./lib/server.rb
-./Manifest
-./Rakefile
-./README
-./LICENSE
+bin/sake
+lib/help.rb
+lib/pastie.rb
+lib/sake.rb
+lib/server.rb
+Manifest
+Rakefile
+README
+LICENSE</diff>
      <filename>Manifest</filename>
    </modified>
    <modified>
      <diff>@@ -8,13 +8,12 @@ begin
 
   Echoe.new('sake', Sake::Version::String) do |p|
     p.rubyforge_name = 'err'
-    p.summary = &quot;Sake tastes great and helps maintain system-level Rake files.&quot;
-    p.description = &quot;Sake tastes great and helps maintain system-level Rake files.&quot;
-    p.url = &quot;http://errtheblog.com/&quot;
-    p.author = 'Chris Wanstrath'
-    p.email = &quot;chris@ozmm.org&quot;
-    p.extra_deps &lt;&lt; ['ParseTree', '=2.0.1']
-    p.extra_deps &lt;&lt; ['ruby2ruby', '=1.1.7']
+    p.summary      = &quot;Sake tastes great and helps maintain system-level Rake files.&quot;
+    p.description  = &quot;Sake tastes great and helps maintain system-level Rake files.&quot;
+    p.url          = &quot;http://errtheblog.com/&quot;
+    p.author       = 'Chris Wanstrath'
+    p.email        = &quot;chris@ozmm.org&quot;
+    p.dependencies = ['ParseTree =2.0.1', 'ruby2ruby =1.1.7']
   end
 
 rescue LoadError =&gt; boom</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -77,7 +77,7 @@ class Sake
   module Version #:nodoc:
     Major  = '1'
     Minor  = '0'
-    Tweak  = '12'
+    Tweak  = '13'
     String = [ Major, Minor, Tweak ].join('.')
   end
 
@@ -561,6 +561,11 @@ class Nil # :nodoc:
   def is_file?
     false
   end
+
+  # under the evil
+  def method_missing(*args, &amp;block)
+    super
+  end
 end
 
 def die(*message) # :nodoc: </diff>
      <filename>lib/sake.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cf7420b0b953edc13d01f4380c3e80291c9d3d6c</id>
    </parent>
  </parents>
  <author>
    <name>Chris Wanstrath</name>
    <email>chris@ozmm.org</email>
  </author>
  <url>http://github.com/defunkt/sake/commit/33837e27278625d0532a236ccaae32f5aac83278</url>
  <id>33837e27278625d0532a236ccaae32f5aac83278</id>
  <committed-date>2008-02-06T22:59:56-08:00</committed-date>
  <authored-date>2008-02-06T22:59:56-08:00</authored-date>
  <message>sake: fix gemspace, kill eager nil</message>
  <tree>c0c1c31c4bcf6ec78e08a106773cf43287e15cd9</tree>
  <committer>
    <name>Chris Wanstrath</name>
    <email>chris@ozmm.org</email>
  </committer>
</commit>
