Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jekyll/jekyll-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Aug 18, 2016
2 parents 9ce25a7 + f89b553 commit baad916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ npm-debug.log
/spec/fixtures/site/Gemfile.lock
node_modules
/lib/jekyll-admin/public
*.gem
2 changes: 1 addition & 1 deletion jekyll-admin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
end

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))
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
Expand Down

0 comments on commit baad916

Please sign in to comment.