relation 0.5.1 → 0.5.3

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: a75f137bcb290c805c1c881d7e5f40814afb0230498ca3872bd62a6e7b062408
4
- data.tar.gz: 4d84ff636a489c20e7131931241dd4482d49e09f307995c47606a7697af80385
3
+ metadata.gz: e9e3d48c50a3c8ac30023cafdcfb3c3f12286cfc0946bbdd1fc7f44a028f1ed8
4
+ data.tar.gz: bc8cff07f42a26cada3b3eeecf80b958dd0f91e65642c4943bb94bd8f9558e3c
5
5
  SHA512:
6
- metadata.gz: 9353cfa6ca88640740c5cbcaf90f09d8a232303947146b93b07ed8f69ed6ba83dc1d0ea690389303d8e99b0b95b5dd807b767da87e2c256a1766e5f061bd907c
7
- data.tar.gz: 1a6a70bce387b2ebd866d6db7d53f106bf638340040247631d228350269535916b13d01cefae687c20df2bdb9964a8f6671ed6819dddc2708f48f1506bbc1e65
6
+ metadata.gz: b0d76d27a3b502f2850b311eb21ddd8d7339089bde8f891d27050166a3e950bf547aefd1b5c406f780d64ec6073828b5f079e145286262476e8a6ab2afd801d7
7
+ data.tar.gz: 42799560683e492831226b02a78738ba269cf130e257e9c19be5d285e57d063fea659bffccf602a64acd1bc75bae406079db1e595e5715c45749bbfed6a329b8
@@ -8,12 +8,7 @@ jobs:
8
8
  strategy:
9
9
  fail-fast: false
10
10
  matrix:
11
- # ruby_version: [head, "3.4", "3.2"]
12
- ruby_version: ["3.4", "3.2"]
13
- gemfile:
14
- - Gemfile
15
- - gemfiles/Gemfile.rails-8.0
16
- - gemfiles/Gemfile.rails-7.2
11
+ ruby_version: [head, "3.4", "3.2"]
17
12
  runs-on: ubuntu-latest
18
13
 
19
14
  steps:
@@ -22,12 +17,11 @@ jobs:
22
17
  uses: ruby/setup-ruby@v1
23
18
  with:
24
19
  ruby-version: ${{ matrix.ruby_version }}
25
- bundler-cache: true
26
20
  - name: Bundle install
27
21
  run: |
28
22
  bundle config set frozen false
29
23
  bundle config path /home/runner/bundle
30
24
  bundle install
31
25
  bundle update
32
- - name: Build and test with Rake
26
+ - name: Run the default task
33
27
  run: bundle exec rake
