factory_bot_instrumentation 1.2.3 → 1.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c67e778910353d6e247864b50d2730d984528cd19fef76928fd6a298e0acb34f
4
- data.tar.gz: d89dbbe1b7696902d8b15be227c9c38658112a75c0d150c91aa819ac7545fa89
3
+ metadata.gz: bdf74679c8560415d27425a05ee0b58d44b39c17fb355bd0477c9e170625802b
4
+ data.tar.gz: 2e50ab307e1b9294f72b4d954650e52594e81e538d251a365bd0beb6592c6c72
5
5
  SHA512:
6
- metadata.gz: 96051a320e58d25c9efae16e96b25ab02013c536ab2615e31903a07ad3d8ef44bc995e058003b3f304135e7844a8cc93785256f20b35f10b30200e280fc3ebfe
7
- data.tar.gz: 6387716dc8b64afa0f5790af7c778243ce04e355f0fe4c11ed6e4ead328842ae5ba3ae5bcb8902f5ae16cbf95d5eb6d52cb3781a73936e264b6e074b05b8463d
6
+ metadata.gz: 0334b6fffbdc4280e5edab1754ab0523fbdfc8cb9d436891e33a0f7b62a03420686d268b23841835f76cba5e63a618a85b70945ae3091c5c73eeb2623e157c68
7
+ data.tar.gz: fec368b1ab9d87b531d4316b8154b101595d5c6b40673753eec3228f3f91f49a0a42d9f77b0e28621bd028a428ddc3a61262ac528f090f4fc1aba89ac0258cde
data/.yardopts CHANGED
@@ -3,4 +3,4 @@
3
3
  --markup=rdoc
4
4
  -
5
5
  README.md
6
- lib/**/*.rb
6
+ doc/examples/**/*.rb
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 1.2.4
6
+
7
+ * Just a retag of 1.2.1
8
+
5
9
  ### 1.2.3
6
10
 
7
11
  * Just a retag of 1.2.1
@@ -4,7 +4,7 @@ module FactoryBot
4
4
  # The gem version details.
5
5
  module Instrumentation
6
6
  # The version of the +factory_bot_instrumentation+ gem
7
- VERSION = '1.2.3'
7
+ VERSION = '1.2.4'
8
8
 
9
9
  class << self
10
10
  # Returns the version of gem as a string.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factory_bot_instrumentation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer