rubocop-lts 2.0.0 → 2.0.1

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: c392174bac591ecc43ef42936c7b6ab8e5da13b8c957b36e49d8b9793fddd5d5
4
- data.tar.gz: 95787af3239a09bb23472ea3bf691735bc0f3fdcae0121cdb60ce2b99cc3f1b8
3
+ metadata.gz: e6dc534bb647c65f54e1dbe7188a2c1e7e7e5f0bd4181333ccbc8d6a9ecb9539
4
+ data.tar.gz: e34581d6578d54032d38b0c43c57e0041a4b1c804e0d332b7da94f7e3251aad0
5
5
  SHA512:
6
- metadata.gz: 2972882044c1111153538b701834dcfd313da4c48989ef5cdbb7379faf011975f8d85e4edbf4550f720a32e291157596f12d099aa6a344486ba57e0b4675e842
7
- data.tar.gz: b2957b1ebe19a3c4225e7eb51816e3b57306f5e4f67ec8b903c2f6847748168f1ffe3c3f6959df365c1536b3db698dcc95a209b8e3ba7fc4838815c6918f4d6e
6
+ metadata.gz: bd6de6221878d022f986e5da3a5c9a344d6de91cf39e5139ff42ce6d0ef711d32d12d0360605c54ad7b4089bbded868d38dcf88aaaee20a59d93c52fdae72b84
7
+ data.tar.gz: 0c9318e1968ddeca2e2af10d72bb3cfa20ec78d4cff841f1fd90a30851518a52dff3cb93e1bf450b984397c66b1f490b40eb76ba48ed6e0df208a82d948d1a24
data/CHANGELOG.md CHANGED
@@ -13,6 +13,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [2.0.1] - 2022-05-22
17
+ ### Fixed
18
+ - Documentation typos & gemspec URLs
19
+
20
+ ## [2.0.0] - 2022-05-22
21
+ ### Added
22
+ - Initial even release supporting Ruby >= 1.9
23
+
24
+ ## [1.0.1] - 2022-05-22
25
+ ### Fixed
26
+ - Documentation typos & gemspec URLs
27
+
16
28
  ## [1.0.0] - 2022-05-22
17
29
  ### Added
18
30
  - Initial odd release supporting Ruby ~> 1.9
31
+
32
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...HEAD
33
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v2.0.0
34
+ [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
35
+ [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 >= 1.9.**
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
 
@@ -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', '~> 2.0', require: false
206
206
  ```
207
207
 
208
208
  And then execute:
@@ -288,9 +288,28 @@ 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-ruby3_1)</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-ruby3_1/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
 
@@ -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", "~> 2.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 = "2.0.1".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: 2.0.0
4
+ version: 2.0.1
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/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/v2.0.1
52
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v2.0.1/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/2.0.1
55
55
  wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
56
56
  rubygems_mfa_required: 'true'
57
57
  post_install_message: