rubocop-sorbet 0.10.1 → 0.10.2

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: 890d05a2b3a1bdbd0b1bc8e406c31563306732664faeb0f22b4ac3437017d0b1
4
- data.tar.gz: c82de2c3757ebccb1ddb1955238c9e0005f2211887ef27e0118bc9ebd938d8a7
3
+ metadata.gz: 39f455b224ebfe0ed1167d4f65df45ba786f5605e7571c81775235563c2d964a
4
+ data.tar.gz: f0b2762513b7ee13abf3e2ad63222e796df11692f837530af59285802a54389c
5
5
  SHA512:
6
- metadata.gz: c1d3c14c1ef19f582bb01b768ba0e6110cb5c416da71128fb522839dc09798623e7c0e680842191908d62f9ca34c9228d05ee493acb6285e20cbba0738a078a9
7
- data.tar.gz: 19c6a4eef2efec75790045a39c7bdd54360d43a700e30068ae0e77a872141e869832df04751a9f1b7db24f3801507c50927c4595cad09a7d42e9dc187097bbd9
6
+ metadata.gz: 1407c352354c7dcc548f0e6f2a031ba214627e09c766fd67665f0c47973232bbe406cff70a1a6c6178494bbacee41fcdc0ace83a2c987c7220cdd9e494384bbe
7
+ data.tar.gz: 6df2c39e491354b98265115b646ed149bf84b127d28057a0eac05714ed45312377d2fc454945c3e602817b44b46d805c9572affa68d4f04429ef3635faf9663c
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-sorbet (0.10.1)
4
+ rubocop-sorbet (0.10.2)
5
5
  lint_roller
6
- rubocop (>= 1)
6
+ rubocop (>= 1.75.2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
data/Rakefile CHANGED
@@ -34,6 +34,7 @@ task :new_cop, [:cop] do |_task, args|
34
34
  # We don't use Rubocop's changelog automation workflow
35
35
  todo_without_changelog_instruction = generator.todo
36
36
  .sub(/$\s+4\. Run.*changelog.*for your new cop\.$/m, "")
37
+ .sub(/^ 3./, " 3. Run `bundle exec rake generate_cops_documentation` to generate\n documentation for your new cop.\n 4.")
37
38
  puts todo_without_changelog_instruction
38
39
  end
39
40
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.1
1
+ 0.10.2
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Sorbet
5
- VERSION = "0.10.1"
5
+ VERSION = "0.10.2"
6
6
  end
7
7
  end
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
29
29
  spec.require_paths = ["lib"]
30
30
 
31
31
  spec.add_runtime_dependency("lint_roller")
32
- spec.add_runtime_dependency("rubocop", ">= 1")
32
+ spec.add_runtime_dependency("rubocop", ">= 1.75.2")
33
33
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-sorbet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ufuk Kayserilioglu
@@ -32,14 +32,14 @@ dependencies:
32
32
  requirements:
33
33
  - - ">="
34
34
  - !ruby/object:Gem::Version
35
- version: '1'
35
+ version: 1.75.2
36
36
  type: :runtime
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
- version: '1'
42
+ version: 1.75.2
43
43
  email:
44
44
  - ruby@shopify.com
45
45
  executables: []