<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'rake/gempackagetask'
 
 PLUGIN = &quot;merb-action-args&quot;
 NAME = &quot;merb-action-args&quot;
-VERSION = &quot;0.9.1&quot;
+VERSION = &quot;0.9.2&quot;
 AUTHOR = &quot;Yehuda Katz&quot;
 EMAIL = &quot;ykatz@engineyard.com&quot;
 HOMEPAGE = &quot;http://merb-plugins.rubyforge.org/merb-haml/&quot;
@@ -20,7 +20,7 @@ spec = Gem::Specification.new do |s|
   s.author = AUTHOR
   s.email = EMAIL
   s.homepage = HOMEPAGE
-  s.add_dependency('merb-core', '&gt;= 0.9.1')
+  s.add_dependency('merb-core', '&gt;= 0.9.2')
   s.require_path = 'lib'
   s.autorequire = PLUGIN
   s.files = %w(LICENSE README Rakefile TODO) + Dir.glob(&quot;{lib,specs}/**/*&quot;)
@@ -41,4 +41,4 @@ namespace :jruby do
     sh %{#{SUDO} jruby -S gem install pkg/#{NAME}-#{Merb::VERSION}.gem --no-rdoc --no-ri}
   end
   
-end
\ No newline at end of file
+end</diff>
      <filename>merb-action-args/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'rake/gempackagetask'
 
 PLUGIN = &quot;merb-assets&quot;
 NAME = &quot;merb-assets&quot;
-VERSION = &quot;0.9.1&quot;
+VERSION = &quot;0.9.2&quot;
 AUTHOR = &quot;Ezra Zygmuntowicz&quot;
 EMAIL = &quot;ez@engineyard.com&quot;
 HOMEPAGE = &quot;http://merb-plugins.rubyforge.org/merb-assets/&quot;
@@ -20,7 +20,7 @@ spec = Gem::Specification.new do |s|
   s.author = AUTHOR
   s.email = EMAIL
   s.homepage = HOMEPAGE
-  s.add_dependency('merb-core', '&gt;= 0.9.1')
+  s.add_dependency('merb-core', '&gt;= 0.9.2')
   s.require_path = 'lib'
   s.autorequire = PLUGIN
   s.files = %w(LICENSE README Rakefile TODO) + Dir.glob(&quot;{lib,specs}/**/*&quot;)
@@ -41,4 +41,4 @@ namespace :jruby do
     sh %{#{SUDO} jruby -S gem install pkg/#{NAME}-#{Merb::VERSION}.gem --no-rdoc --no-ri}
   end
   
-end
\ No newline at end of file
+end</diff>
      <filename>merb-assets/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'rake/gempackagetask'
 
 PLUGIN = &quot;merb-builder&quot;
 NAME = &quot;merb-builder&quot;
-VERSION = &quot;0.9.1&quot;
+VERSION = &quot;0.9.2&quot;
 AUTHOR = &quot;Jonathan Younger&quot;
 EMAIL = &quot;jonathan@daikini.com&quot;
 HOMEPAGE = &quot;http://merb-plugins.rubyforge.org/merb-builder/&quot;
@@ -20,7 +20,7 @@ spec = Gem::Specification.new do |s|
   s.author = AUTHOR
   s.email = EMAIL
   s.homepage = HOMEPAGE
-  s.add_dependency('merb-core', '&gt;= 0.9.1')
+  s.add_dependency('merb-core', '&gt;= 0.9.2')
   s.require_path = 'lib'
   s.autorequire = PLUGIN
   s.files = %w(LICENSE README Rakefile TODO) + Dir.glob(&quot;{lib,specs}/**/*&quot;)</diff>
      <filename>merb-builder/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ require &quot;spec/rake/spectask&quot;
 
 PLUGIN = &quot;merb-cache&quot;
 NAME = &quot;merb-cache&quot;
-MERB_CACHE_VERSION = Merb::MORE_VERSION rescue &quot;0.9.1&quot;
+MERB_CACHE_VERSION = Merb::MORE_VERSION rescue &quot;0.9.2&quot;
 AUTHOR = &quot;Alex Boussinet&quot;
 EMAIL = &quot;alex.boussinet@gmail.com&quot;
 HOMEPAGE = &quot;http://www.merbivore.com&quot;
@@ -22,7 +22,7 @@ spec = Gem::Specification.new do |s|
   s.author = AUTHOR
   s.email = EMAIL
   s.homepage = HOMEPAGE
-  s.add_dependency('merb-core', '&gt;= 0.9.1')
+  s.add_dependency('merb-core', '&gt;= 0.9.2')
   s.require_path = 'lib'
   s.autorequire = PLUGIN
   s.files = %w(LICENSE README Rakefile TODO) + Dir.glob(&quot;{lib,specs}/**/*&quot;)</diff>
      <filename>merb-cache/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ require 'rubygems'
 require 'rake/gempackagetask'
 
 GEM = &quot;merb-gen&quot;
-VERSION = &quot;0.9.1&quot;
+VERSION = &quot;0.9.2&quot;
 AUTHOR = &quot;Yehuda Katz&quot;
 EMAIL = &quot;wycats@gmail.com&quot;
 HOMEPAGE = &quot;http://www.merbivore.com&quot;
@@ -23,7 +23,7 @@ spec = Gem::Specification.new do |s|
   s.executables = %w( merb-gen )
     
   # Uncomment this to add a dependency
-  s.add_dependency &quot;merb-core&quot;, &quot;&gt;= 0.9.1&quot;
+  s.add_dependency &quot;merb-core&quot;, &quot;&gt;= 0.9.2&quot;
   s.add_dependency &quot;rubigen&quot;, &quot;&gt;= 1.2.4&quot;
   
   s.require_path = 'lib'
@@ -44,4 +44,4 @@ end
 
 task :install =&gt; [:package] do
   sh %{sudo gem install pkg/#{GEM}-#{VERSION} --no-update-sources}
-end
\ No newline at end of file
+end</diff>
      <filename>merb-gen/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'rake/gempackagetask'
 
 PLUGIN = &quot;merb-haml&quot;
 NAME = &quot;merb-haml&quot;
-VERSION = &quot;0.9.1&quot;
+VERSION = &quot;0.9.2&quot;
 AUTHOR = &quot;Yehuda Katz&quot;
 EMAIL = &quot;ykatz@engineyard.com&quot;
 HOMEPAGE = &quot;http://merb-plugins.rubyforge.org/merb-haml/&quot;
@@ -20,7 +20,7 @@ spec = Gem::Specification.new do |s|
   s.author = AUTHOR
   s.email = EMAIL
   s.homepage = HOMEPAGE
-  s.add_dependency('merb-core', '&gt;= 0.9.1')
+  s.add_dependency('merb-core', '&gt;= 0.9.2')
   s.require_path = 'lib'
   s.autorequire = PLUGIN
   s.files = %w(LICENSE README Rakefile TODO) + Dir.glob(&quot;{lib,specs}/**/*&quot;)</diff>
      <filename>merb-haml/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ require &quot;spec/rake/spectask&quot;
 
 PLUGIN = &quot;merb-mailer&quot;
 NAME = &quot;merb-mailer&quot;
-VERSION = &quot;0.9.1&quot;
+VERSION = &quot;0.9.2&quot;
 AUTHOR = &quot;Yehuda Katz&quot;
 EMAIL = &quot;wycats@gmail.com&quot;
 HOMEPAGE = &quot;http://merb-plugins.rubyforge.org/merb-mailer/&quot;
@@ -21,7 +21,7 @@ spec = Gem::Specification.new do |s|
   s.author = AUTHOR
   s.email = EMAIL
   s.homepage = HOMEPAGE
-  s.add_dependency('merb-core', '&gt;= 0.9.1')
+  s.add_dependency('merb-core', '&gt;= 0.9.2')
   s.add_dependency(&quot;mailfactory&quot;, &quot;&gt;= 1.2.3&quot;)
   s.require_path = 'lib'
   s.autorequire = PLUGIN
@@ -49,4 +49,4 @@ desc &quot;Run all specs&quot;
 Spec::Rake::SpecTask.new(&quot;specs&quot;) do |t|
   t.spec_opts = [&quot;--format&quot;, &quot;specdoc&quot;, &quot;--colour&quot;]
   t.spec_files = Dir[&quot;spec/**/*_spec.rb&quot;].sort
-end
\ No newline at end of file
+end</diff>
      <filename>merb-mailer/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ require &quot;spec/rake/spectask&quot;
 
 PLUGIN = &quot;merb-parts&quot;
 NAME = &quot;merb-parts&quot;
-VERSION = &quot;0.9.1&quot;
+VERSION = &quot;0.9.2&quot;
 AUTHOR = &quot;Hassox&quot;
 EMAIL = &quot;&quot;
 HOMEPAGE = &quot;http://merb-plugins.rubyforge.org/merb-parts/&quot;
@@ -21,7 +21,7 @@ spec = Gem::Specification.new do |s|
   s.author = AUTHOR
   s.email = EMAIL
   s.homepage = HOMEPAGE
-  s.add_dependency('merb-core', '&gt;= 0.9.1')
+  s.add_dependency('merb-core', '&gt;= 0.9.2')
   s.require_path = 'lib'
   s.autorequire = PLUGIN
   s.files = %w(LICENSE README Rakefile TODO) + Dir.glob(&quot;{lib,specs}/**/*&quot;)
@@ -48,4 +48,4 @@ desc &quot;Run all specs&quot;
 Spec::Rake::SpecTask.new(&quot;specs&quot;) do |t|
   t.spec_opts = [&quot;--format&quot;, &quot;specdoc&quot;, &quot;--colour&quot;]
   t.spec_files = Dir[&quot;spec/**/*_spec.rb&quot;].sort
-end
\ No newline at end of file
+end</diff>
      <filename>merb-parts/Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>219b283ea647c4524e5d909ebe36050735447be7</id>
    </parent>
  </parents>
  <author>
    <name>Michael D. Ivey</name>
    <email>ivey@gweezlebur.com</email>
  </author>
  <url>http://github.com/wycats/merb-more/commit/c99fae98e8b238e3288f41566458a27378c94ff5</url>
  <id>c99fae98e8b238e3288f41566458a27378c94ff5</id>
  <committed-date>2008-03-24T20:47:34-07:00</committed-date>
  <authored-date>2008-03-24T20:47:34-07:00</authored-date>
  <message>bump versions on all sub Rakefiles</message>
  <tree>6e314171afe89f2372673d1362c4acc2ec07931a</tree>
  <committer>
    <name>Michael D. Ivey</name>
    <email>ivey@gweezlebur.com</email>
  </committer>
</commit>
