1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Merge pull request #700 from capistrano/fix/capify-executable

Super simple Gemspec tweak to fix #679
This commit is contained in:
Tom Clements 2013-10-16 04:23:16 -07:00
commit c1f06cc194

View file

@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.homepage = "http://capistranorb.com/"
gem.files = `git ls-files`.split($/)
gem.executables = 'cap'
gem.executables = ['cap', 'capify']
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]