<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,25 +1,26 @@
 JamBase4Rails
 =============
 
-JamBase4Rails is a Ruby on Rails plugin that provides access to the JamBase API
+*** PLEASE NOTE THAT THIS PLUGIN IS SLATED FOR DEPRECATION! NEW USERS PLEASE SEE JamBase4R (http://github.com/mattapayne/jambase4r/tree).
+JamBase4R is supplied as a gem and is framework agnostic. It will work just fine with Rails 2.3 and up. ***
+
+JamBase4Rails is a Ruby gem that provides access to the JamBase API
 http://developer.jambase.com/docs
 
-Provide concert infomation and search functionality to users of your Ruby on Rails
-application.
+Provide concert information and search functionality to users of your application.
 
 **Note: JamBase requires that any site making use of it's API provide attribution.
-See http://developer.jambase.com/docs for more information. This plugin provides 
+See http://developer.jambase.com/docs for more information. This gem provides 
 helpers to make adding attribution to your site easy.
 
-This plugin adds helper methods to your views, but does not alter controllers or
+This gem adds helper methods to your views, but does not alter controllers or
 models in any way.
 
 Installation
 ============
 
-1) get and install the plugin
+1) get and install the gem
     git: script/plugin install git://github.com/mattapayne/jambase4rails.git
-    svn: script/plugin install http://jambase4rails.googlecode.com/svn/trunk/plugins/jambase4Rails
 
 2) run the jambase4rails:install_assets rake task - this ensures that the images
    required by the helpers are in place.</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -18,7 +18,7 @@ module JamBase4Rails
       private
       
       def jambase_search(search_args)
-	    check_api_key
+	      check_api_key
         return if search_args.blank?
         search_args = search_args.symbolize_keys
         replace_aliased_keys!(search_args)
@@ -31,7 +31,7 @@ module JamBase4Rails
 
       def check_api_key
         if jambase_api_key.blank?
-	  raise ArgumentError.new(&quot;No JamBase API key configured. Please add a configuration to #{RAILS_ENV}.rb&quot;)
+	        raise ArgumentError.new(&quot;No JamBase API key configured. Please add a configuration to #{Rails.env}.rb&quot;)
         end
       end
       </diff>
      <filename>lib/jam_base4_rails/search.rb</filename>
    </modified>
    <modified>
      <diff>@@ -27,7 +27,7 @@ end
 
 def iterate_assets(&amp;block)
  
-  rails_image_dir = File.join(RAILS_ROOT, &quot;public&quot;, &quot;images&quot;)
+  rails_image_dir = File.join(Rails.root, &quot;public&quot;, &quot;images&quot;)
   asset_dir = File.expand_path(File.join(File.dirname(__FILE__), &quot;/../&quot;, &quot;assets&quot;))
     
   FileUtils.cd(asset_dir) do</diff>
      <filename>tasks/jam_base4_rails_tasks.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2224f108f7a12f0219ac873f5f55101c982684ff</id>
    </parent>
  </parents>
  <author>
    <name>Matt Payne</name>
    <email>matt@matt-paynes-macbook-pro.local</email>
  </author>
  <url>http://github.com/mattapayne/jambase4rails/commit/e88fa241fbca206c5e7234d02ab09854da0a71da</url>
  <id>e88fa241fbca206c5e7234d02ab09854da0a71da</id>
  <committed-date>2009-04-14T12:52:55-07:00</committed-date>
  <authored-date>2009-04-14T12:52:55-07:00</authored-date>
  <message>Modified README and cleaned up some code</message>
  <tree>395e17039318ee198f82c250df8434ad10bc64cc</tree>
  <committer>
    <name>Matt Payne</name>
    <email>matt@matt-paynes-macbook-pro.local</email>
  </committer>
</commit>
