foobara-active-record-type 0.0.12 → 0.0.13

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: 824b23774afef98662b4d7ad9c265d178679c7c7aac13f934b492505e8eb6cd7
4
- data.tar.gz: c1e8ad2f5384a8de24517e5157d9af7f05f02c069f8032761e31d00ae68569fb
3
+ metadata.gz: 4b3995dc82e49f192bd1e731ca761c4fde9e8e37562fb91af8efcd538e2d65af
4
+ data.tar.gz: d6b2af274086cfe92524adb7db48eedd6ea3dc3f156e92e63e9013e42597e579
5
5
  SHA512:
6
- metadata.gz: 360ffc3a6b65b0d7ef08f1e01cb2581e92438c7599d33a16a4465f200bc09d569c247b2cea1fb4d02555e5a0103799801452a4ad3d727a5098a6cdba27bf324d
7
- data.tar.gz: 52a32db1abf850fa658e9f80fa69201879d3fb03d90082a76b5a42ebcf3d773367e789161d345bad946f166b1e5112609cf9f9a3431ec3b31b2324293f8a2d0d
6
+ metadata.gz: 0b0cb154b51b8d24cb0c1dd0ca0c555c61590c11631c682f292346e7d3b1a8503f7c6e395614dbd3a5faf50aed149202e804fc76f5ba458b90b9152421760a9c
7
+ data.tar.gz: 88721bfb2104fc9ef94d4dd1aa2a183cf98574af6b22ad4ce69bfc4ec19f145d467856750b747d2878394a868c8ef7627ba37c9cc7929ada814877f4ec641c47
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.0.13] - 2025-01-31
2
+
3
+ - Make sure our type is a DetachedEntityType not a Type
4
+
1
5
  ## [0.0.12] - 2025-01-30
2
6
 
3
7
  - Add some missing methods to ActiveRecord::Base
@@ -42,6 +42,10 @@ module Foobara
42
42
  *super
43
43
  ]
44
44
  end
45
+
46
+ def type_class
47
+ Foobara::DetachedEntityType
48
+ end
45
49
  end
46
50
  end
47
51
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foobara-active-record-type
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi