<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@
 
 class Plow
   # `BindingStruct` is an **adapter** between the friendly declarative-style of `Hash` key/value
-  # pairs and the built-in,  `ERB` (i.e. embedded ruby) class, which takes an optional `Binding`
+  # pairs and the built-in, `ERB` (i.e. embedded ruby) class, which takes an optional `Binding`
   # object for the scope of template evaluation.  
   #
   # This class is very similar to Ruby's built-in `OpenStruct` class.  It differs internally as</diff>
      <filename>lib/plow/binding_struct.rb</filename>
    </modified>
    <modified>
      <diff>@@ -67,7 +67,7 @@ class Plow
     # @param [String] template_path A Unix path to a template file
     # @param [Hash] context Key/value pairs, where the key is a template file instance variable, and a value is the value to be substituted during evaluation
     def evaluate_template(template_path, context)
-      template = File.read(template_path)
+      template       = File.read(template_path)
       context_struct = Plow::BindingStruct.new(context)
       ERB.new(template).result(context_struct.get_binding)
     end</diff>
      <filename>lib/plow/generator.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3d4917af192efd25f6c69506e739e4e5c068aa2a</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Sobol</name>
    <email>code@ryansobol.com</email>
  </author>
  <url>http://github.com/ryansobol/plow/commit/45228ebe7b979e2b7ad8438918f6e5c6cbfd2dca</url>
  <id>45228ebe7b979e2b7ad8438918f6e5c6cbfd2dca</id>
  <committed-date>2009-11-12T22:17:59-08:00</committed-date>
  <authored-date>2009-11-12T22:17:59-08:00</authored-date>
  <message>* lib/plow/binding_struct.rb
  * white-space tweak
* lib/plow/generator.rb
  * white-space tweak</message>
  <tree>2e4f008e769f462ca1bc30c70f0c0c4ba254dcfd</tree>
  <committer>
    <name>Ryan Sobol</name>
    <email>code@ryansobol.com</email>
  </committer>
</commit>
