diff options
| author | elijah <elijah@riseup.net> | 2012-10-23 03:50:52 -0700 | 
|---|---|---|
| committer | elijah <elijah@riseup.net> | 2012-10-23 03:50:52 -0700 | 
| commit | d385da49ef6c17c64cf8be66002f5744c1ee38f7 (patch) | |
| tree | 6e19772d6adf2b302e73dbd9229eb3618d19bab0 /leap_cli.gemspec | |
| parent | 3a27d87e6a28e4b58842ca4cb7a1ddc4e6637b36 (diff) | |
patched supply_drop gem and vendored it
Diffstat (limited to 'leap_cli.gemspec')
| -rw-r--r-- | leap_cli.gemspec | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/leap_cli.gemspec b/leap_cli.gemspec index 9bc5232..8b9c9c5 100644 --- a/leap_cli.gemspec +++ b/leap_cli.gemspec @@ -44,8 +44,12 @@ spec = Gem::Specification.new do |s|    s.add_runtime_dependency('terminal-table')    s.add_runtime_dependency('highline') -  # other gems -  s.add_runtime_dependency('net-ssh')   # used for setting up ssh keys (but also required by other gems we use) +  # network gems +  s.add_runtime_dependency('net-ssh') +  s.add_runtime_dependency('capistrano') +  #s.add_runtime_dependency('supply_drop') + +  # misc gems    s.add_runtime_dependency('json_pure') # we use this json library for output so we can keep the keys sorted.    s.add_runtime_dependency('gpgme')     # not essential, but used for some minor stuff in adding sysadmins  | 
