minimum_viable_product 0.7.11 → 0.7.12

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 052dd97b997df10d0a08c207533e216f22686528
4
- data.tar.gz: 575e6eec768779dba7feb87449d115482f67a5d6
3
+ metadata.gz: dc99a7effba667a73cf1d6709d837e0fd17705cf
4
+ data.tar.gz: a1f382a47a62e02610bf04c4d83920c55642423f
5
5
  SHA512:
6
- metadata.gz: 92788cdb51f09af1f218364b3b491d10997145155942816d6d8c558262cc9669965a38c478176a3c67d53c8d3d199329db16adf9f58640cec62ef692fda32562
7
- data.tar.gz: 98f719ab02285159ae0baad909a5bbb0a38b06a536bfb577ca371752cb5ad7e6adb810ddfab09d783be9f620ca1030edbdfafe22beb77a4cbd2784c227a28fba
6
+ metadata.gz: 73a842842e7e43910cc74b7a5eab9d98d32790a262cc7e3d9b079f39ecf2c7e3a435eb9ef88e6246a7535893e8ea0a357e083bf9998380c445c87370c779c821
7
+ data.tar.gz: 621a9c796f39462fb02b9280c787f37f28cfd6a20904ae4955f678e922819bd816402740e0bf19f3f37565fb76ed9d55056922427c7493cde9294bc87b94983f
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.11
1
+ 0.7.12
@@ -17,7 +17,7 @@ window.track = function(event, attributes, fn){
17
17
  return
18
18
  }
19
19
 
20
- let attrs = _.extend({
20
+ var attrs = _.extend({
21
21
  iteration: $('body').data('iteration')
22
22
  }, attributes)
23
23
 
@@ -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.11 ruby lib
5
+ # stub: minimum_viable_product 0.7.12 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "minimum_viable_product"
9
- s.version = "0.7.11"
9
+ s.version = "0.7.12"
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.11
4
+ version: 0.7.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Hunter