factory_bot_instrumentation 0.7.0 → 0.7.1

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: c8c9eb7b9202c13ecf709ed720e831a23481033aad8b3e9d793a1fa362dda004
4
- data.tar.gz: e345b7dbb4003815323363619b9fe0510890e8a5e51f8cdf16df2e9480b9f6d7
3
+ metadata.gz: 591ceeab89063ef4a72423185561164932e60b2e7412a4bfa0faa6049988d616
4
+ data.tar.gz: bdabce3cd1a9b292cae4a3d163511debe37379a3909daee6165e6ceba8a7c555
5
5
  SHA512:
6
- metadata.gz: 8a3b61a5cf8d869f5fd84acf016f3b965bdb16ed30ee8c76b7c6aa8690717c0ad07593ac9ad3ceaaf8c68649a3fcdb8457008d8b1fa8a0a3dad56c69fcac78a1
7
- data.tar.gz: bc23ab05cee659174d88d978a7b8e35127e43455623363122fa5180355c04afca9257a2b8dabd3745478f042ed1683c0f7ade4df0265e6a8a04c348310a78023
6
+ metadata.gz: 1ca3413bc194f5fd0036a93041e92b5f0e46aebf2f13cd4e6a938faa866b08d06d8cc20d62c8a6d5154035bd0233f654d9d96769bdda257c193b5a55caacb919
7
+ data.tar.gz: 19eeee8a75a6b7b189ffc650f9e7b604f444eaeb91695122371bbc0995d5cbec5ac7641f845ff98d6b393ed48e0f76eb6e22cbcc76bc0e8939a247139b3c03c9
data/CHANGELOG.md CHANGED
@@ -1,9 +1,12 @@
1
- ### 0.7.0
1
+ ### 0.7.1
2
2
 
3
- * Dropped Rails 4 support
4
3
  * Migrated to Github Actions
5
4
  * Migrated to our own coverage reporting
6
5
 
6
+ ### 0.7.0
7
+
8
+ * Dropped Rails 4 support
9
+
7
10
  ### 0.6.0
8
11
 
9
12
  * Added support for custom error handling and improved the default error
@@ -2,6 +2,6 @@
2
2
 
3
3
  module FactoryBot
4
4
  module Instrumentation
5
- VERSION = '0.7.0'
5
+ VERSION = '0.7.1'
6
6
  end
7
7
  end
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: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer