daddy 0.9.11 → 0.9.12

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: 89d4f9ea97e8584e3ba66b7154e16fa2697fcbab4346c42e7610302cf659bcbc
4
- data.tar.gz: 4e50e357553fb85a66f1b5efd1c04c2dde45d29a75d619d4ee4eca1652e1ada9
3
+ metadata.gz: 00bdb030024c0f2bd5da17389b2840ae7b6a93dd4271d10739215a6b009a42ff
4
+ data.tar.gz: c03bd210fa14341f5d40dd399960211620262f87a24c1de4dc134aea2344d77c
5
5
  SHA512:
6
- metadata.gz: a10f34b3fe6ec8d9441f6d1fc94efe7b4c1e030037015aeb6f25e06b9402f296a1fa22556f82de58dc8f4274c76cbeb49700bb3695cfda1d4bbeb21d01f694fe
7
- data.tar.gz: eae37a88e5395fee44a5c0ecd0efa43841362a9f7eb3140f21a2110bd045e14859d09c7a530bd4f4e5f7bb42bd947e42f10947f5102ebb0e352ae0af09200eb8
6
+ metadata.gz: d6206123ad03d7f3101dd023c2ca75ac7424149d26621e4d0006f4d5b372b8d334103c59eadfaa81e0cfc269ea10f37f38bea20835931bb5d527fc75a4ac7852
7
+ data.tar.gz: 2f64a84a6d142c96b54ffeeb229d93af863cb634a2a653d347e21068e70d2be7598415cad6e21f9d496883af79ac3a862d2c25c9ff200a56b90bc282cc683ad6
data/lib/daddy/version.rb CHANGED
@@ -2,6 +2,6 @@ module Daddy
2
2
  VERSION = [
3
3
  VERSION_MAJOR = '0',
4
4
  VERSION_MINOR = '9',
5
- VERSION_REVISION = '11'
5
+ VERSION_REVISION = '12'
6
6
  ].join('.')
7
7
  end
@@ -7,10 +7,15 @@ if defined?(RailsERD)
7
7
  excludes = ['ActiveRecord::SchemaMigration']
8
8
  excludes << 'ActiveRecord::SessionStore::Session' if defined?(ActiveRecord::SessionStore)
9
9
  case Rails::VERSION::MAJOR
10
- when 5, 6
10
+ when 5
11
11
  excludes << 'ActiveRecord::InternalMetadata'
12
12
  excludes << 'ActiveStorage::Blob'
13
13
  excludes << 'ActiveStorage::Attachment'
14
+ when 6
15
+ excludes << 'ActiveRecord::InternalMetadata'
16
+ excludes << 'ActiveStorage::Blob'
17
+ excludes << 'ActiveStorage::Attachment'
18
+ excludes << 'ActiveStorage::VariantRecord'
14
19
  end
15
20
 
16
21
  if defined?(Nostalgic)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daddy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.11
4
+ version: 0.9.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - ichy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-19 00:00:00.000000000 Z
11
+ date: 2024-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: docker-api
@@ -466,7 +466,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
466
466
  - !ruby/object:Gem::Version
467
467
  version: '0'
468
468
  requirements: []
469
- rubygems_version: 3.3.26
469
+ rubygems_version: 3.4.22
470
470
  signing_key:
471
471
  specification_version: 4
472
472
  summary: My rails dad