eac_rails_utils 0.29.1 → 0.29.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cbfcb775bc5b64005c7e77ab5cc7c593411386720f1a7edb7e2a783bbe339fa0
|
|
4
|
+
data.tar.gz: 2098622cc048637472138a445ef681e189ab529c564f7c6e7dfeb55dda9324b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a8f5cf73e2ca2cfca4a36faa089b32aa32726193b21b1eafd2055592cc82ba62084f42d9cd46fbcb179c73c8813bf7922263f982015f4e465323473ba7cd0e1
|
|
7
|
+
data.tar.gz: b9298d88a51f0e935001773b5f45c8bff6d77be2c3ffb68b9310440e11c3b4e7179e8eb987af6bfae65631f8a740ccd31a9c0de276d738e33a109bc3752c370b
|
|
@@ -36,6 +36,16 @@ module EacRailsUtils
|
|
|
36
36
|
[]
|
|
37
37
|
end
|
|
38
38
|
|
|
39
|
+
# override (used by "ActiveRecord::Reflection#check_validity!")
|
|
40
|
+
def composite_primary_key?
|
|
41
|
+
false
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
# override (used by "ActiveRecord::Reflection#active_record_primary_key")
|
|
45
|
+
def has_query_constraints? # rubocop:disable Naming/PredicatePrefix
|
|
46
|
+
false
|
|
47
|
+
end
|
|
48
|
+
|
|
39
49
|
protected
|
|
40
50
|
|
|
41
51
|
def compute_type(type_name)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eac_rails_utils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.29.
|
|
4
|
+
version: 0.29.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- E.A.C.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bootstrap-sass
|
|
@@ -70,14 +70,20 @@ dependencies:
|
|
|
70
70
|
requirements:
|
|
71
71
|
- - "~>"
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
|
-
version: '3.
|
|
73
|
+
version: '3.5'
|
|
74
|
+
- - ">="
|
|
75
|
+
- !ruby/object:Gem::Version
|
|
76
|
+
version: 3.5.2
|
|
74
77
|
type: :runtime
|
|
75
78
|
prerelease: false
|
|
76
79
|
version_requirements: !ruby/object:Gem::Requirement
|
|
77
80
|
requirements:
|
|
78
81
|
- - "~>"
|
|
79
82
|
- !ruby/object:Gem::Version
|
|
80
|
-
version: '3.
|
|
83
|
+
version: '3.5'
|
|
84
|
+
- - ">="
|
|
85
|
+
- !ruby/object:Gem::Version
|
|
86
|
+
version: 3.5.2
|
|
81
87
|
- !ruby/object:Gem::Dependency
|
|
82
88
|
name: virtus
|
|
83
89
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -118,20 +124,14 @@ dependencies:
|
|
|
118
124
|
requirements:
|
|
119
125
|
- - "~>"
|
|
120
126
|
- !ruby/object:Gem::Version
|
|
121
|
-
version: '0.
|
|
122
|
-
- - ">="
|
|
123
|
-
- !ruby/object:Gem::Version
|
|
124
|
-
version: 0.12.3
|
|
127
|
+
version: '0.13'
|
|
125
128
|
type: :development
|
|
126
129
|
prerelease: false
|
|
127
130
|
version_requirements: !ruby/object:Gem::Requirement
|
|
128
131
|
requirements:
|
|
129
132
|
- - "~>"
|
|
130
133
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: '0.
|
|
132
|
-
- - ">="
|
|
133
|
-
- !ruby/object:Gem::Version
|
|
134
|
-
version: 0.12.3
|
|
134
|
+
version: '0.13'
|
|
135
135
|
description:
|
|
136
136
|
email:
|
|
137
137
|
executables: []
|