rubocop-lts 2.0.1 → 3.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 +4 -4
- data/CHANGELOG.md +7 -1
- data/README.md +7 -7
- data/lib/rubocop/lts/version.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6267933ed70ced700270b5690d8d2042a0a5773ad9b014ad04d4661801af1365
|
|
4
|
+
data.tar.gz: b45171da57d07c4bc87f05d2e45e1ddc5e697b1ae2bd5134bb771ea26684edd1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0285b68f9f647a682e8bd34e666bb31a15374ab1a5422db9c5a743d299c807b91732519df25b5a1eac3c2473458aa2db5e9d9c3a14330d62d3749a91f6bb902a'
|
|
7
|
+
data.tar.gz: cc2b087c81a5a7008e09c81614f65e1eac2facd095902687e536098c47ac8c1d12055f991b94e4188734922f220f6af84be7c97c6c150867ac2cd314a4be70bb
|
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
|
+
## [3.0.0] - 2022-05-22
|
|
17
|
+
### Added
|
|
18
|
+
- Initial odd release supporting Ruby ~> 2.0
|
|
19
|
+
|
|
16
20
|
## [2.0.1] - 2022-05-22
|
|
17
21
|
### Fixed
|
|
18
22
|
- Documentation typos & gemspec URLs
|
|
@@ -29,7 +33,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
29
33
|
### Added
|
|
30
34
|
- Initial odd release supporting Ruby ~> 1.9
|
|
31
35
|
|
|
32
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/
|
|
36
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...HEAD
|
|
37
|
+
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v3.0.0
|
|
38
|
+
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
|
33
39
|
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v2.0.0
|
|
34
40
|
[1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
|
|
35
41
|
[1.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/f0fcf8e7dbb4d884a01c7191e7f26ef8bf3b22af...v1.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
|
|
38
|
+
**This README is for the odd 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
|
|
@@ -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:
|
|
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', '~>
|
|
205
|
+
gem 'rubocop-lts', '~> 3.0', require: false
|
|
206
206
|
```
|
|
207
207
|
|
|
208
208
|
And then execute:
|
|
@@ -289,7 +289,7 @@ the [MIT License][license] [</summary>
|
|
293
293
|
|
|
294
294
|
See [docs/images/logo/README.txt][project-logos]
|
|
295
295
|
</details>
|
|
@@ -302,7 +302,7 @@ Source: [Unsplash][org-logo-source]
|
|
|
302
302
|
License: [Unsplash License][org-logo-license]
|
|
303
303
|
</details>
|
|
304
304
|
|
|
305
|
-
[project-logos]: https://github.com/rubocop-lts/rubocop-
|
|
305
|
+
[project-logos]: https://github.com/rubocop-lts/rubocop-lts/blob/main/docs/images/logo/README.txt
|
|
306
306
|
[org-logo-author]: https://unsplash.com/@yusufevli
|
|
307
307
|
[org-logo-source]: https://unsplash.com/photos/yaSLNLtKRIU
|
|
308
308
|
[org-logo-license]: https://unsplash.com/license
|
|
@@ -313,7 +313,7 @@ License: [Unsplash License][org-logo-license]
|
|
|
313
313
|
|
|
314
314
|
## 🤝 Code of Conduct
|
|
315
315
|
|
|
316
|
-
Everyone interacting in
|
|
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).
|
|
317
317
|
|
|
318
318
|
## 📌 Versioning
|
|
319
319
|
|
|
@@ -329,7 +329,7 @@ For example:
|
|
|
329
329
|
|
|
330
330
|
<!-- FIND VERSION -->
|
|
331
331
|
```ruby
|
|
332
|
-
spec.add_dependency "rubocop-lts", "~>
|
|
332
|
+
spec.add_dependency "rubocop-lts", "~> 3.0"
|
|
333
333
|
```
|
|
334
334
|
|
|
335
335
|
|
data/lib/rubocop/lts/version.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
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:
|
|
4
|
+
version: 3.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-
|
|
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.
|
|
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.
|
|
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/
|
|
52
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/
|
|
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
|
|
53
53
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
|
|
54
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/
|
|
54
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/3.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,10 +62,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
62
62
|
requirements:
|
|
63
63
|
- - ">="
|
|
64
64
|
- !ruby/object:Gem::Version
|
|
65
|
-
version:
|
|
65
|
+
version: 2.0.0
|
|
66
66
|
- - "<"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '
|
|
68
|
+
version: '2.1'
|
|
69
69
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
70
|
requirements:
|
|
71
71
|
- - ">="
|