README.rdoc in google_analytics-1.1.3 vs README.rdoc in google_analytics-1.1.5

- old
+ new

@@ -15,15 +15,15 @@ skip_after_filter :add_google_analytics_code If you are running rails 2.1 or above add install this by adding: - config.gem 'rubaidh-google_analytics', :lib => 'rubaidh/google_analytics', :source => 'http://gems.github.com' + config.gem 'google_analytics' and run: - rake gems:install + rake gems:unpack Simple. :-) == Note @@ -74,11 +74,11 @@ This plugin now supports local copies of the legacy and new Analytics JavaScript files, updated via a rake task and served courtesy of the Rails AssetTagHelper methods. So even if you use asset hosts, the JS will be served from the correct source and under the correct protocol (HTTP/HTTPS). -To enable cached copies and the following to your initialization code: +To enable cached copies add the following to your initialization code: Rubaidh::GoogleAnalytics.local_javascript = true Use the following rake task to update the local copy of the JavaScript file: @@ -119,6 +119,6 @@ options. Note: You will need to have the mocha gem installed to run the tests for this plugin. -Copyright (c) 2006-2008 Rubaidh Ltd, released under the MIT license. +Copyright (c) 2006-2009 Rubaidh Ltd, released under the MIT license.