rubocop-lts 3.0.0 → 4.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: 6267933ed70ced700270b5690d8d2042a0a5773ad9b014ad04d4661801af1365
4
- data.tar.gz: b45171da57d07c4bc87f05d2e45e1ddc5e697b1ae2bd5134bb771ea26684edd1
3
+ metadata.gz: 16f9823b09ac500cb5c63b11b72dafc0a8720054ce40262de59afa996a11d0e5
4
+ data.tar.gz: 2607523c8b3833c531f7c1d1939d081bae8f7495e0ce872b4d9c8e1908275dcd
5
5
  SHA512:
6
- metadata.gz: '0285b68f9f647a682e8bd34e666bb31a15374ab1a5422db9c5a743d299c807b91732519df25b5a1eac3c2473458aa2db5e9d9c3a14330d62d3749a91f6bb902a'
7
- data.tar.gz: cc2b087c81a5a7008e09c81614f65e1eac2facd095902687e536098c47ac8c1d12055f991b94e4188734922f220f6af84be7c97c6c150867ac2cd314a4be70bb
6
+ metadata.gz: 281d8ba384c6db26bd27a01e76af4b6566d7dbc6b627f42644a7a5ab61a9947da49b6159db4536b06a3b5d6afc2d8a79fffe1fa3d2e7391207178c02ae0f9af0
7
+ data.tar.gz: 88f43bc694336b78704265964d7cbf000121b02eab8cffe0c00a56e6fd1be6e225dabc4916e3eb517cd069c4c1f7b293fed0783e76f04ebf88b12dd67a099e4e
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
+ ## [4.0.0] - 2022-05-22
17
+ ### Added
18
+ - Initial even release supporting Ruby >= 2.0
19
+
16
20
  ## [3.0.0] - 2022-05-22
17
21
  ### Added
18
22
  - Initial odd release supporting Ruby ~> 2.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.0.0.**
38
+ **This README is for the even release of `rubocop-lts` supporting Ruby >= 2.0.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', '~> 3.0', require: false
205
+ gem 'rubocop-lts', '~> 4.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", "~> 3.0"
332
+ spec.add_dependency "rubocop-lts", "~> 4.0"
333
333
  ```
334
334
 
335
335
 
@@ -3,6 +3,6 @@
3
3
 
4
4
  module Rubocop
5
5
  module Lts
6
- VERSION = "3.0.0".freeze
6
+ VERSION = "4.0.0".freeze
7
7
  end
8
8
  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: 3.0.0
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -48,10 +48,10 @@ licenses:
48
48
  - MIT
49
49
  metadata:
50
50
  homepage_uri: https://github.com/rubocop-lts/rubocop-lts
51
- source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v3.0.0
52
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v3.0.0/CHANGELOG.md
51
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v4.0.0
52
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v4.0.0/CHANGELOG.md
53
53
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
54
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/3.0.0
54
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/4.0.0
55
55
  wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
56
56
  rubygems_mfa_required: 'true'
57
57
  post_install_message:
@@ -65,7 +65,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
65
65
  version: 2.0.0
66
66
  - - "<"
67
67
  - !ruby/object:Gem::Version
68
- version: '2.1'
68
+ version: '3.2'
69
69
  required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - ">="