diff options
| author | elijah <elijah@riseup.net> | 2013-02-02 01:43:03 -0800 | 
|---|---|---|
| committer | elijah <elijah@riseup.net> | 2013-02-02 01:43:03 -0800 | 
| commit | 05494b7861e7883d273d42c30a7bc799c5384873 (patch) | |
| tree | 32fc8776a0e25ff257e423ac4e0b4f61abc7cf6c /leap_cli.gemspec | |
| parent | d0247e01c08cf2ce0fefb5808f11c824b681d61f (diff) | |
logging - output of leap command is now additionally sent to --log=FILE command line switch or @log value in Leapfile.
Diffstat (limited to 'leap_cli.gemspec')
| -rw-r--r-- | leap_cli.gemspec | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/leap_cli.gemspec b/leap_cli.gemspec index 77d6dd1..1b899bc 100644 --- a/leap_cli.gemspec +++ b/leap_cli.gemspec @@ -50,6 +50,7 @@ spec = Gem::Specification.new do |s|    s.add_runtime_dependency('command_line_reporter')    s.add_runtime_dependency('highline')    s.add_runtime_dependency('paint') +  s.add_runtime_dependency('tee')    # network gems    s.add_runtime_dependency('capistrano', '>= 2.13.5') | 
