rack-google-analytics 0.5.2 → 0.5.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +2 -2
- data/VERSION +1 -1
- 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::
|
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::
|
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.
|
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
|
-
-
|
9
|
-
version: 0.5.
|
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
|
17
|
+
date: 2010-07-06 00:00:00 +02:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|