fixture_kit 0.11.2 → 0.12.0

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: e386550bb89346d4455200db6148c6c08f8f0a2289078d4694bdea7b7cb3fb46
4
- data.tar.gz: 90bd50b0033053ca48f417b1fcb3e22b2927a12a54b70be5057b97345c8d91c4
3
+ metadata.gz: 2c9915548250aae8114a3a630aea4b15f72d917af609b30a0124deb2e113a89f
4
+ data.tar.gz: bf8f98353a02ecb125bbb197e26da4c573ad29864cdbe1ebfa39720a9a39f2b9
5
5
  SHA512:
6
- metadata.gz: a6eec7a62fe8f03be27fbe723aa76269aae8ee7f08f3f4882d09a67a21e69a0ddf272b2de80149d75dc1f21aaaac0cdf6b7bf6914ae8c3f6789a35176a879ec5
7
- data.tar.gz: fcbbb33c4e679f360e16c62d1f988543d9c30d470980f688599e14b7de848843ef7e4a87038c4789cd258db65e8cc098ba4a6e1f456710bb4c16b313eaa7fa41
6
+ metadata.gz: 85b05a575c716a32ccca6ada6bb90b7cc1902d1ec4d2133675c6506f703d2985a7feafe3e9493fee0fe1abf8267a0ac852228e7365be511552435a44ebad777d
7
+ data.tar.gz: da4a70d39f1a819b8be241014640950a0f3c614c2435348c5c8d41829ffa47519a3765490cf0e391ea27f8c5668f383546bd6344dc1fa4e983434b9a89812202
@@ -33,7 +33,7 @@ module FixtureKit
33
33
  end
34
34
 
35
35
  def load_record(record_info)
36
- record_info.keys.first.find_by(id: record_info.values.first)
36
+ record_info.keys.first.unscoped.find_by(id: record_info.values.first)
37
37
  end
38
38
  end
39
39
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FixtureKit
4
- VERSION = "0.11.2"
4
+ VERSION = "0.12.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fixture_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.2
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ngan Pham
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-04 00:00:00.000000000 Z
11
+ date: 2026-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport