rom 5.1.1 → 5.1.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 +4 -4
- data/CHANGELOG.md +31 -0
- data/lib/rom/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6753ec190f04ab800164a1affb0fe5c2d5f419c53a35c5fc9900d78c7f8b365c
|
|
4
|
+
data.tar.gz: 7aab2d8a13d03ac0ae8e59ae76e93ba7aeac0e503ab3ce1eeb1ee7156f9aa5ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d6290a3b87c0a506f8b750a5c175120bfe061034ec50154398b751bd1c9394f6216231bf50652fcf0f010a18b8587f0187cd70ddaed832ecd4154aabce5eaf5
|
|
7
|
+
data.tar.gz: 90dcffbe20fcbdf2eb7c658bbd02fe89eee2b16afb028dc164927cd7e9939a67f3af240b375c65b36d84cee6b3cb5343d8f15af671d49c437dc90cc68993efbc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
# 5.1.2 2019-08-17
|
|
2
|
+
|
|
3
|
+
## rom
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
* Dependency on `rom-core` was bumped to `>= 5.1.2` (@solnic)
|
|
8
|
+
|
|
9
|
+
## rom-core
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
* Filtering out duplicated combine nodes works correctly with aliased nodes (@solnic)
|
|
14
|
+
* Filtering out duplicated combine nodes should no longer cause performance issues (@solnic)
|
|
15
|
+
* Relation names are properly equalized now (@solnic)
|
|
16
|
+
* Inferring class name for auto-structs works correctly with `:statuses` and `:aliases` relation names (@solnic)
|
|
17
|
+
|
|
18
|
+
## rom-changeset
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
|
|
22
|
+
* Dependency on `rom-core` was bumped to `>= 5.1.2` (@solnic)
|
|
23
|
+
|
|
24
|
+
## rom-repository
|
|
25
|
+
|
|
26
|
+
### Changed
|
|
27
|
+
|
|
28
|
+
* Dependency on `rom-core` was bumped to `>= 5.1.2` (@solnic)
|
|
29
|
+
|
|
30
|
+
[Compare v5.1.1...v5.1.2](https://github.com/rom-rb/rom/compare/v5.1.1...v5.1.2)
|
|
31
|
+
|
|
1
32
|
# 5.1.1 2019-08-06
|
|
2
33
|
|
|
3
34
|
## rom
|
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.1.
|
|
4
|
+
version: 5.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Piotr Solnica
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-08-
|
|
11
|
+
date: 2019-08-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rom-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '5.1'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 5.1.
|
|
22
|
+
version: 5.1.2
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '5.1'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 5.1.
|
|
32
|
+
version: 5.1.2
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: rom-repository
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|