Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
skylerto committed Jul 10, 2015
1 parent a5f01f2 commit 0c23abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inventory.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Gem::Specification.new do |spec|
# end

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

# Development dependencies
Expand Down

0 comments on commit 0c23abd

Please sign in to comment.