Merge pull request #4437 from pathawks/rubocop.yml

Merge pull request 4437
This commit is contained in:
jekyllbot 2016-02-02 07:42:37 -08:00
commit a452d0cb29
1 changed files with 1 additions and 1 deletions

View File

@ -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']