rom 5.2.1 → 5.2.6
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 +4 -4
- data/CHANGELOG.md +152 -120
- data/lib/rom/version.rb +1 -1
- metadata +24 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9309d2c9e0e203a25086ac96c2b0343342da08c8219a14ee9289512ae9f45c90
|
|
4
|
+
data.tar.gz: 3efe99f471cfd82558118e64c661c9a2bf738da610edf174a5c4bbbe5befbdca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d3c9e442023af2430803341c5c197fb3a12857a0701b9352e5d5fd38b3d05ae7a38ecf75c550cbba6373836a196bd1f95e854c07e1315fcf51b3b4486e78f80c
|
|
7
|
+
data.tar.gz: d68bcc4fd600159e0703ac14fbabb8cee1f1d34d74940cc30c705c8677446bd5122c19255d4d194e90dc84abba738cec4a08b9ed21810e0e79eefe28e14ee236
|
data/CHANGELOG.md
CHANGED
|
@@ -1,236 +1,268 @@
|
|
|
1
|
-
|
|
1
|
+
## 5.2.6 2021-01-16
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
### Changed
|
|
4
4
|
|
|
5
|
-
[
|
|
5
|
+
- [rom] Dependency on `rom-core` was bumped to `>= 5.2.5` (@solnic)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
### Fixed
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
- [rom-core] Setup works under MRI 3.0.0 (issue #622 fixed via #623) (@v-kolesnikov)
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
[Compare v5.2.5...v5.2.6](https://github.com/rom-rb/rom/compare/v5.2.5...v5.2.6)
|
|
12
12
|
|
|
13
|
-
##
|
|
13
|
+
## 5.2.5 2020-12-30
|
|
14
14
|
|
|
15
|
-
###
|
|
15
|
+
### Fixed
|
|
16
16
|
|
|
17
|
-
|
|
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
|
-
|
|
20
|
+
### Changed
|
|
20
21
|
|
|
21
|
-
|
|
22
|
+
- [rom] Dependency on `rom-core` was bumped to `>= 5.2.4` (@solnic)
|
|
22
23
|
|
|
23
|
-
|
|
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
|
-
##
|
|
26
|
+
## 5.2.4 2020-05-08
|
|
29
27
|
|
|
30
28
|
### Changed
|
|
31
29
|
|
|
32
|
-
|
|
30
|
+
- [rom] Dependency on `rom-changeset` was bumped to `>= 5.2.3` (@flash-gordon)
|
|
33
31
|
|
|
34
|
-
|
|
32
|
+
[Compare v5.2.3...v5.2.4](https://github.com/rom-rb/rom/compare/v5.2.3...v5.2.4)
|
|
35
33
|
|
|
36
|
-
|
|
34
|
+
## 5.2.3 2020-05-07
|
|
37
35
|
|
|
38
|
-
|
|
36
|
+
### Fixed
|
|
39
37
|
|
|
40
|
-
[
|
|
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
|
-
|
|
43
|
+
- [rom] Dependency on `rom-core` was bumped to `>= 5.2.3` (@solnic)
|
|
43
44
|
|
|
44
|
-
|
|
45
|
+
[Compare v5.2.2...v5.2.3](https://github.com/rom-rb/rom/compare/v5.2.2...v5.2.3)
|
|
45
46
|
|
|
46
|
-
|
|
47
|
+
## 5.2.2 2020-02-03
|
|
47
48
|
|
|
48
|
-
* Dependency on `rom-core` was bumped to `>= 5.1.1` (@solnic)
|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
### Added
|
|
51
|
+
|
|
52
|
+
- [rom-repository] `Repository#transaction` accepts transaction options now (@ianks)
|
|
51
53
|
|
|
52
54
|
### Fixed
|
|
53
55
|
|
|
54
|
-
|
|
56
|
+
- [rom-core] Constructor types were fired twice when writing data (@flash-gordon)
|
|
55
57
|
|
|
56
|
-
## rom-changeset
|
|
57
58
|
|
|
58
|
-
|
|
59
|
+
[Compare v5.2.1...v5.2.2](https://github.com/rom-rb/rom/compare/v5.2.1...v5.2.2)
|
|
59
60
|
|
|
60
|
-
|
|
61
|
+
## 5.2.1 2020-01-11
|
|
61
62
|
|
|
62
|
-
|
|
63
|
+
This release contains keyword fixes reported by Ruby 2.7.
|
|
63
64
|
|
|
64
|
-
### Changed
|
|
65
65
|
|
|
66
|
-
|
|
66
|
+
[Compare v5.2.0...v5.2.1](https://github.com/rom-rb/rom/compare/v5.2.0...v5.2.1)
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
## 5.2.0 2020-01-11
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
Yanked and republished as 5.2.1
|
|
71
71
|
|
|
72
|
-
## rom-core
|
|
73
72
|
|
|
74
|
-
|
|
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
|
-
|
|
83
|
-
|
|
84
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
###
|
|
96
|
+
### Changed
|
|
101
97
|
|
|
102
|
-
|
|
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
|
|
103
|
+
[Compare v5.1.0...v5.1.1](https://github.com/rom-rb/rom/compare/v5.1.0...v5.1.1)
|
|
105
104
|
|
|
106
|
-
|
|
105
|
+
## 5.1.0 2019-07-30
|
|
107
106
|
|
|
108
|
-
## rom
|
|
109
107
|
|
|
110
|
-
|
|
111
|
-
* Dependency on `rom-changeset` was bumped to `~> 5.0`, `>= 5.0.1` (solnic)
|
|
108
|
+
### Added
|
|
112
109
|
|
|
113
|
-
|
|
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
|
-
|
|
118
|
-
|
|
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
|
-
|
|
125
|
-
|
|
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
|
-
##
|
|
130
|
+
## 5.0.2 2019-05-01
|
|
128
131
|
|
|
129
|
-
*No changes*
|
|
130
132
|
|
|
131
|
-
|
|
133
|
+
### Fixed
|
|
132
134
|
|
|
133
|
-
#
|
|
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
|
-
|
|
138
|
+
### Changed
|
|
136
139
|
|
|
137
|
-
|
|
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
|
-
|
|
145
|
+
[Compare v5.0.1...v5.0.2](https://github.com/rom-rb/rom/compare/v5.0.1...v5.0.2)
|
|
140
146
|
|
|
141
|
-
|
|
147
|
+
## 5.0.1 2019-04-24
|
|
142
148
|
|
|
143
|
-
# 5.0.0 2019-04-24
|
|
144
149
|
|
|
145
|
-
|
|
146
|
-
* `rom-mapper` gem has been retired and `ROM::Mapper` is now part of `rom-core`
|
|
150
|
+
### Fixed
|
|
147
151
|
|
|
148
|
-
|
|
152
|
+
- [rom-core] Missing dependency on `transproc` was added (solnic)
|
|
149
153
|
|
|
150
|
-
|
|
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
|
-
|
|
156
|
+
- [rom] Dependency on `rom-core` was bumped to `~> 5.0`, `>= 5.0.1` (solnic)
|
|
156
157
|
|
|
157
|
-
|
|
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
|
-
##
|
|
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
|
-
|
|
163
|
+
### Changed
|
|
169
164
|
|
|
170
|
-
|
|
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
|
-
|
|
179
|
+
## 4.2.1 2018-05-03
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
### Changed
|
|
175
183
|
|
|
176
|
-
|
|
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
|
-
|
|
188
|
+
## 4.2.0 2018-03-29
|
|
181
189
|
|
|
182
|
-
|
|
183
|
-
|
|
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
|
-
|
|
198
|
+
## 4.1.3 2018-02-03
|
|
199
|
+
|
|
188
200
|
|
|
189
|
-
|
|
201
|
+
### Changed
|
|
202
|
+
|
|
203
|
+
- [rom] `rom-core` updated to `['~> 4.1', '>= 4.1.3']`
|
|
190
204
|
|
|
191
|
-
[Compare v4.1.2...v4.
|
|
205
|
+
[Compare v4.1.2...v4.1.3](https://github.com/rom-rb/rom/compare/v4.1.2...v4.1.3)
|
|
192
206
|
|
|
193
|
-
|
|
207
|
+
## 4.1.2 2018-01-15
|
|
194
208
|
|
|
195
|
-
|
|
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
|
-
|
|
216
|
+
## 4.1.1 2017-12-01
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Changed
|
|
200
220
|
|
|
201
|
-
|
|
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
|
-
|
|
225
|
+
## 4.1.0 2017-11-17
|
|
206
226
|
|
|
207
|
-
|
|
208
|
-
|
|
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
|
-
|
|
235
|
+
## 4.0.3 2017-11-14
|
|
236
|
+
|
|
213
237
|
|
|
214
|
-
|
|
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
|
-
|
|
244
|
+
## 4.0.2 2017-11-02
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Changed
|
|
219
248
|
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
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
|
-
|
|
256
|
+
## 4.0.1 2017-10-22
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
### Changed
|
|
228
260
|
|
|
229
|
-
|
|
230
|
-
|
|
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
|
|
264
|
+
[Compare v4.0.0...v4.0.1](https://github.com/rom-rb/rom/compare/v4.0.0...v4.0.1)
|
|
233
265
|
|
|
234
|
-
|
|
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-
|
|
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.
|
data/lib/rom/version.rb
CHANGED
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.
|
|
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:
|
|
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.
|
|
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: []
|