rubocop-lts 17.0.0 → 18.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 71fa37cc6d31f4f645193c44e3d8b97a899c563c2f53e7b57fadc8ed77d897f6
4
- data.tar.gz: 83fda5b0016da9e82a31f915f4704032058ddb0f3dfeba007686065f9eb6c960
3
+ metadata.gz: a34a85de07e892582ff75c521b59f55495fcd017b31575800e2c106092e82b1b
4
+ data.tar.gz: 5d90877081d02ba53079e4870a685211b471c6de865f065958ca657fb7d3add7
5
5
  SHA512:
6
- metadata.gz: 823447e68938e61d683e2c2d7824b7f0bf340dac45f34b91bbd50bd1f8b7553da2ded5d07a9cf945712375cc787ab8a15912cc6e7204594593958be16ecdb1ef
7
- data.tar.gz: 38a5e21a2007f7b4fa142eb7f3a7e295ab000b14729dffe5445b93ab71a6b388b6d55e83d53eb7861ba493b7983e1805c8941a014835e4ffcf5bd78d1344975e
6
+ metadata.gz: 1a4347a3841b807e55cacdb614ed6fda471cc90325ffd66dcb6f72b08c2869516fbe26795e543d98bcd4596cc21c2b8b73b427f5977840e0cf7a5864f8de6f92
7
+ data.tar.gz: 9cccea908113f45b9860438aa5887ce1c622144fad3dea2f52da37af2a91caf9811a039a2ff40147a13f011efdd572cb394316569cf9f508a132434e1749f4e4
data/CHANGELOG.md CHANGED
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [18.0.0] - 2022-05-23
17
+ ### Added
18
+ - Initial even release supporting Ruby >= 2.7
19
+
16
20
  ## [17.0.0] - 2022-05-23
17
21
  ### Added
18
22
  - Initial odd release supporting Ruby ~> 2.7
@@ -131,7 +135,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131
135
  ### Added
132
136
  - Initial odd release supporting Ruby ~> 1.9
133
137
 
134
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...HEAD
138
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...HEAD
139
+ [18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v18.0.0
135
140
  [17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v17.0.0
136
141
  [16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v16.0.0
137
142
  [15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v15.0.0
data/README.md CHANGED
@@ -35,7 +35,7 @@ Projects that support a single version of Ruby (like many closed-source applicat
35
35
  Projects that support multiple versions of Ruby simultaneously (like many open-source applications and libraries) will use the [Even releases][even-release].
36
36
 
37
37
  <!-- FIND VERSION -->
38
- **This README is for the odd release of `rubocop-lts` supporting Ruby >= 2.7.0.**
38
+ **This README is for the even release of `rubocop-lts` supporting Ruby >= 2.7.0.**
39
39
 
40
40
  [odd-release]: https://github.com/rubocop-lts/rubocop-lts#odd-major-release
41
41
  [even-release]: https://github.com/rubocop-lts/rubocop-lts#even-major-release
@@ -202,7 +202,7 @@ Add this line to your application's Gemfile:
202
202
 
203
203
  <!-- FIND VERSION -->
204
204
  ```ruby
205
- gem 'rubocop-lts', '~> 17.0', require: false
205
+ gem 'rubocop-lts', '~> 18.0', require: false
206
206
  ```
207
207
 
208
208
  And then execute:
@@ -329,7 +329,7 @@ For example:
329
329
 
330
330
  <!-- FIND VERSION -->
331
331
  ```ruby
332
- spec.add_dependency "rubocop-lts", "~> 17.0"
332
+ spec.add_dependency "rubocop-lts", "~> 18.0"
333
333
  ```
334
334
 
335
335
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Lts
5
- VERSION = "17.0.0"
5
+ VERSION = "18.0.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-lts
3
3
  version: !ruby/object:Gem::Version
4
- version: 17.0.0
4
+ version: 18.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -49,10 +49,10 @@ licenses:
49
49
  - MIT
50
50
  metadata:
51
51
  homepage_uri: https://github.com/rubocop-lts/rubocop-lts
52
- source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v17.0.0
53
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v17.0.0/CHANGELOG.md
52
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v18.0.0
53
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v18.0.0/CHANGELOG.md
54
54
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
55
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/17.0.0
55
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/18.0.0
56
56
  wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
57
57
  rubygems_mfa_required: 'true'
58
58
  post_install_message:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  version: 2.7.0
67
67
  - - "<"
68
68
  - !ruby/object:Gem::Version
69
- version: '3.0'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="