<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,7 @@ This &quot;creatively&quot; named plugin installs a controller and view which creates hand
 
     map.resources :posts
 
-You'd get these (and other) familiar-looking javascript URL helpers:
+You'd get these (and other) familiar-looking javascript URL helpers, as methods under the Routing object:
 
 	Routing.host()              =&gt; &quot;http://localhost:3000&quot;
     Routing.posts_url()         =&gt; &quot;http://localhost:3000/posts&quot;
@@ -25,7 +25,7 @@ Assuming you are using Rails 2.1 or later, you can use the Rails plugin script:
     $ cd RAILS_ROOT
     $ script/plugin install git://github.com/ripta/js_named_routes.git
 
-This plugin is targeted at Rails 2.1, although it should work in Rails 2.0. Earlier versions of Rails may not be compatible with this plugin.
+This plugin is targeted at Rails 2.1, although it works in Rails 2.0. Earlier versions of Rails may work with this plugin, although not primarily supported.
 
 ### USAGE
 
@@ -63,4 +63,4 @@ Originally authored by Joshua Siereles with some code and the idea coming from [
 
 Some enhancements and Rails 2.1 compatibility added by [Galen O'Hanlon](http://gohanlon.com).
 
-Some enhancements added by [Ripta Pasay](http://twitter.com/rpasay).
+Routing object wrapper and Rails 2.0 compatibility added and cleaned up by [Ripta Pasay](http://twitter.com/rpasay).</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -7,12 +7,12 @@ module JsNamedRoutes
         base.register_javascript_expansion :named_routes =&gt; [&quot;named_routes&quot;]
         base.register_javascript_include_default &quot;named_routes&quot;
       rescue NoMethodError
-        base.extend(ClassMethods)
+        base.send :include, InstanceMethods
         base.send :alias_method_chain, :javascript_include_tag, :js_named_routes
       end
     end
     
-    module ClassMethods
+    module InstanceMethods
       
       def javascript_include_tag_with_js_named_routes(*sources)
         if sources.delete(:named_routes)</diff>
      <filename>lib/asset_tag_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2037210f6447d2d95abfb9990baaa3df29583392</id>
    </parent>
  </parents>
  <author>
    <name>Ripta Pasay</name>
    <email>ripta@rumah-gadang.home.r8y.org</email>
  </author>
  <url>http://github.com/jsierles/js_named_routes/commit/45620ecf829cc7fb9299beafe27fcfcc9c8335f8</url>
  <id>45620ecf829cc7fb9299beafe27fcfcc9c8335f8</id>
  <committed-date>2008-07-06T12:03:40-07:00</committed-date>
  <authored-date>2008-07-06T12:03:40-07:00</authored-date>
  <message>Fix compatibility module for Rails 2.0, and update README</message>
  <tree>3ca2331991fe91f57f40375ff64db2ba538e8de8</tree>
  <committer>
    <name>Ripta Pasay</name>
    <email>ripta@rumah-gadang.home.r8y.org</email>
  </committer>
</commit>