data/.ruby-gemset ADDED
@@ -0,0 +1 @@
1
+ rails-8.1
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ ruby-4.0.2
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- relation (0.5.1)
4
+ relation (0.5.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- actionpack (8.1.1)
10
- actionview (= 8.1.1)
11
- activesupport (= 8.1.1)
9
+ actionpack (8.1.3)
10
+ actionview (= 8.1.3)
11
+ activesupport (= 8.1.3)
12
12
  nokogiri (>= 1.8.5)
13
13
  rack (>= 2.2.4)
14
14
  rack-session (>= 1.0.1)
@@ -16,19 +16,19 @@ GEM
16
16
  rails-dom-testing (~> 2.2)
17
17
  rails-html-sanitizer (~> 1.6)
18
18
  useragent (~> 0.16)
19
- actionview (8.1.1)
20
- activesupport (= 8.1.1)
19
+ actionview (8.1.3)
20
+ activesupport (= 8.1.3)
21
21
  builder (~> 3.1)
22
22
  erubi (~> 1.11)
23
23
  rails-dom-testing (~> 2.2)
24
24
  rails-html-sanitizer (~> 1.6)
25
- activemodel (8.1.1)
26
- activesupport (= 8.1.1)
27
- activerecord (8.1.1)
28
- activemodel (= 8.1.1)
29
- activesupport (= 8.1.1)
25
+ activemodel (8.1.3)
26
+ activesupport (= 8.1.3)
27
+ activerecord (8.1.3)
28
+ activemodel (= 8.1.3)
29
+ activesupport (= 8.1.3)
30
30
  timeout (>= 0.4.0)
31
- activesupport (8.1.1)
31
+ activesupport (8.1.3)
32
32
  base64
33
33
  bigdecimal
34
34
  concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -41,105 +41,106 @@ GEM
41
41
  securerandom (>= 0.3)
42
42
  tzinfo (~> 2.0, >= 2.0.5)
43
43
  uri (>= 0.13.1)
44
- appraisal (2.5.0)
45
- bundler
46
- rake
47
- thor (>= 0.14.0)
48
44
  ast (2.4.3)
49
45
  base64 (0.3.0)
50
- bigdecimal (3.3.1)
46
+ bigdecimal (4.1.0)
51
47
  builder (3.3.0)
52
48
  combustion (1.5.0)
53
49
  activesupport (>= 3.0.0)
54
50
  railties (>= 3.0.0)
55
51
  thor (>= 0.14.6)
56
- concurrent-ruby (1.3.5)
57
- connection_pool (2.5.4)
52
+ concurrent-ruby (1.3.6)
53
+ connection_pool (3.0.2)
58
54
  crass (1.0.6)
59
- cuco (0.1.4)
55
+ cuco (0.1.6)
60
56
  listen
57
+ logger
61
58
  micro-optparse
62
- date (3.5.0)
59
+ date (3.5.1)
63
60
  docile (1.4.1)
64
61
  drb (2.2.3)
65
- erb (5.1.3)
62
+ erb (6.0.2)
66
63
  erubi (1.13.1)
67
- ffi (1.17.2-aarch64-linux-gnu)
68
- ffi (1.17.2-aarch64-linux-musl)
69
- ffi (1.17.2-arm-linux-gnu)
70
- ffi (1.17.2-arm-linux-musl)
71
- ffi (1.17.2-arm64-darwin)
72
- ffi (1.17.2-x86_64-darwin)
73
- ffi (1.17.2-x86_64-linux-gnu)
74
- ffi (1.17.2-x86_64-linux-musl)
75
- i18n (1.14.7)
64
+ ffi (1.17.4-aarch64-linux-gnu)
65
+ ffi (1.17.4-aarch64-linux-musl)
66
+ ffi (1.17.4-arm-linux-gnu)
67
+ ffi (1.17.4-arm-linux-musl)
68
+ ffi (1.17.4-arm64-darwin)
69
+ ffi (1.17.4-x86_64-darwin)
70
+ ffi (1.17.4-x86_64-linux-gnu)
71
+ ffi (1.17.4-x86_64-linux-musl)
72
+ i18n (1.14.8)
76
73
  concurrent-ruby (~> 1.0)
77
- io-console (0.8.1)
78
- irb (1.15.2)
74
+ io-console (0.8.2)
75
+ irb (1.17.0)
79
76
  pp (>= 0.6.0)
77
+ prism (>= 1.3.0)
80
78
  rdoc (>= 4.0.0)
81
79
  reline (>= 0.4.2)
82
- json (2.15.2)
80
+ json (2.19.3)
83
81
  language_server-protocol (3.17.0.5)
84
82
  lint_roller (1.1.0)
85
- listen (3.9.0)
83
+ listen (3.10.0)
84
+ logger
86
85
  rb-fsevent (~> 0.10, >= 0.10.3)
87
86
  rb-inotify (~> 0.9, >= 0.9.10)
88
87
  logger (1.7.0)
89
- loofah (2.24.1)
88
+ loofah (2.25.1)
90
89
  crass (~> 1.0.2)
91
90
  nokogiri (>= 1.12.0)
92
91
  micro-optparse (1.2.1)
93
- minitest (5.26.0)
92
+ minitest (6.0.2)
93
+ drb (~> 2.0)
94
+ prism (~> 1.5)
94
95
  minitest-spec-rails (7.4.1)
95
96
  minitest (>= 5.0)
96
97
  railties (>= 4.1)
97
- nokogiri (1.18.10-aarch64-linux-gnu)
98
+ nokogiri (1.19.2-aarch64-linux-gnu)
98
99
  racc (~> 1.4)
99
- nokogiri (1.18.10-aarch64-linux-musl)
100
+ nokogiri (1.19.2-aarch64-linux-musl)
100
101
  racc (~> 1.4)
101
- nokogiri (1.18.10-arm-linux-gnu)
102
+ nokogiri (1.19.2-arm-linux-gnu)
102
103
  racc (~> 1.4)
103
- nokogiri (1.18.10-arm-linux-musl)
104
+ nokogiri (1.19.2-arm-linux-musl)
104
105
  racc (~> 1.4)
105
- nokogiri (1.18.10-arm64-darwin)
106
+ nokogiri (1.19.2-arm64-darwin)
106
107
  racc (~> 1.4)
107
- nokogiri (1.18.10-x86_64-darwin)
108
+ nokogiri (1.19.2-x86_64-darwin)
108
109
  racc (~> 1.4)
109
- nokogiri (1.18.10-x86_64-linux-gnu)
110
+ nokogiri (1.19.2-x86_64-linux-gnu)
110
111
  racc (~> 1.4)
111
- nokogiri (1.18.10-x86_64-linux-musl)
112
+ nokogiri (1.19.2-x86_64-linux-musl)
112
113
  racc (~> 1.4)
113
114
  parallel (1.27.0)
114
- parser (3.3.10.0)
115
+ parser (3.3.11.1)
115
116
  ast (~> 2.4.1)
116
117
  racc
117
118
  pp (0.6.3)
118
119
  prettyprint
119
120
  prettyprint (0.2.0)
120
- prism (1.6.0)
121
- psych (5.2.6)
121
+ prism (1.9.0)
122
+ psych (5.3.1)
122
123
  date
123
124
  stringio
124
125
  racc (1.8.1)
125
- rack (3.2.3)
126
+ rack (3.2.5)
126
127
  rack-session (2.1.1)
127
128
  base64 (>= 0.1.0)
128
129
  rack (>= 3.0.0)
129
130
  rack-test (2.2.0)
130
131
  rack (>= 1.3)
131
- rackup (2.2.1)
132
+ rackup (2.3.1)
132
133
  rack (>= 3)
133
134
  rails-dom-testing (2.3.0)
134
135
  activesupport (>= 5.0.0)
135
136
  minitest
136
137
  nokogiri (>= 1.6)
137
- rails-html-sanitizer (1.6.2)
138
- loofah (~> 2.21)
138
+ rails-html-sanitizer (1.7.0)
139
+ loofah (~> 2.25)
139
140
  nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
140
- railties (8.1.1)
141
- actionpack (= 8.1.1)
142
- activesupport (= 8.1.1)
141
+ railties (8.1.3)
142
+ actionpack (= 8.1.3)
143
+ activesupport (= 8.1.3)
143
144
  irb (~> 1.13)
144
145
  rackup (>= 1.0.0)
145
146
  rake (>= 12.2)
@@ -151,15 +152,15 @@ GEM
151
152
  rb-fsevent (0.11.2)
152
153
  rb-inotify (0.11.1)
153
154
  ffi (~> 1.0)
154
- rdoc (6.15.0)
155
+ rdoc (7.2.0)
155
156
  erb
156
157
  psych (>= 4.0.0)
157
158
  tsort
158
159
  regexp_parser (2.11.3)
159
- reline (0.6.2)
160
+ reline (0.6.3)
160
161
  io-console (~> 0.5)
161
162
  ricecream (0.2.1)
162
- rubocop (1.80.2)
163
+ rubocop (1.84.2)
163
164
  json (~> 2.3)
164
165
  language_server-protocol (~> 3.17.0.2)
165
166
  lint_roller (~> 1.1.0)
@@ -167,16 +168,16 @@ GEM
167
168
  parser (>= 3.3.0.2)
168
169
  rainbow (>= 2.2.2, < 4.0)
169
170
  regexp_parser (>= 2.9.3, < 3.0)
170
- rubocop-ast (>= 1.46.0, < 2.0)
171
+ rubocop-ast (>= 1.49.0, < 2.0)
171
172
  ruby-progressbar (~> 1.7)
172
173
  unicode-display_width (>= 2.4.0, < 4.0)
173
- rubocop-ast (1.47.1)
174
+ rubocop-ast (1.49.1)
174
175
  parser (>= 3.3.7.2)
175
- prism (~> 1.4)
176
- rubocop-performance (1.25.0)
176
+ prism (~> 1.7)
177
+ rubocop-performance (1.26.1)
177
178
  lint_roller (~> 1.1)
178
179
  rubocop (>= 1.75.0, < 2.0)
179
- rubocop-ast (>= 1.38.0, < 2.0)
180
+ rubocop-ast (>= 1.47.1, < 2.0)
180
181
  ruby-progressbar (1.13.0)
181
182
  securerandom (0.4.1)
182
183
  simplecov (0.22.0)
@@ -185,38 +186,38 @@ GEM
185
186
  simplecov_json_formatter (~> 0.1)
186
187
  simplecov-html (0.13.2)
187
188
  simplecov_json_formatter (0.1.4)
188
- sqlite3 (2.7.4-aarch64-linux-gnu)
189
- sqlite3 (2.7.4-aarch64-linux-musl)
190
- sqlite3 (2.7.4-arm-linux-gnu)
191
- sqlite3 (2.7.4-arm-linux-musl)
192
- sqlite3 (2.7.4-arm64-darwin)
193
- sqlite3 (2.7.4-x86_64-darwin)
194
- sqlite3 (2.7.4-x86_64-linux-gnu)
195
- sqlite3 (2.7.4-x86_64-linux-musl)
196
- standard (1.51.1)
189
+ sqlite3 (2.9.2-aarch64-linux-gnu)
190
+ sqlite3 (2.9.2-aarch64-linux-musl)
191
+ sqlite3 (2.9.2-arm-linux-gnu)
192
+ sqlite3 (2.9.2-arm-linux-musl)
193
+ sqlite3 (2.9.2-arm64-darwin)
194
+ sqlite3 (2.9.2-x86_64-darwin)
195
+ sqlite3 (2.9.2-x86_64-linux-gnu)
196
+ sqlite3 (2.9.2-x86_64-linux-musl)
197
+ standard (1.54.0)
197
198
  language_server-protocol (~> 3.17.0.2)
198
199
  lint_roller (~> 1.0)
199
- rubocop (~> 1.80.2)
200
+ rubocop (~> 1.84.0)
200
201
  standard-custom (~> 1.0.0)
201
202
  standard-performance (~> 1.8)
202
203
  standard-custom (1.0.2)
203
204
  lint_roller (~> 1.0)
204
205
  rubocop (~> 1.50)
205
- standard-performance (1.8.0)
206
+ standard-performance (1.9.0)
206
207
  lint_roller (~> 1.1)
207
- rubocop-performance (~> 1.25.0)
208
- stringio (3.1.7)
209
- thor (1.4.0)
210
- timeout (0.4.4)
208
+ rubocop-performance (~> 1.26.0)
209
+ stringio (3.2.0)
210
+ thor (1.5.0)
211
+ timeout (0.6.1)
211
212
  tsort (0.2.0)
212
213
  tzinfo (2.0.6)
213
214
  concurrent-ruby (~> 1.0)
214
215
  unicode-display_width (3.2.0)
215
216
  unicode-emoji (~> 4.1)
216
- unicode-emoji (4.1.0)
217
- uri (1.0.4)
217
+ unicode-emoji (4.2.0)
218
+ uri (1.1.1)
218
219
  useragent (0.16.11)
219
- zeitwerk (2.7.3)
220
+ zeitwerk (2.7.5)
220
221
 
221
222
  PLATFORMS
222
223
  aarch64-linux-gnu
@@ -230,7 +231,6 @@ PLATFORMS
230
231
 
231
232
  DEPENDENCIES
232
233
  activerecord
233
- appraisal
234
234
  combustion
235
235
  cuco
236
236
  minitest
@@ -241,5 +241,106 @@ DEPENDENCIES
241
241
  sqlite3
242
242
  standard
243
243
 
244
+ CHECKSUMS
245
+ actionpack (8.1.3) sha256=af998cae4d47c5d581a2cc363b5c77eb718b7c4b45748d81b1887b25621c29a3
246
+ actionview (8.1.3) sha256=1347c88c7f3edb38100c5ce0e9fb5e62d7755f3edc1b61cce2eb0b2c6ea2fd5d
247
+ activemodel (8.1.3) sha256=90c05cbe4cef3649b8f79f13016191ea94c4525ce4a5c0fb7ef909c4b91c8219
248
+ activerecord (8.1.3) sha256=8003be7b2466ba0a2a670e603eeb0a61dd66058fccecfc49901e775260ac70ab
249
+ activesupport (8.1.3) sha256=21a5e0dfbd4c3ddd9e1317ec6a4d782fa226e7867dc70b0743acda81a1dca20e
250
+ ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
251
+ base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
252
+ bigdecimal (4.1.0) sha256=6dc07767aa3dc456ccd48e7ae70a07b474e9afd7c5bc576f80bd6da5c8dd6cae
253
+ builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
254
+ combustion (1.5.0) sha256=5e68cc8c2090ee06196a03e748276d1d63d4f63ed189888a23e1daa4fb79359a
255
+ concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
256
+ connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
257
+ crass (1.0.6) sha256=dc516022a56e7b3b156099abc81b6d2b08ea1ed12676ac7a5657617f012bd45d
258
+ cuco (0.1.6) sha256=c566f50099a20c41c2fa053697294b4200204d9ca5fac60e7190450c6ed66312
259
+ date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
260
+ docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
261
+ drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
262
+ erb (6.0.2) sha256=9fe6264d44f79422c87490a1558479bd0e7dad4dd0e317656e67ea3077b5242b
263
+ erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
264
+ ffi (1.17.4-aarch64-linux-gnu) sha256=b208f06f91ffd8f5e1193da3cae3d2ccfc27fc36fba577baf698d26d91c080df
265
+ ffi (1.17.4-aarch64-linux-musl) sha256=9286b7a615f2676245283aef0a0a3b475ae3aae2bb5448baace630bb77b91f39
266
+ ffi (1.17.4-arm-linux-gnu) sha256=d6dbddf7cb77bf955411af5f187a65b8cd378cb003c15c05697f5feee1cb1564
267
+ ffi (1.17.4-arm-linux-musl) sha256=9d4838ded0465bef6e2426935f6bcc93134b6616785a84ffd2a3d82bc3cf6f95
268
+ ffi (1.17.4-arm64-darwin) sha256=19071aaf1419251b0a46852abf960e77330a3b334d13a4ab51d58b31a937001b
269
+ ffi (1.17.4-x86_64-darwin) sha256=aa70390523cf3235096cf64962b709b4cfbd5c082a2cb2ae714eb0fe2ccda496
270
+ ffi (1.17.4-x86_64-linux-gnu) sha256=9d3db14c2eae074b382fa9c083fe95aec6e0a1451da249eab096c34002bc752d
271
+ ffi (1.17.4-x86_64-linux-musl) sha256=3fdf9888483de005f8ef8d1cf2d3b20d86626af206cbf780f6a6a12439a9c49e
272
+ i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
273
+ io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
274
+ irb (1.17.0) sha256=168c4ddb93d8a361a045c41d92b2952c7a118fa73f23fe14e55609eb7a863aae
275
+ json (2.19.3) sha256=289b0bb53052a1fa8c34ab33cc750b659ba14a5c45f3fcf4b18762dc67c78646
276
+ language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
277
+ lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
278
+ listen (3.10.0) sha256=c6e182db62143aeccc2e1960033bebe7445309c7272061979bb098d03760c9d2
279
+ logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
280
+ loofah (2.25.1) sha256=d436c73dbd0c1147b16c4a41db097942d217303e1f7728704b37e4df9f6d2e04
281
+ micro-optparse (1.2.1) sha256=b9cc0e2b4987776ca78dcbf59ce72c2bf6fd805fe56a0f4a94f9a2b0c68044e4
282
+ minitest (6.0.2) sha256=db6e57956f6ecc6134683b4c87467d6dd792323c7f0eea7b93f66bd284adbc3d
283
+ minitest-spec-rails (7.4.1) sha256=cda2638ded7cd98ab5f2bbf0eafbba9fdc4b0fc58248ad38703b12403831254f
284
+ nokogiri (1.19.2-aarch64-linux-gnu) sha256=c34d5c8208025587554608e98fd88ab125b29c80f9352b821964e9a5d5cfbd19
285
+ nokogiri (1.19.2-aarch64-linux-musl) sha256=7f6b4b0202d507326841a4f790294bf75098aef50c7173443812e3ac5cb06515
286
+ nokogiri (1.19.2-arm-linux-gnu) sha256=b7fa1139016f3dc850bda1260988f0d749934a939d04ef2da13bec060d7d5081
287
+ nokogiri (1.19.2-arm-linux-musl) sha256=61114d44f6742ff72194a1b3020967201e2eb982814778d130f6471c11f9828c
288
+ nokogiri (1.19.2-arm64-darwin) sha256=58d8ea2e31a967b843b70487a44c14c8ba1866daa1b9da9be9dbdf1b43dee205
289
+ nokogiri (1.19.2-x86_64-darwin) sha256=7d9af11fda72dfaa2961d8c4d5380ca0b51bc389dc5f8d4b859b9644f195e7a4
290
+ nokogiri (1.19.2-x86_64-linux-gnu) sha256=fa8feca882b73e871a9845f3817a72e9734c8e974bdc4fbad6e4bc6e8076b94f
291
+ nokogiri (1.19.2-x86_64-linux-musl) sha256=93128448e61a9383a30baef041bf1f5817e22f297a1d400521e90294445069a8
292
+ parallel (1.27.0) sha256=4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130
293
+ parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
294
+ pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
295
+ prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
296
+ prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
297
+ psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
298
+ racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
299
+ rack (3.2.5) sha256=4cbd0974c0b79f7a139b4812004a62e4c60b145cba76422e288ee670601ed6d3
300
+ rack-session (2.1.1) sha256=0b6dc07dea7e4b583f58a48e8b806d4c9f1c6c9214ebc202ec94562cbea2e4e9
301
+ rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
302
+ rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868
303
+ rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
304
+ rails-html-sanitizer (1.7.0) sha256=28b145cceaf9cc214a9874feaa183c3acba036c9592b19886e0e45efc62b1e89
305
+ railties (8.1.3) sha256=913eb0e0cb520aac687ffd74916bd726d48fa21f47833c6292576ef6a286de22
306
+ rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
307
+ rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
308
+ rb-fsevent (0.11.2) sha256=43900b972e7301d6570f64b850a5aa67833ee7d87b458ee92805d56b7318aefe
309
+ rb-inotify (0.11.1) sha256=a0a700441239b0ff18eb65e3866236cd78613d6b9f78fea1f9ac47a85e47be6e
310
+ rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
311
+ regexp_parser (2.11.3) sha256=ca13f381a173b7a93450e53459075c9b76a10433caadcb2f1180f2c741fc55a4
312
+ relation (0.5.3)
313
+ reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
314
+ ricecream (0.2.1) sha256=d32d7781d554d1e1ec44325cabeb22f604a74c563c08d2cfe82f4e2e2bb3ac93
315
+ rubocop (1.84.2) sha256=5692cea54168f3dc8cb79a6fe95c5424b7ea893c707ad7a4307b0585e88dbf5f
316
+ rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
317
+ rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
318
+ ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
319
+ securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
320
+ simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
321
+ simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
322
+ simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
323
+ sqlite3 (2.9.2-aarch64-linux-gnu) sha256=eeb86db55645b85327ba75129e3614658d974bf4da8fdc87018a0d42c59f6e42
324
+ sqlite3 (2.9.2-aarch64-linux-musl) sha256=4feff91fb8c2b13688da34b5627c9d1ed9cedb3ee87a7114ec82209147f07a6d
325
+ sqlite3 (2.9.2-arm-linux-gnu) sha256=1ee2eb06b5301aaf5ce343a6e88d99ac932d95202d7b350f0e7b6d8d588580d7
326
+ sqlite3 (2.9.2-arm-linux-musl) sha256=8ca0de6aceede968de0394e22e95d549834c4d8e318f69a92a52f049878a0057
327
+ sqlite3 (2.9.2-arm64-darwin) sha256=d15bd9609a05f9d54930babe039585efc8cadd57517c15b64ec7dfa75158a5e9
328
+ sqlite3 (2.9.2-x86_64-darwin) sha256=ed691b5021674d72582d03c5a38e89634b961902735fb6225273892805421d13
329
+ sqlite3 (2.9.2-x86_64-linux-gnu) sha256=dce83ffcb7e72f9f7aeb6e5404f15d277a45332fe18ccce8a8b3ed51e8d23aee
330
+ sqlite3 (2.9.2-x86_64-linux-musl) sha256=e8dd906a613f13b60f6d47ae9dda376384d9de1ab3f7e3f2fdf2fd18a871a2d7
331
+ standard (1.54.0) sha256=7a4b08f83d9893083c8f03bc486f0feeb6a84d48233b40829c03ef4767ea0100
332
+ standard-custom (1.0.2) sha256=424adc84179a074f1a2a309bb9cf7cd6bfdb2b6541f20c6bf9436c0ba22a652b
333
+ standard-performance (1.9.0) sha256=49483d31be448292951d80e5e67cdcb576c2502103c7b40aec6f1b6e9c88e3f2
334
+ stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
335
+ thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
336
+ timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
337
+ tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
338
+ tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
339
+ unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
340
+ unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
341
+ uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
342
+ useragent (0.16.11) sha256=700e6413ad4bb954bb63547fa098dddf7b0ebe75b40cc6f93b8d54255b173844
343
+ zeitwerk (2.7.5) sha256=d8da92128c09ea6ec62c949011b00ed4a20242b255293dd66bf41545398f73dd
344
+
244
345
  BUNDLED WITH
245
- 2.7.2
346
+ 4.0.6
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2015-2025 Dittmar Krall (www.matiq.com)
1
+ Copyright (c) 2015-2026 Dittmar Krall (www.matiq.com)
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -108,5 +108,5 @@ Older Rails versions may use "gem 'relation', '= 0.1.1'".
108
108
 
109
109
  ## Miscellaneous
110
110
 
111
- Copyright (c) 2015-2025 Dittmar Krall (www.matiq.com),
111
+ Copyright (c) 2015-2026 Dittmar Krall (www.matiq.com),
112
112
  released under the [MIT license](https://opensource.org/licenses/MIT).
@@ -1,5 +1,3 @@
1
- # frozen_string_literal: true
2
-
3
1
  class Relation < ActiveRecord::Base
4
2
  # dangling relations
5
3
  def self.dangling
@@ -1,5 +1,3 @@
1
- # frozen_string_literal: true
2
-
3
1
  class Relation < ActiveRecord::Base
4
2
  def self.add_raw(name, from_id, to_id)
5
3
  hsh = {name: name, from_id: from_id, to_id: to_id}
@@ -1,5 +1,3 @@
1
- # frozen_string_literal: true
2
-
3
1
  class Relation < ActiveRecord::Base
4
2
  # extended Relation
5
3
  def self.add(row_from, row_to)
@@ -1,7 +1,9 @@
1
1
  # rubocop: disable all
2
2
 
3
3
  module ModRelation
4
- VERSION = "0.5.1" # 2025-10-29
4
+ VERSION = "0.5.3" # 2026-03-30
5
+ # VERSION = "0.5.2" # 2026-01-01
6
+ # VERSION = "0.5.1" # 2025-10-29
5
7
  # VERSION = "0.5.0" # 2025-06-18
6
8
  # VERSION = "0.4.5" # 2024-10-21
7
9
  # VERSION = "0.4.4" # 2023-12-12
data/relation.gemspec CHANGED
@@ -20,9 +20,8 @@ Gem::Specification.new do |s|
20
20
 
21
21
  s.files = `git ls-files`.split("\n")
22
22
  s.require_paths = ["lib", "app"]
23
- s.required_ruby_version = "~> 3"
23
+ s.required_ruby_version = ">= 3"
24
24
 
25
- s.add_development_dependency "appraisal"
26
25
  s.add_development_dependency "combustion"
27
26
  s.add_development_dependency "minitest"
28
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
@@ -9,20 +9,6 @@ bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
- - !ruby/object:Gem::Dependency
13
- name: appraisal
14
- requirement: !ruby/object:Gem::Requirement
15
- requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: '0'
19
- type: :development
20
- prerelease: false
21
- version_requirements: !ruby/object:Gem::Requirement
22
- requirements:
23
- - - ">="
24
- - !ruby/object:Gem::Version
25
- version: '0'
26
12
  - !ruby/object:Gem::Dependency
27
13
  name: combustion
28
14
  requirement: !ruby/object:Gem::Requirement
@@ -64,7 +50,6 @@ files:
64
50
  - ".gitignore"
65
51
  - ".ruby-gemset"
66
52
  - ".ruby-version"
67
- - Appraisals
68
53
  - Gemfile
69
54
  - Gemfile.lock
70
55
  - MIT-LICENSE
@@ -74,8 +59,6 @@ files:
74
59
  - app/models/relation.rb
75
60
  - app/models/relation_ext.rb
76
61
  - db/migrate/003_create_relations.rb
77
- - gemfiles/rails_7.2.gemfile
78
- - gemfiles/rails_8.0.gemfile
79
62
  - lib/relation.rb
80
63
  - lib/relation/engine.rb
81
64
  - lib/relation/version.rb
@@ -99,7 +82,7 @@ require_paths:
99
82
  - app
100
83
  required_ruby_version: !ruby/object:Gem::Requirement
101
84
  requirements:
102
- - - "~>"
85
+ - - ">="
103
86
  - !ruby/object:Gem::Version
104
87
  version: '3'
105
88
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -108,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
91
  - !ruby/object:Gem::Version
109
92
  version: '0'
110
93
  requirements: []
111
- rubygems_version: 3.6.9
94
+ rubygems_version: 4.0.6
112
95
  specification_version: 4
113
96
  summary: Rails gem adding relationships between ActiveRecord models.
114
97
  test_files: []
data/.ruby-gemset DELETED
@@ -1 +0,0 @@
1
- ../.ruby-gemset
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- ../.ruby-version
data/Appraisals DELETED
@@ -1,21 +0,0 @@
1
- appraise "rails-8.0" do
2
- gem "activerecord", "~> 8.0"
3
- end
4
-
5
- appraise "rails-7.2" do
6
- gem "activerecord", "~> 7.2"
7
- end
8
-
9
- # appraise "rails-7.1" do
10
- # gem "rails", "~> 7.1"
11
- # end
12
- #
13
- # appraise "rails-7.0" do
14
- # gem "rails", "~> 7.0"
15
- # gem "dryer-config", "~> 7.0"
16
- # end
17
- #
18
- # appraise "rails-6.1" do
19
- # gem "rails", "~> 6.1"
20
- # gem "dryer-config", "~> 6.0"
21
- # end
@@ -1,16 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "~> 7.2"
6
-
7
- group :test do
8
- gem "cuco"
9
- gem "minitest-spec-rails"
10
- gem "ricecream", require: false
11
- gem "simplecov", require: false
12
- gem "sqlite3"
13
- gem "standard", require: false
14
- end
15
-
16
- gemspec path: "../"
@@ -1,16 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "~> 8.0"
6
-
7
- group :test do
8
- gem "cuco"
9
- gem "minitest-spec-rails"
10
- gem "ricecream", require: false
11
- gem "simplecov", require: false
12
- gem "sqlite3"
13
- gem "standard", require: false
14
- end
15
-
16
- gemspec path: "../"