Include .rubocop.yml in Gem
This commit is contained in:
parent
a820f8d9c8
commit
198103ce7a
|
@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
|||
s.homepage = 'https://github.com/jekyll/jekyll'
|
||||
|
||||
all_files = `git ls-files -z`.split("\x0")
|
||||
s.files = all_files.grep(%r{^(bin|lib)/})
|
||||
s.files = all_files.grep(%r{^(bin|lib)/|^.rubocop.yml$})
|
||||
s.executables = all_files.grep(%r{^bin/}) { |f| File.basename(f) }
|
||||
s.require_paths = ['lib']
|
||||
|
||||
|
|
Loading…
Reference in New Issue