factory_bot_instrumentation 0.5.0 → 0.5.1

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
  SHA256:
3
- metadata.gz: 98a7a69daca8d49bb11b7145e050b3625c5f5638cc961fc3e91377300890c1db
4
- data.tar.gz: ed9d4f5a254eb60cb0241fffbc32a43cfcd6ff2a44ddd476fc299286a37b488b
3
+ metadata.gz: 54a54c125597690d91ed7fd019112d3645cce6dfe056b6ae6246ad57bddc28ef
4
+ data.tar.gz: 06d728a403143c456beba2da6cf19d10cc4b4271bb9c1e3171cd8e94b2684994
5
5
  SHA512:
6
- metadata.gz: 6df53693fc478ac1ef3895d086efb6b86c7654b16a392fc6c7daa828e36918e1a67706bbc7c00a2f219394b092d9fa8f99bd608c57894e16d81274bb5e5e8bbc
7
- data.tar.gz: d12ec3b074a2b0c1f7a33ea9725d13d28a4095d01e36d68727b057869d9904a3ea9052ad7247221197f2c1d5087e27be29509a71443b34d7edd8da0c7d254267
6
+ metadata.gz: aa3ca826e2d9a6ab252d5e81399946e3f620f8342663fc139362a9f7d19945fb5b12e78512631aac222fda6496cd506bae35142f7704f1d45b3cba319cbe6c52
7
+ data.tar.gz: e481b8193bb3529e88ee6725e3fbcf6b85058984705b2a378032862d5d3e2dad95e53ad473dfb606e5344f746d59224a223f5d376bf8f71a1bc54ce5f677a217
@@ -1,3 +1,7 @@
1
+ ### 0.5.1
2
+
3
+ * Corrected a bug on the scenario description update (#8)
4
+
1
5
  ### 0.5.0
2
6
 
3
7
  * Added support for custom before action logics (#7)
@@ -101,7 +101,7 @@ CreateForm.prototype.bind = function()
101
101
  this.submit();
102
102
  });
103
103
 
104
- this.select.on('change', this.updateDesc);
104
+ this.select.on('change', this.updateDesc.bind(this));
105
105
  this.updateDesc();
106
106
  };
107
107
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module FactoryBot
4
4
  module Instrumentation
5
- VERSION = '0.5.0'.freeze
5
+ VERSION = '0.5.1'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factory_bot_instrumentation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-20 00:00:00.000000000 Z
11
+ date: 2020-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails