rubocop-lts 1.0.2 → 2.0.2

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: 1d0f62222c364b0f21068ca7f061549e24f88b8dc9c0569bd326efe896838491
4
- data.tar.gz: 59d204a2d5c05b573c8c687c0d6c0e4a7babb32e037ee51cc1a28ef0a7a361b3
3
+ metadata.gz: 6a7012e21fe7c6f6d963a5e7b78203448f01a87e294aaf419e9ffefef1b1bfae
4
+ data.tar.gz: 6ddf9b8d4bbf6cb4ba2de1d6192daf40948b60d03803501bff704114dfe3b91d
5
5
  SHA512:
6
- metadata.gz: 8764a742217844a03e1593499e75fbe07ca317e97b8ef0ec0e54bc62136145b37defd6956221c4199db9ff60c618b5ec0785b51976238236df82214ae7fe600f
7
- data.tar.gz: 639f2c75d2b6a61eb882f24660c40c42af78bbc7cb9aeb8064bea88b62c7ed29b309049b2ace3440b6399f7dc0a44e45d0af41db106a570ede009f465d50b9d5
6
+ metadata.gz: e065ecb18e90fea3fb0be879598763143b7355766bd451f82cf90fe33da999e2167a3caee62b8ba8ef62b757bc82b834375900524693b158a2a54c10b9dd8927
7
+ data.tar.gz: 71f85b1aa4b483a749eacaaa7100adeb8f72df19af558a54e2900cc050452770687ecf04088e1ce0a571c4e96af6650669095cab79914f3140cbc4eb63dca661
data/CHANGELOG.md CHANGED
@@ -13,6 +13,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [2.0.2] - 2022-05-23
17
+ ### Fixed
18
+ - Ship rubocop config files in gem
19
+ - rubocop-lts.yml
20
+ - rubocop-lts1_8.yml
21
+
22
+ ## [2.0.1] - 2022-05-22
23
+ ### Fixed
24
+ - Documentation typos & gemspec URLs
25
+
26
+ ## [2.0.0] - 2022-05-22
27
+ ### Added
28
+ - Initial even release supporting Ruby >= 1.9
29
+
16
30
  ## [1.0.2] - 2022-05-23
17
31
  ### Fixed
18
32
  - Ship rubocop config files in gem
@@ -27,7 +41,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
41
  ### Added
28
42
  - Initial odd release supporting Ruby ~> 1.9
29
43
 
44
+ <<<<<<< HEAD
45
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...HEAD
46
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v2.0.0
47
+ =======
30
48
  [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...HEAD
31
49
  [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
50
+ >>>>>>> b11fc61 (🔖 Prepare for 1.0.2)
32
51
  [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
33
52
  [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 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
@@ -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:
@@ -329,7 +329,7 @@ For example:
329
329
 
330
330
  <!-- FIND VERSION -->
331
331
  ```ruby
332
- spec.add_dependency "rubocop-lts", "~> 1.0"
332
+ spec.add_dependency "rubocop-lts", "~> 2.0"
333
333
  ```
334
334
 
335
335
 
@@ -3,6 +3,6 @@
3
3
 
4
4
  module Rubocop
5
5
  module Lts
6
- VERSION = "1.0.2".freeze
6
+ VERSION = "2.0.2".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: 1.0.2
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -50,10 +50,10 @@ licenses:
50
50
  - MIT
51
51
  metadata:
52
52
  homepage_uri: https://github.com/rubocop-lts/rubocop-lts
53
- source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v1.0.2
54
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v1.0.2/CHANGELOG.md
53
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v2.0.2
54
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v2.0.2/CHANGELOG.md
55
55
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
56
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/1.0.2
56
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/2.0.2
57
57
  wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
58
58
  rubygems_mfa_required: 'true'
59
59
  post_install_message:
@@ -67,7 +67,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
67
  version: 1.9.0
68
68
  - - "<"
69
69
  - !ruby/object:Gem::Version
70
- version: '2'
70
+ version: '3.2'
71
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="