rubocop-github 0.24.0 → 0.25.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56060d50404e2ea343a8a561777417e59b20e2ab42e9b804cc77a72e929742ca
4
- data.tar.gz: f70290056aa82c4261ce602d5d4c469792cda56d8f3936d9c912e6664542d238
3
+ metadata.gz: f8617543354d9bac60144913034d9d547b8d7e02ba61562a855159117848ae9e
4
+ data.tar.gz: f2ec504e0ae1cd52cfb57434f816f31c22f08fb843cac9e8f655eac9194ce8fd
5
5
  SHA512:
6
- metadata.gz: 8ae85d5c7127a242d86f545152edae99daf6519ac0be04d6493f5c87022e47d12a4c252633674a4d645c7194ee9dfa0bc2b97e1c0c4234f8a1c2e18412b08e0e
7
- data.tar.gz: 2ce828f524149d5b2630f622afae2e50afa322b7d3bd3ebb87ab337ab4dfe4be86502ee50f3603f43e6c7bc25ddfc2f5f49cb8ffa28d89adeab1486420c331c3
6
+ metadata.gz: e38c676b69048676507e929418e6630da25c988b6c24d3be412e1cb450421df683f27888732a7d630c13cce1ecd2d037e470d03a1cf2fc272f3a3935d6f5f84d
7
+ data.tar.gz: 39fc0a3a59cb6b3a9d8b75d3c860145d4490f775eb95ce895166650199a9d068a26218b416f30fa9bff5ea9bf6de31b8491711f1ff6e1c671a90fc43a4951074
data/config/default.yml CHANGED
@@ -5,7 +5,8 @@ require:
5
5
  - rubocop-github
6
6
 
7
7
  plugins:
8
- - rubocop-performance
8
+ - rubocop-performance:
9
+ plugin_class_name: RuboCop::Performance::Plugin
9
10
 
10
11
  Bundler/DuplicatedGem:
11
12
  Enabled: true
data/config/rails.yml CHANGED
@@ -5,7 +5,8 @@ require:
5
5
  - rubocop-github-rails
6
6
 
7
7
  plugins:
8
- - rubocop-rails
8
+ - rubocop-rails:
9
+ plugin_class_name: RuboCop::Rails::Plugin
9
10
 
10
11
  GitHub/RailsControllerRenderActionSymbol:
11
12
  Enabled: true
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- VERSION = "0.24.0"
3
+ VERSION = "0.25.0"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-github
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub