Skip to content

Commit

Permalink
Fix files in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
makimoto committed Mar 15, 2016
1 parent ee0a837 commit 5ff129d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guard_against_physical_delete.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = `git ls-files`.split($\)
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^spec/}) }
s.homepage = "http://github.com/cookpad/guard_against_physical_delete"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.15"
Expand Down

0 comments on commit 5ff129d

Please sign in to comment.