rubocop-pragmatic 0.6.2 → 0.7.1

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: 2d276886565e3fb0f05432a73f9c1beccb78e87c15f59e03d9c9d18ac799672a
4
- data.tar.gz: d693628c564f46c67c59f059111b5dcc49d64c8d13d20cfc008b3fb633303e86
3
+ metadata.gz: 6060219407da9777072742e6df505bd4fa8915bf336c8d43b5449f7f65b007ee
4
+ data.tar.gz: 85b7eb02b64d2f39398f9c45698f7ca6585c74d243d7c389e86f1295b215eb08
5
5
  SHA512:
6
- metadata.gz: 5c559d80050fa4da56a2407526f489451187e33b3043a6404285e2e0ab72f92e36d5e1bfc1eb4fc58a1b6d6a68c727c036264fed7a8be808826c87924131c4c1
7
- data.tar.gz: 0e44017c574b085c4acfc19b297528c26f1efac88cbd5796a1b74cc9579a0abb3ff52676a654bd311324bd1fa3964940388d057892abfeb0d2387f1113dbb858
6
+ metadata.gz: b77eafbb69d7558f325776bdd93d7a1801c666fe0314ea17b328a92c99263b84c06e57ad2ca5b55e3293e02ff8ec3e4b742c741dcb7e5be44b9c1c3673e4d17e
7
+ data.tar.gz: a633e7b173d558f75d93d723a462e7703dd161b0b4fa42ee7e23c1be4e1c3cf8d4dec4ead8221a823822c327bd2de2e1f7264f4417c0d016911befd6c166ae1d
@@ -1,5 +1,5 @@
1
1
  module Rubocop
2
2
  module Pragmatic
3
- VERSION = "0.6.2".freeze
3
+ VERSION = "0.7.1".freeze
4
4
  end
5
5
  end
data/rubocop-capybara.yml CHANGED
@@ -7,5 +7,5 @@ Capybara:
7
7
  Severity: convention
8
8
 
9
9
  # Silly, and results in false-positives
10
- Capybara/NegationMatcherAfterVisit:
10
+ Capybara/RSpec/NegationMatcherAfterVisit:
11
11
  Enabled: false
data/rubocop.yml CHANGED
@@ -52,6 +52,9 @@ Metrics/AbcSize:
52
52
 
53
53
  Metrics/BlockLength:
54
54
  Max: 50
55
+ AllowedMethods:
56
+ - "refine"
57
+ - "class_methods"
55
58
  Exclude:
56
59
  - "**/*.gemspec"
57
60
  - "**/config/routes.rb"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-pragmatic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan McGeary
@@ -129,14 +129,14 @@ dependencies:
129
129
  requirements:
130
130
  - - "~>"
131
131
  - !ruby/object:Gem::Version
132
- version: 2.22.0
132
+ version: '2.23'
133
133
  type: :runtime
134
134
  prerelease: false
135
135
  version_requirements: !ruby/object:Gem::Requirement
136
136
  requirements:
137
137
  - - "~>"
138
138
  - !ruby/object:Gem::Version
139
- version: 2.22.0
139
+ version: '2.23'
140
140
  - !ruby/object:Gem::Dependency
141
141
  name: rubocop-erb
142
142
  requirement: !ruby/object:Gem::Requirement
@@ -258,7 +258,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
258
258
  - !ruby/object:Gem::Version
259
259
  version: '0'
260
260
  requirements: []
261
- rubygems_version: 4.0.9
261
+ rubygems_version: 4.0.21
262
262
  specification_version: 4
263
263
  summary: Pragmatic Ruby Styling for Projects.
264
264
  test_files: []