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

Super simple Gemspec tweak to fix #679

This commit is contained in:
Lee Hambley 2013-10-16 10:16:06 +02:00
parent 36f10e2c19
commit 231d223d16

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"]