Skip to content

Commit 2d1bb5e

Browse files
Merge pull request #25 from psu-libraries/fix-warning
allcops does not support rspec
2 parents 382fd44 + dc238b3 commit 2d1bb5e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

niftany.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = 'niftany'
5-
spec.version = '0.10.0'
5+
spec.version = '0.10.1'
66
spec.metadata = { 'rubygems_mfa_required' => 'true' }
77
spec.authors = ['Adam Wead']
88
spec.email = ['amsterdamos@gmail.com']

niftany_rubocop_rspec.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
---
22
require: rubocop-rspec
33

4-
AllCops:
5-
RSpec:
6-
Patterns:
7-
- _spec.rb
8-
- "(?:^|/)spec/"
9-
104
Layout/MultilineBlockLayout:
115
Exclude:
126
- 'spec/**/*'

0 commit comments

Comments
 (0)