salsify_rubocop 1.0.1 → 1.0.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/conf/rubocop_without_rspec.yml +1 -1
- data/lib/salsify_rubocop/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5fa36379bea483d845c1de726a71a13880af9bf0cb4729525daf06fa2a41a07b
|
|
4
|
+
data.tar.gz: 9410b375e9aad5d3dc0cb66ee0326e2eb936aaecee1df9cf9ac8cccc9dc83a5b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a111bbbc414b762d4f15800c9f57634be21baa1df714658496bb2afb580dfcb6ac742959e51ad7cb9b11d286045c5339f4f0bb6547590ec28161135d5e4f6f64
|
|
7
|
+
data.tar.gz: 1a50171024ee52a04fb95905743fdf546e9c22cfba57f8a096370802b6bcea86a18434c0b24ecb961683d4747d1f441f6c3455da224ca5cf42f2805141a3f264
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# salsify_rubocop
|
|
2
2
|
|
|
3
|
+
## 1.0.2
|
|
4
|
+
- Disable version specifier checks for the `Bundler/GemComment` cop until https://github.com/rubocop/rubocop/pull/9358
|
|
5
|
+
is merged.
|
|
6
|
+
|
|
3
7
|
## 1.0.1
|
|
4
8
|
- Configure file exclusions for `Rails/RakeEnvironment` and `Gemspec/RequiredRubyVersion`
|
|
5
9
|
|
|
@@ -10,10 +10,10 @@ AllCops:
|
|
|
10
10
|
- 'tmp/**/*'
|
|
11
11
|
- 'vendor/**/*'
|
|
12
12
|
|
|
13
|
+
# Don't check version_specifiers until https://github.com/rubocop/rubocop/pull/9358 merges
|
|
13
14
|
Bundler/GemComment:
|
|
14
15
|
Enabled: true
|
|
15
16
|
OnlyFor:
|
|
16
|
-
- 'version_specifiers'
|
|
17
17
|
- 'source'
|
|
18
18
|
- 'git'
|
|
19
19
|
- 'github'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: salsify_rubocop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Salsify, Inc
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-03-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -175,7 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
175
175
|
- !ruby/object:Gem::Version
|
|
176
176
|
version: '0'
|
|
177
177
|
requirements: []
|
|
178
|
-
rubygems_version: 3.
|
|
178
|
+
rubygems_version: 3.1.4
|
|
179
179
|
signing_key:
|
|
180
180
|
specification_version: 4
|
|
181
181
|
summary: Shared shared RuboCop configuration
|