zhong.gemspec in zhong-0.2.2 vs zhong.gemspec in zhong-0.2.3

- old
+ new

@@ -14,10 +14,10 @@ spec.homepage = "https://www.github.com/nickelser/zhong" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.bindir = "bin" - spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } + spec.executables = ["zhong"] spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.required_ruby_version = "~> 2.1"