ga_events 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/REVIEW CHANGED
@@ -1,2 +1,3 @@
1
- Flo: 2013-01-28 17:40
2
- Sven: 2013-01-29 10:10
1
+ Daniel: 2013-01-30 10:54
2
+ Flo: 2013-01-28 17:40
3
+ Sven: 2013-01-29 10:10
@@ -61,4 +61,4 @@ class GaEvents.GoogleAnalyticsAdapter
61
61
  data = ["_trackEvent", obj["action"], obj["category"]]
62
62
  data.push(obj["label"]) if obj.label?
63
63
  data.push(obj["value"]) if obj.value?
64
- window._qaq.push(data)
64
+ window._gaq.push(data)
data/ga_events.gemspec CHANGED
@@ -2,9 +2,10 @@
2
2
  require File.expand_path('../lib/ga_events/version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
- gem.authors = ['Florian Dütsch', 'Sven Winkler']
5
+ gem.authors = ['Florian Dütsch', 'Sven Winkler', 'Daniel Bayerlein']
6
6
  gem.email = ['florian.duetsch@nix-wie-weg.de',
7
- 'sven.winkler@nix-wie-weg.de']
7
+ 'sven.winkler@nix-wie-weg.de',
8
+ 'daniel.bayerlein@nix-wie-weg.de']
8
9
  gem.description =
9
10
  %q{Google Analytics' Event Tracking everywhere in your Rails app}
10
11
  gem.summary = 'This gem alllows you to annotate events everywhere in ' \
@@ -1,3 +1,3 @@
1
1
  module GaEvents
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ga_events
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Florian Dütsch
9
9
  - Sven Winkler
10
+ - Daniel Bayerlein
10
11
  autorequire:
11
12
  bindir: bin
12
13
  cert_chain: []
13
- date: 2013-01-29 00:00:00.000000000 Z
14
+ date: 2013-01-30 00:00:00.000000000 Z
14
15
  dependencies:
15
16
  - !ruby/object:Gem::Dependency
16
17
  name: rails
@@ -32,6 +33,7 @@ description: Google Analytics' Event Tracking everywhere in your Rails app
32
33
  email:
33
34
  - florian.duetsch@nix-wie-weg.de
34
35
  - sven.winkler@nix-wie-weg.de
36
+ - daniel.bayerlein@nix-wie-weg.de
35
37
  executables: []
36
38
  extensions: []
37
39
  extra_rdoc_files: []
@@ -81,3 +83,4 @@ summary: This gem alllows you to annotate events everywhere in the code of your
81
83
  extracts this data on the client side and pushes it to Google Analytics via ga.js
82
84
  or Google Tag Manager.
83
85
  test_files: []
86
+ has_rdoc: