diff --git a/jekyll.gemspec b/jekyll.gemspec index 470781c7..167e424c 100644 --- a/jekyll.gemspec +++ b/jekyll.gemspec @@ -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']