factory_bot_instrumentation 1.6.0 → 1.6.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: 143f452a5a40851cbc8a3cbb6efd6c233f4f736c1e196a9a03bd96a5707b6159
4
- data.tar.gz: e5ed5f34de9cfdcc4e7699f536559dc3c865280fdfdfeafb078cdfe7c24ab2f6
3
+ metadata.gz: 52408b1b399fb1e03d902d1afa8f3a665090e90448de6d48cb9c4d2359fffef7
4
+ data.tar.gz: c52929ce5baa33b88c4988ca28a74f2217ce838e9cf2beebc65d866f5ee70ef3
5
5
  SHA512:
6
- metadata.gz: a5bb2c538a1c5a989ab6c7f5c0d961e65bc26fa25b8a9564ede16621f4bd7a7a5adc7a428f725279fe6dc72be48828972d53dbbc3c12218910c408c5f7f3ff5f
7
- data.tar.gz: '093e0ff55a179408031ec74572715bdc73fa5cc9571c9b56fdf2154ae5df6ba4e9bd3cf1141d72ee10f368d576c0a8c720e54f24addf09c93bd70bddf567bcc1'
6
+ metadata.gz: a6933cc1e6a66fe7900a1689f321acd0915693e4f0f520ddf96834981011084ad7c509f6a71db947dee4e4ca53fa0099b16baa554eb247d25c4ea6ab78574cef
7
+ data.tar.gz: e4a223f3d7656a194dda4a7d9c242e04315a821ffa54d9e10291d48fbe6890f16629a7b64ae512c9431725ee903e67faaadc1ef5264e56f5b45ea2a170564311
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.6.1 (17 January 2025)
6
+
7
+ * Added the logger dependency (#28)
8
+
5
9
  ### 1.6.0 (12 January 2025)
6
10
 
7
11
  * Switched to Zeitwerk as autoloader (#27)
@@ -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.6.0'
7
+ VERSION = '1.6.1'
8
8
 
9
9
  class << self
10
10
  # Returns the version of gem as a string.
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'zeitwerk'
4
+ require 'logger'
3
5
  require 'active_support'
4
6
  require 'active_support/concern'
5
7
  require 'active_support/configurable'
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: 1.6.0
4
+ version: 1.6.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: 2025-01-12 00:00:00.000000000 Z
11
+ date: 2025-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: factory_bot