<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -35,14 +35,14 @@ Create the skeleton
 Lucky for us, the merb application generator now adds all necessary dependencies in the @config/dependencies.rb@:
 
 &lt;pre&gt;&lt;code&gt;
-	dependency &quot;merb-action-args&quot;, &quot;0.9.10&quot;   # Provides support for querystring arguments to be passed in to controller actions
-	dependency &quot;merb-assets&quot;, &quot;0.9.10&quot;        # Provides link_to, asset_path, auto_link, image_tag methods (and lots more)
-	dependency &quot;merb-cache&quot;, &quot;0.9.10&quot;         # Provides your application with caching functions 
-	dependency &quot;merb-helpers&quot;, &quot;0.9.10&quot;       # Provides the form, date/time, and other helpers
-	dependency &quot;merb-mailer&quot;, &quot;0.9.10&quot;        # Integrates mail support via Merb Mailer
-	dependency &quot;merb-slices&quot;, &quot;0.9.10&quot;        # Provides a mechanism for letting plugins provide controllers, views, etc. to your app
-	dependency &quot;merb-auth&quot;, &quot;0.9.10&quot;          # An authentication slice (Merb's equivalent to Rails' restful authentication)
-	dependency &quot;merb-param-protection&quot;, &quot;0.9.10&quot;
+	dependency &quot;merb-action-args&quot;, &quot;0.9.14&quot;   # Provides support for querystring arguments to be passed in to controller actions
+	dependency &quot;merb-assets&quot;, &quot;0.9.14&quot;        # Provides link_to, asset_path, auto_link, image_tag methods (and lots more)
+	dependency &quot;merb-cache&quot;, &quot;0.9.14&quot;         # Provides your application with caching functions 
+	dependency &quot;merb-helpers&quot;, &quot;0.9.14&quot;       # Provides the form, date/time, and other helpers
+	dependency &quot;merb-mailer&quot;, &quot;0.9.14&quot;        # Integrates mail support via Merb Mailer
+	dependency &quot;merb-slices&quot;, &quot;0.9.14&quot;        # Provides a mechanism for letting plugins provide controllers, views, etc. to your app
+	dependency &quot;merb-auth&quot;, &quot;0.9.14&quot;          # An authentication slice (Merb's equivalent to Rails' restful authentication)
+	dependency &quot;merb-param-protection&quot;, &quot;0.9.14&quot;
 
 	dependency &quot;dm-core&quot;, &quot;0.9.7&quot;         # The datamapper ORM
 	dependency &quot;dm-aggregates&quot;, &quot;0.9.7&quot;   # Provides your DM models with count, sum, avg, min, max, etc.
@@ -123,7 +123,7 @@ it already added the necessary dependency to merb-auth in @config/dependencies.r
 
 &lt;pre&gt;&lt;code&gt;
 	...
-	dependency &quot;merb-auth&quot;, &quot;0.9.10&quot;          # An authentication slice (Merb's equivalent to Rails' restful authentication)
+	dependency &quot;merb-auth&quot;, &quot;0.9.14&quot;          # An authentication slice (Merb's equivalent to Rails' restful authentication)
 	...
 &lt;/code&gt;&lt;/pre&gt;
 
@@ -749,7 +749,7 @@ and then required explicitly
 
 &lt;pre&gt;&lt;code&gt;
 	...
-	dependency &quot;merb-auth-slice-activation&quot;, &quot;0.9.10&quot;
+	dependency &quot;merb-auth-slice-activation&quot;, &quot;0.9.14&quot;
 	...
 &lt;/code&gt;&lt;/pre&gt;
 </diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -1,12 +1,12 @@
-dependency &quot;merb-action-args&quot;, &quot;0.9.10&quot;   # Provides support for querystring arguments to be passed in to controller actions
-dependency &quot;merb-assets&quot;, &quot;0.9.10&quot;        # Provides link_to, asset_path, auto_link, image_tag methods (and lots more)
-dependency &quot;merb-cache&quot;, &quot;0.9.10&quot;         # Provides your application with caching functions 
-dependency &quot;merb-helpers&quot;, &quot;0.9.10&quot;       # Provides the form, date/time, and other helpers
-dependency &quot;merb-mailer&quot;, &quot;0.9.10&quot;        # Integrates mail support via Merb Mailer
-dependency &quot;merb-slices&quot;, &quot;0.9.10&quot;        # Provides a mechanism for letting plugins provide controllers, views, etc. to your app
-dependency &quot;merb-auth&quot;, &quot;0.9.10&quot;          # An authentication slice (Merb's equivalent to Rails' restful authentication)
-dependency &quot;merb-param-protection&quot;, &quot;0.9.10&quot;
-dependency &quot;merb-auth-slice-activation&quot;, &quot;0.9.10&quot;
+dependency &quot;merb-action-args&quot;, &quot;0.9.14&quot;   # Provides support for querystring arguments to be passed in to controller actions
+dependency &quot;merb-assets&quot;, &quot;0.9.14&quot;        # Provides link_to, asset_path, auto_link, image_tag methods (and lots more)
+dependency &quot;merb-cache&quot;, &quot;0.9.14&quot;         # Provides your application with caching functions 
+dependency &quot;merb-helpers&quot;, &quot;0.9.14&quot;       # Provides the form, date/time, and other helpers
+dependency &quot;merb-mailer&quot;, &quot;0.9.14&quot;        # Integrates mail support via Merb Mailer
+dependency &quot;merb-slices&quot;, &quot;0.9.14&quot;        # Provides a mechanism for letting plugins provide controllers, views, etc. to your app
+dependency &quot;merb-auth&quot;, &quot;0.9.14&quot;          # An authentication slice (Merb's equivalent to Rails' restful authentication)
+dependency &quot;merb-param-protection&quot;, &quot;0.9.14&quot;
+dependency &quot;merb-auth-slice-activation&quot;, &quot;0.9.14&quot;
  
 dependency &quot;dm-core&quot;, &quot;0.9.7&quot;         # The datamapper ORM
 dependency &quot;dm-aggregates&quot;, &quot;0.9.7&quot;   # Provides your DM models with count, sum, avg, min, max, etc.</diff>
      <filename>config/dependencies.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ccdef9b8eabf79795c52a893ace0cd8e4ed7cee2</id>
    </parent>
  </parents>
  <author>
    <name>Christian Kebekus</name>
    <email>christian@kebek.us</email>
  </author>
  <url>http://github.com/ck/cookbook/commit/878ca12c895ea11aecc0069690cc9dbb7358117c</url>
  <id>878ca12c895ea11aecc0069690cc9dbb7358117c</id>
  <committed-date>2008-11-07T19:15:13-08:00</committed-date>
  <authored-date>2008-11-07T19:15:13-08:00</authored-date>
  <message>Update version of dependencies to 0.9.14 to keep pace with merb.</message>
  <tree>b297627140b7d77e16f8ea627fdcdec6b02a5521</tree>
  <committer>
    <name>Christian Kebekus</name>
    <email>christian@kebek.us</email>
  </committer>
</commit>
