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:
parent
36f10e2c19
commit
231d223d16
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
|
||||||
gem.homepage = "http://capistranorb.com/"
|
gem.homepage = "http://capistranorb.com/"
|
||||||
|
|
||||||
gem.files = `git ls-files`.split($/)
|
gem.files = `git ls-files`.split($/)
|
||||||
gem.executables = 'cap'
|
gem.executables = ['cap', 'capify']
|
||||||
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
||||||
gem.require_paths = ["lib"]
|
gem.require_paths = ["lib"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue