mt_tool.gemspec in mt_tool-0.1.1 vs mt_tool.gemspec in mt_tool-0.1.2

- old
+ new

@@ -20,11 +20,13 @@ `git ls-files -z`.split("\x0").reject do |f| (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)}) end end spec.bindir = "bin" - spec.executables = spec.files.grep(%r{\Abin/}) { |f| File.basename(f) } + # spec.executables = spec.files.grep(%r{\Abin/}) { |f| File.basename(f) } + spec.executables << 'mt_tool' spec.require_paths = ["lib"] + # Uncomment to register a new dependency of your gem # spec.add_dependency "example-gem", "~> 1.0" spec.add_development_dependency 'bundler' spec.add_development_dependency 'thor'