We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 382fd44 + dc238b3 commit 2d1bb5eCopy full SHA for 2d1bb5e
niftany.gemspec
@@ -2,7 +2,7 @@
2
3
Gem::Specification.new do |spec|
4
spec.name = 'niftany'
5
- spec.version = '0.10.0'
+ spec.version = '0.10.1'
6
spec.metadata = { 'rubygems_mfa_required' => 'true' }
7
spec.authors = ['Adam Wead']
8
spec.email = ['amsterdamos@gmail.com']
niftany_rubocop_rspec.yml
@@ -1,12 +1,6 @@
1
---
require: rubocop-rspec
-AllCops:
- RSpec:
- Patterns:
- - _spec.rb
- - "(?:^|/)spec/"
9
-
10
Layout/MultilineBlockLayout:
11
Exclude:
12
- 'spec/**/*'
0 commit comments