factory_bot_instrumentation 1.2.1 → 1.2.2

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: '095790396136e517f5ddc481cc32bfa51699d18bf4ade73f2fa5c373da852b31'
4
- data.tar.gz: 53bdd05bd081e8518480cee2b31ffad94456f1d9d02d1666a50ade83271079da
3
+ metadata.gz: 6cb2948f7a8aaa7039bb5ec221492cf3a4629eb76b4afa53a6cb84d6b91126d1
4
+ data.tar.gz: 759ed90e7ba21939b08603ff89727e3f8902482a8685d5bd4270facbdcd40158
5
5
  SHA512:
6
- metadata.gz: ced446c93a59a9a1eb7e75c282ab1ecd5d5a7dc44f9d57bb830d2a6dbb9dbdd5ec380e45d2f3c8b76d5a6dff4dffd7f425e1b0ae4dd331c31d890f524daaf438
7
- data.tar.gz: 5a612b2db37e5201dc2c865ac532962827c4ba3ecf65e912fa56589dc467bedb466457787aa053bb96a7ee2e3227635fa3da893467b05549a1fef3b83a1fe742
6
+ metadata.gz: 025ded93e19221ee285178eadcf6cdcc3a18817253323c05b989a013f2ff8aea843d29721eca4893ef4d61018d35fb0b177f45b9c2112cce4afc9e3dd667ed7e
7
+ data.tar.gz: 355f3c1a6148cc2ffecc16833e217317b771b60b200d767493a58ec1c49002ce3a5d1588ca4c263d1f0adf637c6506fc41e7a38c5c746e2c4fe779783624ce92
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.2
6
+
7
+ * Just a retag of 1.2.1
8
+
5
9
  ### 1.2.1
6
10
 
7
11
  * Added API docs building to continuous integration (#21)
@@ -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.1'
7
+ VERSION = '1.2.2'
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.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer