hdeck.gemspec in hdeck-0.1.1 vs hdeck.gemspec in hdeck-0.1.2
- old
+ new
@@ -17,10 +17,10 @@
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end
spec.bindir = "bin"
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_dependency "thor"
spec.add_development_dependency "bundler", "~> 1.17"