rom 5.1.2 → 5.2.1

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.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/LICENSE +17 -17
  4. data/README.md +5 -6
  5. data/lib/rom/version.rb +1 -1
  6. metadata +11 -17
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6753ec190f04ab800164a1affb0fe5c2d5f419c53a35c5fc9900d78c7f8b365c
4
- data.tar.gz: 7aab2d8a13d03ac0ae8e59ae76e93ba7aeac0e503ab3ce1eeb1ee7156f9aa5ba
3
+ metadata.gz: 69ddd0077925cdd2c7037218522a7c9f8c8c4987b54b4d8a0f1ab9ad8ea51b9f
4
+ data.tar.gz: 9f15548da9eff953d5e542272ad0233b47fdfdb630592bc6b7472eab7843d561
5
5
  SHA512:
6
- metadata.gz: 4d6290a3b87c0a506f8b750a5c175120bfe061034ec50154398b751bd1c9394f6216231bf50652fcf0f010a18b8587f0187cd70ddaed832ecd4154aabce5eaf5
7
- data.tar.gz: 90dcffbe20fcbdf2eb7c658bbd02fe89eee2b16afb028dc164927cd7e9939a67f3af240b375c65b36d84cee6b3cb5343d8f15af671d49c437dc90cc68993efbc
6
+ metadata.gz: de17d5387d64eae59a095368d40c3aedeccd0af9a2b535b7004b9b923b191d22a1bb85b0a637106714957aa5c0b6a6ab125d0127294246da643ec1ef73461d75
7
+ data.tar.gz: 2e4ed010526cd7116fdac75e44d23fd3ee72e3b5d78af05ab77b586bbac4613bdbba8947fb7c662177ef92aa52a324101b140633a4a3ff725cb408b28f08cda8
@@ -1,3 +1,13 @@
1
+ # 5.2.1 2020-01-11
2
+
3
+ This release contains keyword fixes reported by Ruby 2.7.
4
+
5
+ [Compare v5.1.2...v5.2.1](https://github.com/rom-rb/rom/compare/v5.1.2...v5.2.1)
6
+
7
+ # 5.2.0 2020-01-11 [yanked]
8
+
9
+ Republished as 5.2.1
10
+
1
11
  # 5.1.2 2019-08-17
2
12
 
3
13
  ## rom
data/LICENSE CHANGED
@@ -1,20 +1,20 @@
1
- Copyright (c) 2013-2019 rom-rb team
1
+ The MIT License (MIT)
2
2
 
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
3
+ Copyright (c) 2015-2019 rom-rb team
10
4
 
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
13
11
 
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -1,15 +1,15 @@
1
1
  [gem]: https://rubygems.org/gems/rom
2
- [travis]: https://travis-ci.com/rom-rb/rom
3
- [codeclimate]: https://codeclimate.com/github/rom-rb/rom
2
+ [actions]: https://github.com/rom-rb/rom/actions
3
+ [codacy]: https://www.codacy.com/gh/rom-rb/rom
4
4
  [inchpages]: http://inch-ci.org/github/rom-rb/rom/
5
5
  [chat]: https://rom-rb.zulipchat.com
6
6
 
7
7
  # rom [![Join the chat at https://rom-rb.zulipchat.com](https://img.shields.io/badge/rom--rb-join%20chat-942283.svg)][chat]
8
8
 
9
9
  [![Gem Version](https://badge.fury.io/rb/rom.svg)][gem]
10
- [![Build Status](https://travis-ci.com/rom-rb/rom.svg?branch=master)][travis]
11
- [![Code Climate](https://codeclimate.com/github/rom-rb/rom/badges/gpa.svg)][codeclimate]
12
- [![Test Coverage](https://codeclimate.com/github/rom-rb/rom/badges/coverage.svg)][codeclimate]
10
+ [![CI Status](https://github.com/rom-rb/rom/workflows/ci/badge.svg)][actions]
11
+ [![Codacy Badge](https://api.codacy.com/project/badge/Grade/f473a2496d6e41ed94d3fc1e96c4a486)][codacy]
12
+ [![Codacy Badge](https://api.codacy.com/project/badge/Coverage/f473a2496d6e41ed94d3fc1e96c4a486)][codacy]
13
13
  [![Inline docs](http://inch-ci.org/github/rom-rb/rom.svg?branch=master&style=flat)][inchpages]
14
14
  [![OpenCollective](https://opencollective.com/rom/backers/badge.svg)](#backers)
15
15
  [![OpenCollective](https://opencollective.com/rom/sponsors/badge.svg)](#sponsors)
@@ -21,7 +21,6 @@ the full power of your database.
21
21
  Main rom gem provides following components:
22
22
 
23
23
  * [core](https://github.com/rom-rb/rom/blob/master/core/README.md) - Core and Adapter APIs
24
- * [mapper](https://github.com/rom-rb/rom/blob/master/mapper/README.md) - Data mappers integrated with rom-core
25
24
  * [changeset](https://github.com/rom-rb/rom/blob/master/changeset/README.md) - Changeset objects integrated with rom-core
26
25
  * [repository](https://github.com/rom-rb/rom/blob/master/repository/README.md) - Additional repository abstraction integrated with rom-core
27
26
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ROM
4
- VERSION = '5.1.2'
4
+ VERSION = '5.2.1'
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.1.2
4
+ version: 5.2.1
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-17 00:00:00.000000000 Z
11
+ date: 2020-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rom-core
@@ -16,62 +16,56 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '5.1'
20
- - - ">="
21
- - !ruby/object:Gem::Version
22
- version: 5.1.2
19
+ version: '5.2'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - "~>"
28
25
  - !ruby/object:Gem::Version
29
- version: '5.1'
30
- - - ">="
31
- - !ruby/object:Gem::Version
32
- version: 5.1.2
26
+ version: '5.2'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: rom-repository
35
29
  requirement: !ruby/object:Gem::Requirement
36
30
  requirements:
37
31
  - - "~>"
38
32
  - !ruby/object:Gem::Version
39
- version: '5.1'
33
+ version: '5.2'
40
34
  type: :runtime
41
35
  prerelease: false
42
36
  version_requirements: !ruby/object:Gem::Requirement
43
37
  requirements:
44
38
  - - "~>"
45
39
  - !ruby/object:Gem::Version
46
- version: '5.1'
40
+ version: '5.2'
47
41
  - !ruby/object:Gem::Dependency
48
42
  name: rom-changeset
49
43
  requirement: !ruby/object:Gem::Requirement
50
44
  requirements:
51
45
  - - "~>"
52
46
  - !ruby/object:Gem::Version
53
- version: '5.1'
47
+ version: '5.2'
54
48
  type: :runtime
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
51
  requirements:
58
52
  - - "~>"
59
53
  - !ruby/object:Gem::Version
60
- version: '5.1'
54
+ version: '5.2'
61
55
  - !ruby/object:Gem::Dependency
62
56
  name: rake
63
57
  requirement: !ruby/object:Gem::Requirement
64
58
  requirements:
65
59
  - - "~>"
66
60
  - !ruby/object:Gem::Version
67
- version: '10.3'
61
+ version: '13.0'
68
62
  type: :development
69
63
  prerelease: false
70
64
  version_requirements: !ruby/object:Gem::Requirement
71
65
  requirements:
72
66
  - - "~>"
73
67
  - !ruby/object:Gem::Version
74
- version: '10.3'
68
+ version: '13.0'
75
69
  - !ruby/object:Gem::Dependency
76
70
  name: rspec
77
71
  requirement: !ruby/object:Gem::Requirement
@@ -120,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
114
  - !ruby/object:Gem::Version
121
115
  version: '0'
122
116
  requirements: []
123
- rubygems_version: 3.0.3
117
+ rubygems_version: 3.1.0.pre3
124
118
  signing_key:
125
119
  specification_version: 4
126
120
  summary: Persistence and mapping toolkit for Ruby