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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf4488cacf9244dcc1eef749f7e8be0aec426462bbdd97bba63f2585d9e341fa
4
- data.tar.gz: 7c804cbcb3576fd3ba2852a667f0db842eb5b2393a7e775101930488eb2b97d4
3
+ metadata.gz: 5fa36379bea483d845c1de726a71a13880af9bf0cb4729525daf06fa2a41a07b
4
+ data.tar.gz: 9410b375e9aad5d3dc0cb66ee0326e2eb936aaecee1df9cf9ac8cccc9dc83a5b
5
5
  SHA512:
6
- metadata.gz: a19b74a0b2600a044f45ae9203a4115cf8dc66b8422c7cf3424d9028d81e273e9cd474dc2f518c5d1f6b39c48b8b95ffb28ec534f56ce14f5bf1ac8f4973689a
7
- data.tar.gz: 30b89b5377a2a32895e26947cee22985a17221334519e26bf7e0e3b63e37becd2616c1856626350a5123d51958254beebb5fdde7e1fd1bb16f4d67d8c1bffef5
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'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SalsifyRubocop
4
- VERSION = '1.0.1'
4
+ VERSION = '1.0.2'
5
5
  end
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.1
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: 2020-12-14 00:00:00.000000000 Z
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.0.8
178
+ rubygems_version: 3.1.4
179
179
  signing_key:
180
180
  specification_version: 4
181
181
  summary: Shared shared RuboCop configuration