Changeset 8750 for tools/capistrano/lib/capistrano/ssh.rb
- Timestamp:
- 01/30/08 05:31:15 (7 months ago)
- Files:
-
- tools/capistrano/lib/capistrano/ssh.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/capistrano/lib/capistrano/ssh.rb
r7194 r8750 1 begin 2 require 'rubygems' 3 gem 'net-ssh', "< 1.99.0" 4 rescue LoadError, NameError 5 end 6 1 7 require 'net/ssh' 2 8