Skip to content

Commit

Permalink
net ssh dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Sofaer authored and progrium committed Apr 22, 2011
1 parent a59d4ee commit f728535
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gemfile.lock
Expand Up @@ -2,13 +2,20 @@ PATH
remote: .
specs:
localtunnel (0.2)
net-ssh
net-ssh-gateway

GEM
remote: http://rubygems.org/
specs:
net-ssh (2.1.4)
net-ssh-gateway (1.0.1)
net-ssh (>= 1.99.1)

PLATFORMS
ruby

DEPENDENCIES
localtunnel!
net-ssh
net-ssh-gateway
3 changes: 3 additions & 0 deletions localtunner.gemspec
Expand Up @@ -9,6 +9,9 @@ Gem::Specification.new do |s|
LocalTunnel
EOS

s.add_dependency "net-ssh"
s.add_dependency "net-ssh-gateway"

s.files = Dir['lib/*']
s.test_files = Dir['test/**/*.rb']
end
Expand Down

0 comments on commit f728535

Please sign in to comment.