rack-google-analytics 0.5.2 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/README.rdoc +2 -2
  2. data/VERSION +1 -1
  3. metadata +3 -3
data/README.rdoc CHANGED
@@ -11,12 +11,12 @@ Version 0.2.0 implements the default code to be the asynchronous google code (se
11
11
  == Usage
12
12
 
13
13
  require 'rack-google-analytics'
14
- use Rack::GoogleAnalytics, :tracker => 'UA-xxxxxx-x'
14
+ use Rack::GoogleTracker, :tracker => 'UA-xxxxxx-x'
15
15
 
16
16
  Note: since 0.2.0 this will use the asynchronous google tracker code, for the traditional behaviour please use:
17
17
 
18
18
  require 'rack-google-analytics'
19
- use Rack::GoogleAnalytics, :tracker => 'UA-xxxxxx-x', :async => false
19
+ use Rack::GoogleTracker, :tracker => 'UA-xxxxxx-x', :async => false
20
20
 
21
21
  If you are not sure what's best, go with the defaults, and read here if you should opt-out
22
22
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.2
1
+ 0.5.3
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 2
9
- version: 0.5.2
8
+ - 3
9
+ version: 0.5.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Lee Hambley
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-06-29 00:00:00 +02:00
17
+ date: 2010-07-06 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency