ga_events 0.1.3 → 0.1.4

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.
@@ -69,7 +69,7 @@ class GaEvents.GoogleTagManagerAdapter
69
69
 
70
70
  class GaEvents.GoogleAnalyticsAdapter
71
71
  push: (obj) ->
72
- data = ["_trackEvent", obj["action"], obj["category"]]
72
+ data = ["_trackEvent", obj["category"], obj["action"]]
73
73
  data.push(obj["label"]) if obj.label?
74
74
  data.push(obj["value"]) if obj.value?
75
75
  window._gaq.push(data)
@@ -1,3 +1,3 @@
1
1
  module GaEvents
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ga_events
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-02-04 00:00:00.000000000 Z
14
+ date: 2013-02-13 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
@@ -42,7 +42,6 @@ files:
42
42
  - Gemfile
43
43
  - LICENSE
44
44
  - README.md
45
- - REVIEW
46
45
  - Rakefile
47
46
  - TODO
48
47
  - app/assets/javascripts/ga_events.js.coffee
@@ -67,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
66
  version: '0'
68
67
  segments:
69
68
  - 0
70
- hash: 3054009368283231278
69
+ hash: 4045941152351364033
71
70
  required_rubygems_version: !ruby/object:Gem::Requirement
72
71
  none: false
73
72
  requirements:
@@ -76,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
75
  version: '0'
77
76
  segments:
78
77
  - 0
79
- hash: 3054009368283231278
78
+ hash: 4045941152351364033
80
79
  requirements: []
81
80
  rubyforge_project:
82
81
  rubygems_version: 1.8.24
data/REVIEW DELETED
@@ -1,3 +0,0 @@
1
- Daniel: 2013-02-04 15:23
2
- Flo: 2013-01-28 17:40
3
- Sven: 2013-01-29 10:10