Skip to content

Commit

Permalink
Rename installable bins directory to exe/
Browse files Browse the repository at this point in the history
This is in keeping with bundler’s default new gem project setup and will ensure we don’t accidentally install any utility scripts that might find their way into a bin/ dir.
  • Loading branch information
timriley committed Jul 26, 2016
1 parent ab454b1 commit 112f01b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dry-web-roda.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

Expand Down
File renamed without changes.

0 comments on commit 112f01b

Please sign in to comment.