We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890d39d commit 77b80afCopy full SHA for 77b80af
jekyll-admin.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
23
end
24
25
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(\.|spec|src|tools|script|docs)/}) }
+ spec.files = Dir.glob("lib/**/*").concat(%w(LICENSE README.md))
26
spec.bindir = "exe"
27
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
spec.require_paths = ["lib"]
0 commit comments