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.
Files changed (2) hide show
  1. data/README +1 -3
  2. 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. This is done by adding the following to your `config/environment.rb`:
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.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: "By default this gem will output Woopra code forevery page automatically, if it's configured correctly.This is done by adding: JonathanNelson::WoopraAnalytics.run"
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