hsp.gemspec in hsp-0.1.0 vs hsp.gemspec in hsp-0.1.1

- old
+ new

@@ -14,11 +14,11 @@ spec.homepage = "https://github.com/preston/hsp" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end - spec.bindir = "exe" - 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", '>= 0.19.4' spec.add_dependency "httparty", '>= 0.14.0' spec.add_dependency "space_elevator", '>= 0.2.0'