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.
2 parents 9ce25a7 + f89b553 commit baad916Copy full SHA for baad916
.gitignore
@@ -15,3 +15,4 @@ npm-debug.log
15
/spec/fixtures/site/Gemfile.lock
16
node_modules
17
/lib/jekyll-admin/public
18
+*.gem
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{^(test|spec|features)/}) }
+ 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