<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/fetches.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 Gem::Specification.new do |s|
   s.name = &quot;fetches&quot;
-  s.version = &quot;0.0.1&quot;
-  s.date = &quot;2008-07-22&quot;
+  s.version = &quot;0.0.2&quot;
+  s.date = &quot;2008-07-28&quot;
   s.summary = &quot;Rails plugin for simplified parameter-based model fetching.&quot;
   s.email = &quot;michael@intridea.com&quot;
   s.homepage = &quot;http://www.actsascommunity.com/projects/fetches&quot;
@@ -11,11 +11,11 @@ Gem::Specification.new do |s|
   s.files = [ &quot;MIT-LICENSE&quot;,
               &quot;README&quot;,
               &quot;Rakefile&quot;,
-              &quot;init.rb&quot;,
+              &quot;lib/fetches.rb&quot;,
               &quot;lib/action_controller/fetches.rb&quot;,
               &quot;rails/init.rb&quot;,
               &quot;test/fetcher_test_helper.rb&quot;,
               &quot;test/fetches_test.rb&quot; ]
   s.rdoc_options = [&quot;--main&quot;, &quot;README&quot;]
-  s.extra_rdoc_files = [&quot;MIT-LICENSE&quot;]
+  s.extra_rdoc_files = [&quot;README&quot;, &quot;MIT-LICENSE&quot;]
 end
\ No newline at end of file</diff>
      <filename>fetches.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,12 +1,12 @@
 module ActionController
   module Fetches
-    def self.included(base)
+    def self.included(base) # :nodoc:
       base.class_eval do
         @@default_fetcher_options = { :using =&gt; &quot;find&quot;,
                                       :from =&gt; :id }
         cattr_accessor :default_fetcher_options
         
-        def self.fetchers
+        def self.fetchers # :nodoc:
           read_inheritable_attribute(:fetchers) || write_inheritable_attribute(:fetchers, {})
         end
 
@@ -25,16 +25,15 @@ module ActionController
         #     fetches :article
         #   end
         #
-        #  # Example with Proc-based 'from'
-        #  class UsersController &lt; ApplicationController
-        #    fetches :user, :from =&gt; Proc.new{ |c| c.params[:user_id] || c.params[:id] }
-        #  end
+        #   # Example with Proc-based 'from'
+        #   class UsersController &lt; ApplicationController
+        #     fetches :user, :from =&gt; Proc.new{ |c| c.params[:user_id] || c.params[:id] }
+        #   end
         #
         # Options:
         #
         # - +as+: the name of the helper method to generate (default is the model name)
-        # - +from+: the parameter passed into the finder method (default is +:id+). 
-        #     May also be passed as a +Proc+ that evaluates against a controller argument.
+        # - +from+: the parameter passed into the finder method (default is +:id+). May also be passed as a Proc that evaluates against a controller argument.
         # - +using+: the class method name to use as a finder (default is +&quot;find&quot;+)
         #
         # Default options may be specified by setting them in an initializer. Example:</diff>
      <filename>lib/action_controller/fetches.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>784e946928aea912fd9ff0537c544bbb43eff934</id>
    </parent>
  </parents>
  <author>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </author>
  <url>http://github.com/mbleigh/fetches/commit/de9bbd5a39b0ae5851042560819b5ef3631f60be</url>
  <id>de9bbd5a39b0ae5851042560819b5ef3631f60be</id>
  <committed-date>2008-07-28T11:09:26-07:00</committed-date>
  <authored-date>2008-07-28T11:09:26-07:00</authored-date>
  <message>Few fixes, bumped gem version.</message>
  <tree>d9e3d095105b72e2558f1f9723cbffdef1192d16</tree>
  <committer>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </committer>
</commit>
