rom 5.2.1 → 5.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +152 -120
  3. data/lib/rom/version.rb +1 -1
  4. metadata +24 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69ddd0077925cdd2c7037218522a7c9f8c8c4987b54b4d8a0f1ab9ad8ea51b9f
4
- data.tar.gz: 9f15548da9eff953d5e542272ad0233b47fdfdb630592bc6b7472eab7843d561
3
+ metadata.gz: 9309d2c9e0e203a25086ac96c2b0343342da08c8219a14ee9289512ae9f45c90
4
+ data.tar.gz: 3efe99f471cfd82558118e64c661c9a2bf738da610edf174a5c4bbbe5befbdca
5
5
  SHA512:
6
- metadata.gz: de17d5387d64eae59a095368d40c3aedeccd0af9a2b535b7004b9b923b191d22a1bb85b0a637106714957aa5c0b6a6ab125d0127294246da643ec1ef73461d75
7
- data.tar.gz: 2e4ed010526cd7116fdac75e44d23fd3ee72e3b5d78af05ab77b586bbac4613bdbba8947fb7c662177ef92aa52a324101b140633a4a3ff725cb408b28f08cda8
6
+ metadata.gz: d3c9e442023af2430803341c5c197fb3a12857a0701b9352e5d5fd38b3d05ae7a38ecf75c550cbba6373836a196bd1f95e854c07e1315fcf51b3b4486e78f80c
7
+ data.tar.gz: d68bcc4fd600159e0703ac14fbabb8cee1f1d34d74940cc30c705c8677446bd5122c19255d4d194e90dc84abba738cec4a08b9ed21810e0e79eefe28e14ee236
@@ -1,236 +1,268 @@
1
- # 5.2.1 2020-01-11
1
+ ## 5.2.6 2021-01-16
2
2
 
3
- This release contains keyword fixes reported by Ruby 2.7.
3
+ ### Changed
4
4
 
