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: 7697218b2f7e417f6831c5ba98fdc1943cad2c07
4
- data.tar.gz: c70bacad79d9c86df589f993f273b9f85ef7efb0
3
+ metadata.gz: d9d6c6b6ddaae6219f54c78c303ce60a463a4371
4
+ data.tar.gz: 0447c05ee3b39d093f768bc338391d2f3c2f66ff
5
5
  SHA512:
6
- metadata.gz: d7dcb84012327ad79b0d9a051aa9c223730ef862e5d7158f412eafea9fa5020577d9d833490d69a244a9ed8a7c2acbd0410effc0d8ed53db2c2fb2dd51870141
7
- data.tar.gz: 33349c800062b9bf42102d23122e6d18d7ceef74f2296a234ea9794985738c299d6a95e64965fcee8479c4e3152678ab0df35054ed7301d2357262455aa1ec0e
6
+ metadata.gz: 86b21758c3f6da1fe93436d76860f089daede0c15728a91d7d93becfcc00a56cd6fc870904fb9c2807c0a4572ba26203ec542b31d07e46b73868923a7694961a
7
+ data.tar.gz: 0bf798597c026c38ab0c475a16627388f96f4c184651ab1d7cc4bb6048445c8bc2bfc3f299e588ea5a43fdafe4287a2f27dbd0a9ff734dc8cb730c6b3eb1e82e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.4
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.4 ruby lib
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.4"
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"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimum_viable_product
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.4
4
+ version: 0.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Hunter