mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-01 02:05:35 -05:00
Merge pull request #2671 from gjtorikian/patch-1
This commit is contained in:
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
||||
s.email = 'tom@mojombo.com'
|
||||
s.homepage = 'https://github.com/jekyll/jekyll'
|
||||
|
||||
s.files = `git ls-files`.split($/)
|
||||
s.files = `git ls-files -z`.split("\x0").select{|p|p.start_with?("lib/")}
|
||||
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
||||
s.test_files = s.files.grep(%r{^(test|spec|features)/})
|
||||
s.require_paths = ["lib"]
|
||||
|
||||
Reference in New Issue
Block a user