<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,6 +6,8 @@
 * bumped activesupport requirement to 2.2.2
 * upgraded internal files to support latest newgem (removed config/ folder, moved config to Rakefile)
 * support for RAILS_ROOT as a destination root
+* removed references to Merb which now has its own generator system; can access any merb
+  generators via `rubigen` helper app
 
 == 1.4.0 2008-12-11
 </diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -57,7 +57,6 @@ lib/rubigen/scripts/generate.rb
 lib/rubigen/scripts/update.rb
 lib/rubigen/simple_logger.rb
 lib/rubigen/spec.rb
-rubigen.gemspec
 rubygems_generators/application_generator/USAGE
 rubygems_generators/application_generator/application_generator_generator.rb
 rubygems_generators/application_generator/templates/bin</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -2,4 +2,5 @@
 
 * Labels for displays based on scope (common, rails, newgem), not rubygems, builtin, etc. Perhaps use one PathSource per scope.
   See RubiGen::Scripts::Base#usage_message
-* Local generators (~/.rubigen) can be scoped (~/.rubigen/rails_generators)
\ No newline at end of file
+* Local generators (~/.rubigen) can be scoped (~/.rubigen/rails_generators)
+* default #manifest to clone over any folders + files + apply erb to any *.erb files
\ No newline at end of file</diff>
      <filename>Todo.txt</filename>
    </modified>
    <modified>
      <diff>@@ -54,7 +54,7 @@ EOS
       # opts.separator 'Options:'
       # opts.on(&quot;-a&quot;, &quot;--author=\&quot;Your Name\&quot;&quot;, String,
       #         &quot;Generated app file will include your name.&quot;,
-      #         &quot;Default: none&quot;) { |options[:author]| }
+      #         &quot;Default: none&quot;) { |o| options[:author] = o }
     end
 
     def extract_options</diff>
      <filename>rubygems_generators/application_generator/application_generator_generator.rb</filename>
    </modified>
    <modified>
      <diff>@@ -48,7 +48,7 @@ EOS
       # at the top of the file next to &quot;default_options&quot;
       # opts.on(&quot;-a&quot;, &quot;--author=\&quot;Your Name\&quot;&quot;, String,
       #         &quot;Some comment about this option&quot;,
-      #         &quot;Default: none&quot;) { |options[:author]| }
+      #         &quot;Default: none&quot;) { |o| options[:author] = o }
       opts.on(&quot;-v&quot;, &quot;--version&quot;, &quot;Show the #{File.basename($0)} version number and quit.&quot;)
     end
 </diff>
      <filename>rubygems_generators/application_generator/templates/generator.rb</filename>
    </modified>
    <modified>
      <diff>@@ -72,7 +72,7 @@ EOS
       # opts.separator 'Options:'
       # opts.on(&quot;-a&quot;, &quot;--author=\&quot;Your Name\&quot;&quot;, String,
       #         &quot;Generated app file will include your name.&quot;,
-      #         &quot;Default: none&quot;) { |options[:author]| }
+      #         &quot;Default: none&quot;) { |o| options[:author] = 0 }
     end
 
     def extract_options</diff>
      <filename>rubygems_generators/component_generator/component_generator_generator.rb</filename>
    </modified>
    <modified>
      <diff>@@ -42,7 +42,7 @@ EOS
       # at the top of the file next to &quot;default_options&quot;
       # opts.on(&quot;-a&quot;, &quot;--author=\&quot;Your Name\&quot;&quot;, String,
       #         &quot;Some comment about this option&quot;,
-      #         &quot;Default: none&quot;) { |options[:author]| }
+      #         &quot;Default: none&quot;) { |o| options[:author] = o }
       # opts.on(&quot;-v&quot;, &quot;--version&quot;, &quot;Show the #{File.basename($0)} version number and quit.&quot;)
     end
 </diff>
      <filename>rubygems_generators/component_generator/templates/generator.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b87654b53d4677925558ebacee0f4323fcd267d9</id>
    </parent>
  </parents>
  <author>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </author>
  <url>http://github.com/drnic/rubigen/commit/7725c1e8a8d52d9f1a60875926936787469ba706</url>
  <id>7725c1e8a8d52d9f1a60875926936787469ba706</id>
  <committed-date>2008-12-27T02:44:56-08:00</committed-date>
  <authored-date>2008-12-27T02:44:56-08:00</authored-date>
  <message>remove { |options[:author]| } examples from generators which is not ruby 1.9 compatible</message>
  <tree>c78a3914f14d26a289939810af845c5b7b1666a5</tree>
  <committer>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </committer>
</commit>
