jonathannelson-woopra_analytics 1.1 → 1.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.
- data/README +1 -3
- metadata +2 -2
data/README
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
WoopraAnalytics
|
|
2
2
|
===============
|
|
3
3
|
|
|
4
|
-
This module will easily enable Woopra Analytics support for your application. By default it'll output the analytics code for every single page automatically, if it's configured correctly.
|
|
5
|
-
|
|
6
|
-
JonathanNelson::WoopraAnalytics.run
|
|
4
|
+
This module will easily enable Woopra Analytics support for your application. By default it'll output the analytics code for every single page automatically, if it's configured correctly.
|
|
7
5
|
|
|
8
6
|
If you want to disable the code insertion for particular pages, add the following to controllers that don't want it:
|
|
9
7
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jonathannelson-woopra_analytics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: "1.
|
|
4
|
+
version: "1.3"
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Nelson
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: "0"
|
|
23
23
|
version:
|
|
24
|
-
description:
|
|
24
|
+
description: By default this gem will output Woopra code forevery page automatically, if it's configured correctly.
|
|
25
25
|
email: nelsojona@gmail.com
|
|
26
26
|
executables: []
|
|
27
27
|
|