Skip to content

Commit

Permalink
Merge pull request #22 from nulogy/remove-executables-from-gemspec
Browse files Browse the repository at this point in the history
Remove executables from gemspec
  • Loading branch information
sskirby authored Jan 31, 2020
2 parents 5c18db5 + b95453a commit 3e8fc79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vorpal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Gem::Specification.new do |spec|
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

Expand Down

0 comments on commit 3e8fc79

Please sign in to comment.