5
- [Compare v5.1.2...v5.2.1](https://github.com/rom-rb/rom/compare/v5.1.2...v5.2.1)
5
+ - [rom] Dependency on `rom-core` was bumped to `>= 5.2.5` (@solnic)
6
6
 
7
- # 5.2.0 2020-01-11 [yanked]
7
+ ### Fixed
8
8
 
9
- Republished as 5.2.1
9
+ - [rom-core] Setup works under MRI 3.0.0 (issue #622 fixed via #623) (@v-kolesnikov)
10
10
 
11
- # 5.1.2 2019-08-17
11
+ [Compare v5.2.5...v5.2.6](https://github.com/rom-rb/rom/compare/v5.2.5...v5.2.6)
12
12
 
13
- ## rom
13
+ ## 5.2.5 2020-12-30
14
14
 
15
- ### Changed
15
+ ### Fixed
16
16
 
17
- * Dependency on `rom-core` was bumped to `>= 5.1.2` (@solnic)
17
+ - [rom-core] auto-registration sorts files now which fixes some (rare) issues with file loading (@v-kolesnikov)
18
+ - [rom-core] configuration values are no longer being frozen during finalization of the setup (@v-kolesnikov)
18
19
 
19
- ## rom-core
20
+ ### Changed
20
21
 
21
- ### Fixed
22
+ - [rom] Dependency on `rom-core` was bumped to `>= 5.2.4` (@solnic)
22
23
 
23
- * Filtering out duplicated combine nodes works correctly with aliased nodes (@solnic)
24
- * Filtering out duplicated combine nodes should no longer cause performance issues (@solnic)
25
- * Relation names are properly equalized now (@solnic)
26
- * Inferring class name for auto-structs works correctly with `:statuses` and `:aliases` relation names (@solnic)
24
+ [Compare v5.2.4...v5.2.5](https://github.com/rom-rb/rom/compare/v5.2.4...v5.2.5)
27
25
 
28
- ## rom-changeset
26
+ ## 5.2.4 2020-05-08
29
27
 
30
28
  ### Changed
31
29
 
32
- * Dependency on `rom-core` was bumped to `>= 5.1.2` (@solnic)
30
+ - [rom] Dependency on `rom-changeset` was bumped to `>= 5.2.3` (@flash-gordon)
33
31
 
34
- ## rom-repository
32
+ [Compare v5.2.3...v5.2.4](https://github.com/rom-rb/rom/compare/v5.2.3...v5.2.4)
35
33
 
36
- ### Changed
34
+ ## 5.2.3 2020-05-07
37
35
 
38
- * Dependency on `rom-core` was bumped to `>= 5.1.2` (@solnic)
36
+ ### Fixed
39
37
 
40
- [Compare v5.1.1...v5.1.2](https://github.com/rom-rb/rom/compare/v5.1.1...v5.1.2)
38
+ - [rom-core] Fix duplicated input processing in update commands (see #594) (@flash-gordon)
39
+ - [rom-changeset] fix binding mapping functions in `Update` changesets (@timriley & @flash-gordon)
40
+
41
+ ### Changed
41
42
 
42
- # 5.1.1 2019-08-06
43
+ - [rom] Dependency on `rom-core` was bumped to `>= 5.2.3` (@solnic)
43
44
 
44
- ## rom
45
+ [Compare v5.2.2...v5.2.3](https://github.com/rom-rb/rom/compare/v5.2.2...v5.2.3)
45
46
 
46
- ### Changed
47
+ ## 5.2.2 2020-02-03
47
48
 
48
- * Dependency on `rom-core` was bumped to `>= 5.1.1` (@solnic)
49
49
 
50
- ## rom-core
50
+ ### Added
51
+
52
+ - [rom-repository] `Repository#transaction` accepts transaction options now (@ianks)
51
53
 
52
54
  ### Fixed
53
55
 
54
- * Loading the gem no longer crashes in the absence of `rom` gem (issue #560) (@solnic)
56
+ - [rom-core] Constructor types were fired twice when writing data (@flash-gordon)
55
57
 
56
- ## rom-changeset
57
58
 
58
- ### Changed
59
+ [Compare v5.2.1...v5.2.2](https://github.com/rom-rb/rom/compare/v5.2.1...v5.2.2)
59
60
 
60
- * Dependency on `rom-core` was bumped to `>= 5.1.1` (@solnic)
61
+ ## 5.2.1 2020-01-11
61
62
 
62
- ## rom-repository
63
+ This release contains keyword fixes reported by Ruby 2.7.
63
64
 
64
- ### Changed
65
65
 
66
- * Dependency on `rom-core` was bumped to `>= 5.1.1` (@solnic)
66
+ [Compare v5.2.0...v5.2.1](https://github.com/rom-rb/rom/compare/v5.2.0...v5.2.1)
67
67
 
68
- [Compare v5.1.0...v5.1.1](https://github.com/rom-rb/rom/compare/v5.1.0...v5.1.1)
68
+ ## 5.2.0 2020-01-11
69
69
 
70
- # 5.1.0 2019-07-30
70
+ Yanked and republished as 5.2.1
71
71
 
72
- ## rom-core
73
72
 
74
- ### Added
73
+ [Compare v5.1.2...v5.2.0](https://github.com/rom-rb/rom/compare/v5.1.2...v5.2.0)
74
+
75
+ ## 5.1.2 2019-08-17
75
76
 
76
- * `ROM::Transformer.map` shortcut for defining transformations (@solnic)
77
- * `ROM::Transformer` supports instance methods as mapping functions now (@solnic)
78
- * `ROM::Transformer` configuration can be now inlined ie `relation :users, as: :json_serializer` (@solnic)
79
77
 
80
78
  ### Fixed
81
79
 
82
- * Combining same relation multiple times no longer crashes auto-mapping (fixes #547) (@solnic)
83
- * `ROM::Transformer` works correctly with inheritance (@solnic)
84
- * `CommandCompiler` supports command options correctly now (@solnic)
80
+ - [rom-core] Filtering out duplicated combine nodes works correctly with aliased nodes (@solnic)
81
+ - [rom-core] Filtering out duplicated combine nodes should no longer cause performance issues (@solnic)
82
+ - [rom-core] Relation names are properly equalized now (@solnic)
83
+ - [rom-core] Inferring class name for auto-structs works correctly with `:statuses` and `:aliases` relation names (@solnic)
85
84
 
86
85
  ### Changed
87
86
 
88
- * Plugin API has been generalized to enable arbitrary component plugins (@flash-gordon)
87
+ - [rom] Dependency on `rom-core` was bumped to `>= 5.1.2` (@solnic)
88
+ - [rom-changeset] Dependency on `rom-core` was bumped to `>= 5.1.2` (@solnic)
89
+ - [rom-repository] Dependency on `rom-core` was bumped to `>= 5.1.2` (@solnic)
89
90
 
90
- ## rom-changeset
91
-
92
- ### Added
91
+ [Compare v5.1.1...v5.1.2](https://github.com/rom-rb/rom/compare/v5.1.1...v5.1.2)
93
92
 
94
- * Plugin API :tada: (@solnic)
95
- * Support for `command_options` in changesets for providing any additional command options (@solnic)
96
- * Support for `command_plugins` in changesets for enabling command plugins and configuring them (@solnic)
93
+ ## 5.1.1 2019-08-06
97
94
 
98
- ## rom-repository
99
95
 
100
- ### Added
96
+ ### Changed
101
97
 
102
- * Plugin API :tada: (@flash-gordon)
98
+ - [rom-core] Loading the gem no longer crashes in the absence of `rom` gem (issue #560) (@solnic)
99
+ - [rom] Dependency on `rom-core` was bumped to `>= 5.1.1` (@solnic)
100
+ - [rom-changeset] Dependency on `rom-core` was bumped to `>= 5.1.1` (@solnic)
101
+ - [rom-repository] Dependency on `rom-core` was bumped to `>= 5.1.1` (@solnic)
103
102
 
104
- [Compare v5.0.2...v5.1.0](https://github.com/rom-rb/rom/compare/v5.0.2...v5.1.0)
103
+ [Compare v5.1.0...v5.1.1](https://github.com/rom-rb/rom/compare/v5.1.0...v5.1.1)
105
104
 
106
- # 5.0.2 2019-05-01
105
+ ## 5.1.0 2019-07-30
107
106
 
108
- ## rom
109
107
 
110
- * Dependency on `rom-core` was bumped to `~> 5.0`, `>= 5.0.2` (solnic)
111
- * Dependency on `rom-changeset` was bumped to `~> 5.0`, `>= 5.0.1` (solnic)
108
+ ### Added
112
109
 
113
- ## rom-core 5.0.2
110
+ - [rom-core] `ROM::Transformer.map` shortcut for defining transformations (@solnic)
111
+ - [rom-core] `ROM::Transformer` supports instance methods as mapping functions now (@solnic)
112
+ - [rom-core] `ROM::Transformer` configuration can be now inlined ie `relation :users, as: :json_serializer` (@solnic)
113
+ - [rom-changeset] Plugin API :tada: (@solnic)
114
+ - [rom-changeset] Support for `command_options` in changesets for providing any additional command options (@solnic)
115
+ - [rom-changeset] Support for `command_plugins` in changesets for enabling command plugins and configuring them (@solnic)
116
+ - [rom-repository] Plugin API :tada: (@flash-gordon)
114
117
 
115
118
  ### Fixed
116
119
 
117
- * Forwarding to `root` in `Relation::Combined` behaves as expected when another combined relation was returned from the root (issue #525) (solnic)
118
- * Specifying attribute options as the third argument in `attribute` DSL works again (issue #540) (solnic)
119
-
120
- ## rom-changeset 5.0.1
120
+ - [rom-core] Combining same relation multiple times no longer crashes auto-mapping (fixes #547) (@solnic)
121
+ - [rom-core] `ROM::Transformer` works correctly with inheritance (@solnic)
122
+ - [rom-core] `CommandCompiler` supports command options correctly now (@solnic)
121
123
 
122
124
  ### Changed
123
125
 
124
- * `Relation::Combined#changeset` will raise a meaningful `NotImplementedError` now (solnic)
125
- * Passing an array to `Changeset#associate` will raise a meaningful `NotImplementedError` now (solnic)
126
+ - [rom-core] Plugin API has been generalized to enable arbitrary component plugins (@flash-gordon)
127
+
128
+ [Compare v5.0.2...v5.1.0](https://github.com/rom-rb/rom/compare/v5.0.2...v5.1.0)
126
129
 
127
- ## rom-repository
130
+ ## 5.0.2 2019-05-01
128
131
 
129
- *No changes*
130
132
 
131
- [Compare v5.0.1...v5.0.2](https://github.com/rom-rb/rom/compare/v5.0.1...v5.0.2)
133
+ ### Fixed
132
134
 
133
- # 5.0.1 2019-04-24
135
+ - [rom-core] Forwarding to `root` in `Relation::Combined` behaves as expected when another combined relation was returned from the root (issue #525) (solnic)
136
+ - [rom-core] Specifying attribute options as the third argument in `attribute` DSL works again (issue #540) (solnic)
134
137
 
135
- ## rom
138
+ ### Changed
136
139
 
137
- * Dependency on `rom-core` was bumped to `~> 5.0`, `>= 5.0.1` (solnic)
140
+ - [rom] Dependency on `rom-core` was bumped to `~> 5.0`, `>= 5.0.2` (solnic)
141
+ - [rom] Dependency on `rom-changeset` was bumped to `~> 5.0`, `>= 5.0.1` (solnic)
142
+ - [rom-changeset] `Relation::Combined#changeset` will raise a meaningful `NotImplementedError` now (solnic)
143
+ - [rom-changeset] Passing an array to `Changeset#associate` will raise a meaningful `NotImplementedError` now (solnic)
138
144
 
139
- ## rom-core
145
+ [Compare v5.0.1...v5.0.2](https://github.com/rom-rb/rom/compare/v5.0.1...v5.0.2)
140
146
 
141
- * Missing dependency on `transproc` was added (solnic)
147
+ ## 5.0.1 2019-04-24
142
148
 
143
- # 5.0.0 2019-04-24
144
149
 
145
- * All version numbers have been inlined to `5.0.0`
146
- * `rom-mapper` gem has been retired and `ROM::Mapper` is now part of `rom-core`
150
+ ### Fixed
147
151
 
148
- ## rom
152
+ - [rom-core] Missing dependency on `transproc` was added (solnic)
149
153
 
150
- * `rom-core` bumped to `5.0.0` (solnic)
151
- * `rom-changeset` bumped to `5.0.0` (solnic)
152
- * `rom-repository` bumped to `5.0.0` (solnic)
153
- * `rom-mapper` was moved to `core` under `rom/mapper` so it's no longer a runtime dependency (solnic)
154
+ ### Changed
154
155
 
155
- ## rom-core
156
+ - [rom] Dependency on `rom-core` was bumped to `~> 5.0`, `>= 5.0.1` (solnic)
156
157
 
157
- * [BREAKING] `Types::Int` is now `Types::Integer` (flash-gordon)
158
- * [BREAKING] Attribute aliases are no longer stored in attribute's type meta (waiting-for-dev)
159
- * Updated to work with `dry-types 1.0.0` (flash-gordon)
160
- * Updated to work with `dry-struct 1.0.0` (flash-gordon)
161
- * Updated to work with `dry-initializer 3.0.0` (solnic)
158
+ [Compare v5.0.0...v5.0.1](https://github.com/rom-rb/rom/compare/v5.0.0...v5.0.1)
162
159
 
163
- ## rom-repository
160
+ ## 5.0.0 2019-04-24
164
161
 
165
- * [BREAKING] Support for ruby <= `2.4` was dropped (flash-gordon)
166
- * [BREAKING] `Repository::Root#aggregate` was removed in favor of `Relation#combine` (v-kolesnikov)
167
162
 
168
- ## rom-changeset
163
+ ### Changed
169
164
 
170
- *No changes*
165
+ - `rom-core` bumped to `5.0.0` (solnic)
166
+ - `rom-changeset` bumped to `5.0.0` (solnic)
167
+ - `rom-repository` bumped to `5.0.0` (solnic)
168
+ - `rom-mapper` was moved to `core` under `rom/mapper` so it's no longer a runtime dependency (solnic)
169
+ - [rom-core] [BREAKING] `Types::Int` is now `Types::Integer` (flash-gordon)
170
+ - [rom-core] [BREAKING] Attribute aliases are no longer stored in attribute's type meta (waiting-for-dev)
171
+ - [rom-core] Updated to work with `dry-types 1.0.0` (flash-gordon)
172
+ - [rom-core] Updated to work with `dry-struct 1.0.0` (flash-gordon)
173
+ - [rom-core] Updated to work with `dry-initializer 3.0.0` (solnic)
174
+ - [rom-repository] [BREAKING] Support for ruby <= `2.4` was dropped (flash-gordon)
175
+ - [rom-repository] [BREAKING] `Repository::Root#aggregate` was removed in favor of `Relation#combine` (v-kolesnikov)
171
176
 
172
177
  [Compare v4.2.1...v5.0.0](https://github.com/rom-rb/rom/compare/v4.2.1...v5.0.0)
173
178
 
174
- # 4.2.1 2018-05-03
179
+ ## 4.2.1 2018-05-03
180
+
181
+
182
+ ### Changed
175
183
 
176
- * `rom-core` updated to `['~> 4.2', '>= 4.2.1']`
184
+ - `rom-core` updated to `['~> 4.2', '>= 4.2.1']`
177
185
 
178
186
  [Compare v4.2.0...v4.2.1](https://github.com/rom-rb/rom/compare/v4.2.0...v4.2.1)
179
187
 
180
- # 4.2.0 2018-03-29
188
+ ## 4.2.0 2018-03-29
181
189
 
182
- * `rom-core` updated to `['~> 4.2', '>= 4.2.0']`
183
- * `rom-changeset` updated to `['~> 1.0', '>= 1.0.2']`
190
+
191
+ ### Changed
192
+
193
+ - [rom] `rom-core` updated to `['~> 4.2', '>= 4.2.0']`
194
+ - [rom] `rom-changeset` updated to `['~> 1.0', '>= 1.0.2']`
184
195
 
185
196
  [Compare v4.1.3...v4.2.0](https://github.com/rom-rb/rom/compare/v4.1.3...v4.2.0)
186
197
 
187
- # 4.1.3 2018-02-03
198
+ ## 4.1.3 2018-02-03
199
+
188
200
 
189
- * `rom-core` updated to `['~> 4.1', '>= 4.1.3']`
201
+ ### Changed
202
+
203
+ - [rom] `rom-core` updated to `['~> 4.1', '>= 4.1.3']`
190
204
 
191
- [Compare v4.1.2...v4.2.0](https://github.com/rom-rb/rom/compare/v4.1.2...v4.1.3)
205
+ [Compare v4.1.2...v4.1.3](https://github.com/rom-rb/rom/compare/v4.1.2...v4.1.3)
192
206
 
193
- # 4.1.2 2018-01-15
207
+ ## 4.1.2 2018-01-15
194
208
 
195
- * `rom-core` updated to `['~> 4.1', '>= 4.1.1']`
209
+
210
+ ### Changed
211
+
212
+ - [rom] `rom-core` updated to `['~> 4.1', '>= 4.1.1']`
196
213
 
197
214
  [Compare v4.1.1...v4.1.2](https://github.com/rom-rb/rom/compare/v4.1.1...v4.1.2)
198
215
 
199
- # 4.1.1 2017-12-01
216
+ ## 4.1.1 2017-12-01
217
+
218
+
219
+ ### Changed
200
220
 
201
- * `rom-repository` updated to `['~> 2.0', '>= 2.0.2']`
221
+ - [rom] `rom-repository` updated to `['~> 2.0', '>= 2.0.2']`
202
222
 
203
223
  [Compare v4.1.0...v4.1.1](https://github.com/rom-rb/rom/compare/v4.1.0...v4.1.1)
204
224
 
205
- # 4.1.0 2017-11-17
225
+ ## 4.1.0 2017-11-17
206
226
 
207
- * `rom-core` updated to `['~> 4.1']`
208
- * `rom-mapper` updated to `'~> 1.1'`
227
+
228
+ ### Changed
229
+
230
+ - [rom] `rom-core` updated to `['~> 4.1']`
231
+ - [rom] `rom-mapper` updated to `'~> 1.1'`
209
232
 
210
233
  [Compare v4.0.3...v4.1.0](https://github.com/rom-rb/rom/compare/v4.0.3...v4.1.0)
211
234
 
212
- # 4.0.3 2017-11-14
235
+ ## 4.0.3 2017-11-14
236
+
213
237
 
214
- * `rom-core` updated to `['~> 4.0', '>= 4.0.3']`
238
+ ### Changed
239
+
240
+ - [rom] `rom-core` updated to `['~> 4.0', '>= 4.0.3']`
215
241
 
216
242
  [Compare v4.0.2...v4.0.3](https://github.com/rom-rb/rom/compare/v4.0.2...v4.0.3)
217
243
 
218
- # 4.0.2 2017-11-02
244
+ ## 4.0.2 2017-11-02
245
+
246
+
247
+ ### Changed
219
248
 
220
- * `rom-core` updated to `['~> 4.0', '>= 4.0.2']`
221
- * `rom-mapper` updated to `['~> 1.0', '>= 1.0.2']`
222
- * `rom-changeset` updated to `['~> 1.0', '>= 1.0.1']`
223
- * `rom-repository` updated to `['~> 2.0', '>= 2.0.1']`
249
+ - [rom] `rom-core` updated to `['~> 4.0', '>= 4.0.2']`
250
+ - [rom] `rom-mapper` updated to `['~> 1.0', '>= 1.0.2']`
251
+ - [rom] `rom-changeset` updated to `['~> 1.0', '>= 1.0.1']`
252
+ - [rom] `rom-repository` updated to `['~> 2.0', '>= 2.0.1']`
224
253
 
225
254
  [Compare v4.0.1...v4.0.2](https://github.com/rom-rb/rom/compare/v4.0.1...v4.0.2)
226
255
 
227
- # 4.0.1 2017-10-22
256
+ ## 4.0.1 2017-10-22
257
+
258
+
259
+ ### Changed
228
260
 
229
- * `rom-core` updated to `['~> 4.0', '>= 4.0.1']`
230
- * `rom-mapper` updated to `['~> 1.0', '>= 1.0.1']`
261
+ - [rom] `rom-core` updated to `['~> 4.0', '>= 4.0.1']`
262
+ - [rom] `rom-mapper` updated to `['~> 1.0', '>= 1.0.1']`
231
263
 
232
- [Compare v4.0.0..v4.0.1](https://github.com/rom-rb/rom-mapper/compare/v4.0.0...v4.0.1)
264
+ [Compare v4.0.0...v4.0.1](https://github.com/rom-rb/rom/compare/v4.0.0...v4.0.1)
233
265
 
234
- # 4.0.0 2017-10-18
266
+ ## 4.0.0 2017-10-18
235
267
 
236
- This release turns `rom` gem into a meta gem which depends on `rom-core`, `rom-mapper`, `rom-repository` and `rom-changeset'`. See [CHANGELOG](https://github.com/rom-rb/rom/blob/master/core/CHANGELOG.md#v400-to-be-released) in core for more information.
268
+ This release turns `rom` gem into a meta gem which depends on `rom-core`, `rom-mapper`, `rom-repository` and `rom-changeset'`. See [CHANGELOG](https://github.com/rom-rb/rom/blob/master/core/CHANGELOG.md#v400-2017-10-18) in core for more information.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ROM
4
- VERSION = '5.2.1'
4
+ VERSION = '5.2.6'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rom
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.1
4
+ version: 5.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Solnica
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-11 00:00:00.000000000 Z
11
+ date: 2021-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rom-core
@@ -17,6 +17,9 @@ dependencies:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '5.2'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 5.2.5
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -24,6 +27,9 @@ dependencies:
24
27
  - - "~>"
25
28
  - !ruby/object:Gem::Version
26
29
  version: '5.2'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 5.2.5
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: rom-repository
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -31,6 +37,9 @@ dependencies:
31
37
  - - "~>"
32
38
  - !ruby/object:Gem::Version
33
39
  version: '5.2'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 5.2.2
34
43
  type: :runtime
35
44
  prerelease: false
36
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -38,6 +47,9 @@ dependencies:
38
47
  - - "~>"
39
48
  - !ruby/object:Gem::Version
40
49
  version: '5.2'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 5.2.2
41
53
  - !ruby/object:Gem::Dependency
42
54
  name: rom-changeset
43
55
  requirement: !ruby/object:Gem::Requirement
@@ -45,6 +57,9 @@ dependencies:
45
57
  - - "~>"
46
58
  - !ruby/object:Gem::Version
47
59
  version: '5.2'
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: 5.2.3
48
63
  type: :runtime
49
64
  prerelease: false
50
65
  version_requirements: !ruby/object:Gem::Requirement
@@ -52,6 +67,9 @@ dependencies:
52
67
  - - "~>"
53
68
  - !ruby/object:Gem::Version
54
69
  version: '5.2'
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: 5.2.3
55
73
  - !ruby/object:Gem::Dependency
56
74
  name: rake
57
75
  requirement: !ruby/object:Gem::Requirement
@@ -99,7 +117,7 @@ metadata:
99
117
  documentation_uri: https://api.rom-rb.org/rom/
100
118
  mailing_list_uri: https://discourse.rom-rb.org/
101
119
  bug_tracker_uri: https://github.com/rom-rb/rom/issues
102
- post_install_message:
120
+ post_install_message:
103
121
  rdoc_options: []
104
122
  require_paths:
105
123
  - lib
@@ -114,8 +132,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
132
  - !ruby/object:Gem::Version
115
133
  version: '0'
116
134
  requirements: []
117
- rubygems_version: 3.1.0.pre3
118
- signing_key:
135
+ rubygems_version: 3.2.3
136
+ signing_key:
119
137
  specification_version: 4
120
138
  summary: Persistence and mapping toolkit for Ruby
121
139
  test_files: []