rubocop-lts 2.0.0 → 4.0.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c392174bac591ecc43ef42936c7b6ab8e5da13b8c957b36e49d8b9793fddd5d5
4
- data.tar.gz: 95787af3239a09bb23472ea3bf691735bc0f3fdcae0121cdb60ce2b99cc3f1b8
3
+ metadata.gz: 16f9823b09ac500cb5c63b11b72dafc0a8720054ce40262de59afa996a11d0e5
4
+ data.tar.gz: 2607523c8b3833c531f7c1d1939d081bae8f7495e0ce872b4d9c8e1908275dcd
5
5
  SHA512:
6
- metadata.gz: 2972882044c1111153538b701834dcfd313da4c48989ef5cdbb7379faf011975f8d85e4edbf4550f720a32e291157596f12d099aa6a344486ba57e0b4675e842
7
- data.tar.gz: b2957b1ebe19a3c4225e7eb51816e3b57306f5e4f67ec8b903c2f6847748168f1ffe3c3f6959df365c1536b3db698dcc95a209b8e3ba7fc4838815c6918f4d6e
6
+ metadata.gz: 281d8ba384c6db26bd27a01e76af4b6566d7dbc6b627f42644a7a5ab61a9947da49b6159db4536b06a3b5d6afc2d8a79fffe1fa3d2e7391207178c02ae0f9af0
7
+ data.tar.gz: 88f43bc694336b78704265964d7cbf000121b02eab8cffe0c00a56e6fd1be6e225dabc4916e3eb517cd069c4c1f7b293fed0783e76f04ebf88b12dd67a099e4e
data/CHANGELOG.md CHANGED
@@ -13,6 +13,33 @@ 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
+
20
+ ## [3.0.0] - 2022-05-22
21
+ ### Added
22
+ - Initial odd release supporting Ruby ~> 2.0
23
+
24
+ ## [2.0.1] - 2022-05-22
25
+ ### Fixed
26
+ - Documentation typos & gemspec URLs
27
+
28
+ ## [2.0.0] - 2022-05-22
29
+ ### Added
30
+ - Initial even release supporting Ruby >= 1.9
31
+
32
+ ## [1.0.1] - 2022-05-22
33
+ ### Fixed
34
+ - Documentation typos & gemspec URLs
35
+
16
36
  ## [1.0.0] - 2022-05-22
17
37
  ### Added
18
38
  - Initial odd release supporting Ruby ~> 1.9
39
+
40
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...HEAD
41
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v3.0.0
42
+ [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
43
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v2.0.0
44
+ [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
45
+ [1.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/f0fcf8e7dbb4d884a01c7191e7f26ef8bf3b22af...v1.0.0
data/README.md CHANGED
@@ -35,12 +35,12 @@ 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 only Ruby 1.9.**
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
42
42
 
43
- ## Version Conventions
43
+ ## Version Conventions
44
44
 
45
45
  ### Odd Major Release
46
46
 
@@ -118,7 +118,7 @@ Each major version will have a tracking branch named accordingly, [for developme
118
118
 
119
119
  ### 🪢 How To Untie Gorgon's Knot
120
120
 
121
- > NOTE: `rubocop-lts` is under active development, and hasn't had any releases yet. The ruby specific versions, e.g. `rubocop-ruby2_7`, are complete already, and you can use them! Keep scrolling down for links to each of them.
121
+ > NOTE: The ruby specific versions, e.g. `rubocop-ruby2_7`, can be used if you won't be upgrading ruby. Keep scrolling down for links to each of them.
122
122
 
123
123
  How to upgrade a project from yesterday, to today.
124
124
 
@@ -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', '~> 1.0', require: false
205
+ gem 'rubocop-lts', '~> 4.0', require: false
206
206
  ```
207
207
 
208
208
  And then execute:
@@ -288,13 +288,32 @@ The gem is available as open source under the terms of
288
288
  the [MIT License][license] [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)][license-ref].
289
289
  See [LICENSE][license] for the official [Copyright Notice][copyright-notice-explainer].
290
290
 
291
- * Copyright (c) 2022 [Peter H. Boling][peterboling] of [Rails Bling][railsbling]
291
+ <details>
292
+ <summary>Project Logos (rubocop-lts)</summary>
292
293
 
293
- [copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
294
+ See [docs/images/logo/README.txt][project-logos]
295
+ </details>
296
+
297
+ <details>
298
+ <summary>Organization Logo (rubocop-semver)</summary>
299
+
300
+ Author: [Yusuf Evli][org-logo-author]
301
+ Source: [Unsplash][org-logo-source]
302
+ License: [Unsplash License][org-logo-license]
303
+ </details>
304
+
305
+ [project-logos]: https://github.com/rubocop-lts/rubocop-lts/blob/main/docs/images/logo/README.txt
306
+ [org-logo-author]: https://unsplash.com/@yusufevli
307
+ [org-logo-source]: https://unsplash.com/photos/yaSLNLtKRIU
308
+ [org-logo-license]: https://unsplash.com/license
309
+
310
+ ### © Copyright
311
+
312
+ * Copyright (c) 2022 [Peter H. Boling][peterboling] of [Rails Bling][railsbling]
294
313
 
295
314
  ## 🤝 Code of Conduct
296
315
 
297
- Everyone interacting in the Rubocop::Ruby19 project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rubocop-lts/rubocop-lts/blob/main/CODE_OF_CONDUCT.md).
316
+ Everyone interacting in Rubocop LTS codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rubocop-lts/rubocop-lts/blob/main/CODE_OF_CONDUCT.md).
298
317
 
299
318
  ## 📌 Versioning
300
319
 
@@ -310,7 +329,7 @@ For example:
310
329
 
311
330
  <!-- FIND VERSION -->
312
331
  ```ruby
313
- spec.add_dependency "rubocop-lts", "~> 1.0"
332
+ spec.add_dependency "rubocop-lts", "~> 4.0"
314
333
  ```
315
334
 
316
335
 
@@ -3,6 +3,6 @@
3
3
 
4
4
  module Rubocop
5
5
  module Lts
6
- VERSION = "2.0.0".freeze
6
+ VERSION = "4.0.0".freeze
7
7
  end
8
8
  end
data/spec/spec_helper.rb CHANGED
@@ -2,7 +2,7 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  # This gem
5
- require "rubocop/ruby1_9"
5
+ require "rubocop/ruby2_0"
6
6
 
7
7
  # RSpec Configs
8
8
  require "config/rspec/rspec_core"
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: 2.0.0
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -11,19 +11,19 @@ cert_chain: []
11
11
  date: 2022-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: rubocop-ruby1_9
14
+ name: rubocop-ruby2_0
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.0.3
19
+ version: 1.0.4
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.0.3
26
+ version: 1.0.4
27
27
  description: Rubocop LTS - Chaos Reduction In a Bottle
28
28
  email:
29
29
  - peter.boling@gmail.com
@@ -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/v2.0.0
52
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v2.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-ruby1_9/2.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:
@@ -62,7 +62,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: 1.9.0
65
+ version: 2.0.0
66
66
  - - "<"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3.2'