rubocop-lts 1.0.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rubocop/lts/version.rb +1 -1
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56dd00ae585c9ff3d1040813cbf3dfff7c0416eda05ee7b2ca0c32d8ded3c44f
4
- data.tar.gz: a01d0249a0ca8448a0683dbe803cb8cfabb44a439405df40c39d6021956322de
3
+ metadata.gz: c392174bac591ecc43ef42936c7b6ab8e5da13b8c957b36e49d8b9793fddd5d5
4
+ data.tar.gz: 95787af3239a09bb23472ea3bf691735bc0f3fdcae0121cdb60ce2b99cc3f1b8
5
5
  SHA512:
6
- metadata.gz: c53b093b987c7928e6282efa154555de82497b718d9ab750092b8877359d624e3b1704b8fa9fe2c2d3e3f938c9e4212a4cae4d6c7a51e61889735687af052bc8
7
- data.tar.gz: a1faab69f963cbd1481419ec11e9f0e7c08d44160d0fefa21fd56ba800ab239deed49f6c6a86083fdf7cb747d8da1e44353802b5c0a75e6650aa04f69dd37371
6
+ metadata.gz: 2972882044c1111153538b701834dcfd313da4c48989ef5cdbb7379faf011975f8d85e4edbf4550f720a32e291157596f12d099aa6a344486ba57e0b4675e842
7
+ data.tar.gz: b2957b1ebe19a3c4225e7eb51816e3b57306f5e4f67ec8b903c2f6847748168f1ffe3c3f6959df365c1536b3db698dcc95a209b8e3ba7fc4838815c6918f4d6e
@@ -3,6 +3,6 @@
3
3
 
4
4
  module Rubocop
5
5
  module Lts
6
- VERSION = "1.0.0".freeze
6
+ VERSION = "2.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: 1.0.0
4
+ version: 2.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/v1.0.0
52
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v1.0.0/CHANGELOG.md
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
53
53
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
54
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby1_9/1.0.0
54
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby1_9/2.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: 1.9.0
66
66
  - - "<"
67
67
  - !ruby/object:Gem::Version
68
- version: '2'
68
+ version: '3.2'
69
69
  required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - ">="