daddy 0.12.3 → 0.12.4

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: 210ec54b1c183695265335e73e3a5214656a7036aedf3d6379ad0cd4b7a24668
4
- data.tar.gz: e0174f4014ed5fff7c8ca8a58bd093dde9ee3debd550bd05d8059ee06c86bc5f
3
+ metadata.gz: 5554f4e289f607f1cc1a00e5b3c155daa70f0abf29d8203422faf7e85fa50e81
4
+ data.tar.gz: 58102d7c83fdc275e7b82793e687822d003f756eab977b30d17029b34c43b8fe
5
5
  SHA512:
6
- metadata.gz: 97941df6694940e5ca709046612349a9429c34d3c8c102d5d392d69f6e0b01e1282ffa86af8b1937840461352b47f4c2911f6bbf96ec89d9304a42d49d525095
7
- data.tar.gz: 448513df74d6b6b47b6b8bdb5ed9a389049a9f2510a4e2757d16532dd14d217d825b6084442dc2848b168734410996dd1b136ccf518314a72c5e574609718210
6
+ metadata.gz: c44e8b6438f2eb9163a644a52bc918c7ef2be429e7c80c58047719bb0dec4033b6cc0f94786e1b7f99812f735e26fb956373e2f2901b61bd837ee5c944f1a754
7
+ data.tar.gz: 1e85f50e41135347ea9ebcd27fb99d4c411cd3cfc152080b25385b4102f21e1e74b72b837abc6d3bd333a4b943416a61adfc98dc49ec3ef1179b677801b113a4
data/lib/daddy/version.rb CHANGED
@@ -2,6 +2,6 @@ module Daddy
2
2
  VERSION = [
3
3
  VERSION_MAJOR = '0',
4
4
  VERSION_MINOR = '12',
5
- VERSION_REVISION = '3'
5
+ VERSION_REVISION = '4'
6
6
  ].join('.')
7
7
  end
@@ -11,7 +11,7 @@ if defined?(RailsERD)
11
11
  excludes << 'ActiveRecord::InternalMetadata'
12
12
  excludes << 'ActiveStorage::Blob'
13
13
  excludes << 'ActiveStorage::Attachment'
14
- when 6
14
+ when 6, 7, 8
15
15
  excludes << 'ActiveRecord::InternalMetadata'
16
16
  excludes << 'ActiveStorage::Blob'
17
17
  excludes << 'ActiveStorage::Attachment'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daddy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.3
4
+ version: 0.12.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - ichy