gabbara 0.0.3 → 0.0.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.
- data/Gemfile.lock +1 -1
- data/lib/gabbara/gabba.rb +1 -1
- data/lib/gabbara/version.rb +1 -1
- data/spec/gabba_spec.rb +4 -4
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/lib/gabbara/gabba.rb
CHANGED
data/lib/gabbara/version.rb
CHANGED
data/spec/gabba_spec.rb
CHANGED
@@ -52,7 +52,7 @@ describe Gabbara::Gabba do
|
|
52
52
|
|
53
53
|
describe "when tracking custom events with two params" do
|
54
54
|
before do
|
55
|
-
stub_analytics "utme"=>"5(cat1*
|
55
|
+
stub_analytics "utme"=>"5(cat1*act1)", "utmt"=>"event"
|
56
56
|
@gabba = Gabbara::Gabba.new("UC-123", "domain", :utmn => "1009731272", :utmcc => '')
|
57
57
|
end
|
58
58
|
|
@@ -63,7 +63,7 @@ describe Gabbara::Gabba do
|
|
63
63
|
|
64
64
|
describe "when tracking custom events with label without value" do
|
65
65
|
before do
|
66
|
-
stub_analytics "utme"=>"5(cat1*
|
66
|
+
stub_analytics "utme"=>"5(cat1*act1*lab1)", "utmt"=>"event"
|
67
67
|
@gabba = Gabbara::Gabba.new("UC-123", "domain", :utmn => "1009731272", :utmcc => '')
|
68
68
|
end
|
69
69
|
|
@@ -74,7 +74,7 @@ describe Gabbara::Gabba do
|
|
74
74
|
|
75
75
|
describe "when tracking custom events with value without label" do
|
76
76
|
before do
|
77
|
-
stub_analytics "utme"=>"5(cat1*
|
77
|
+
stub_analytics "utme"=>"5(cat1*act1)(val1)", "utmt"=>"event"
|
78
78
|
@gabba = Gabbara::Gabba.new("UC-123", "domain", :utmn => "1009731272", :utmcc => '')
|
79
79
|
end
|
80
80
|
|
@@ -85,7 +85,7 @@ describe Gabbara::Gabba do
|
|
85
85
|
|
86
86
|
describe "when tracking custom events with all params" do
|
87
87
|
before do
|
88
|
-
stub_analytics "utme"=>"5(cat1*
|
88
|
+
stub_analytics "utme"=>"5(cat1*act1*lab1)(val1)", "utmt"=>"event"
|
89
89
|
@gabba = Gabbara::Gabba.new("UC-123", "domain", :utmn => "1009731272", :utmcc => '')
|
90
90
|
end
|
91
91
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gabbara
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 4
|
10
|
+
version: 0.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Michael Reinsch
|