factory_trace 1.1.0 → 1.1.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: f95db98efa095b201cb0fa1c817a734718891e738aede8e753fe83abd907bf2b
4
- data.tar.gz: edfb1714865b6de3e2b722be198d1e5ac57b4053c9ce0ed8ba8c36b2067530cc
3
+ metadata.gz: 4f96fa86fbf6703ba90060d717e50355b2cc85415b4d90946f9f721cc5466357
4
+ data.tar.gz: 8df9f0c7d0af6eea39fa550c38801553c6c928a552834ed6ad11a33332043831
5
5
  SHA512:
6
- metadata.gz: 85ea33f275970010d3fc52dfd7bf0411b679a4b0c407adeb931020a5173e7fb7fccca0ddf727559c446ade7ee32d73ef1fae46152f12578bab5741ea8f57bbf4
7
- data.tar.gz: 7cc392da590401b0b3d1a2a6f9837353bd017cf4394f49aadd38662a5600b3ceff5d178d80aec76063af1ed5e95a67812c321d8940824c950dfe0311c0882ed3
6
+ metadata.gz: 02d294556286fb219bfd4a60eaccdcadba925b9911b3fe4b4620fdd3d390b52cd74f36d048c3b39899fd7174e07b5952fba70b35a03cef659fe5e81cf9d154c1
7
+ data.tar.gz: fae51c93bbd370bf841e16786dc41d292213ee856ded2513831f11e03b85a9edc5cd420105fe8dd028943bb3609f3bf396eac8d9ce2e9416248998c733e33d1a
@@ -5,7 +5,7 @@ module FactoryTrace
5
5
  module Factory
6
6
  attr_reader :definition_path
7
7
 
8
- def initialize(name, definition_path, options = {})
8
+ def initialize(name, definition_path = "", options = {})
9
9
  @definition_path = definition_path
10
10
  super(name, options)
11
11
  end
@@ -5,7 +5,7 @@ module FactoryTrace
5
5
  module Trait
6
6
  attr_reader :definition_path
7
7
 
8
- def initialize(name, definition_path, &block)
8
+ def initialize(name, definition_path = "", &block)
9
9
  @definition_path = definition_path
10
10
  super(name, &block)
11
11
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FactoryTrace
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factory_trace
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - djezzzl
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-11 00:00:00.000000000 Z
11
+ date: 2023-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: factory_bot