minimum_viable_product 0.7.4 → 0.7.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9d6c6b6ddaae6219f54c78c303ce60a463a4371
|
4
|
+
data.tar.gz: 0447c05ee3b39d093f768bc338391d2f3c2f66ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86b21758c3f6da1fe93436d76860f089daede0c15728a91d7d93becfcc00a56cd6fc870904fb9c2807c0a4572ba26203ec542b31d07e46b73868923a7694961a
|
7
|
+
data.tar.gz: 0bf798597c026c38ab0c475a16627388f96f4c184651ab1d7cc4bb6048445c8bc2bfc3f299e588ea5a43fdafe4287a2f27dbd0a9ff734dc8cb730c6b3eb1e82e
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.7.
|
1
|
+
0.7.5
|
@@ -15,8 +15,8 @@ module MinimumViableProduct
|
|
15
15
|
return if session[INVISIBLE_SESSION_COOKIE].to_b == true
|
16
16
|
|
17
17
|
analytics_identify_events << {
|
18
|
-
id: id,
|
19
|
-
properties: properties
|
18
|
+
'id': id,
|
19
|
+
'properties': properties
|
20
20
|
}
|
21
21
|
end
|
22
22
|
|
@@ -24,8 +24,8 @@ module MinimumViableProduct
|
|
24
24
|
return if session[INVISIBLE_SESSION_COOKIE].to_b == true
|
25
25
|
|
26
26
|
analytics_track_events << {
|
27
|
-
name: event,
|
28
|
-
properties: properties.reverse_merge({
|
27
|
+
'name': event,
|
28
|
+
'properties': properties.reverse_merge({
|
29
29
|
iteration: MVP::Iteration.version,
|
30
30
|
user: current_user.try(:name),
|
31
31
|
url: request.fullpath
|
@@ -2,11 +2,11 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: minimum_viable_product 0.7.
|
5
|
+
# stub: minimum_viable_product 0.7.5 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "minimum_viable_product"
|
9
|
-
s.version = "0.7.
|
9
|
+
s.version = "0.7.5"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|