<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/necktie/erb.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,6 @@
+1.0.5
+* Added erb: a file task that creates a file form an ERB template.
+
 1.0.4 (2009-11-4)
 * When used with -U option and no other argument, necktie command updates the
 local repo but does not run any task.</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -3,6 +3,7 @@ require &quot;necktie/files&quot;
 require &quot;necktie/gems&quot;
 require &quot;necktie/services&quot;
 require &quot;necktie/rush&quot;
+require &quot;necktie/erb&quot;
 
 
 # Includes all methods from Necktie::Files and Necktie::Gems methods.</diff>
      <filename>lib/necktie.rb</filename>
    </modified>
    <modified>
      <diff>@@ -37,9 +37,7 @@ module Necktie::Files
     else
       contents = yield(contents)
     end
-    File.open name, &quot;w&quot; do |f|
-      f.write contents
-    end
+    write name, contents
   end
 end
 </diff>
      <filename>lib/necktie/files.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 Gem::Specification.new do |spec|
   spec.name           = &quot;necktie&quot;
-  spec.version        = &quot;1.0.4&quot;
+  spec.version        = &quot;1.0.5&quot;
   spec.author         = &quot;Assaf Arkin&quot;
   spec.email          = &quot;assaf@labnotes.org&quot;
   spec.homepage       = &quot;http://github.com/assaf/necktie&quot;</diff>
      <filename>necktie.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>21f608a705f9b886f5cd4665ce4438583824a25f</id>
    </parent>
  </parents>
  <author>
    <name>Assaf Arkin</name>
    <email>assaf@labnotes.org</email>
  </author>
  <url>http://github.com/assaf/necktie/commit/7b875ed0098af3c76a6d790df74df2787cd1637f</url>
  <id>7b875ed0098af3c76a6d790df74df2787cd1637f</id>
  <committed-date>2009-11-06T11:54:24-08:00</committed-date>
  <authored-date>2009-11-06T11:54:24-08:00</authored-date>
  <message>Added erb: a file task that creates a file form an ERB template.</message>
  <tree>9dd459b26d8fc767d9e30860bbb46a53f954ddea</tree>
  <committer>
    <name>Assaf Arkin</name>
    <email>assaf@labnotes.org</email>
  </committer>
</commit>
