1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

switchtower: depend on Net::SSH 1.0.3 (to resolve windows/pageant issues)

git-svn-id: http://svn.rubyonrails.org/rails/tools/switchtower@2954 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2005-11-09 14:53:36 +00:00
parent 6326a6d1cf
commit b09ca75550
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
*SVN*
* Require Net::SSH 1.0.3
*0.9.0* (October 18th, 2005)
* Use process reaper instead of custom reap script for restarting
* Use -S switch to set variables before reading recipe files #2242

2
README
View file

@ -6,7 +6,7 @@ SwitchTower was originally designed to simplify and automate deployment of web a
== Dependencies
SwitchTower depends upon the Net::SSH library by Jamis Buck (http://net-ssh.rubyforge.org). Net::SSH itself depends on the Needle library (http://needle.rubyforge.org), also by Jamis Buck.
SwitchTower depends upon the Net::SSH library by Jamis Buck (http://net-ssh.rubyforge.org). Net::SSH itself depends on the Needle library (http://needle.rubyforge.org), also by Jamis Buck. If you are on Windows, you must have at least Net::SSH 1.0.3 installed.
== Assumptions

View file

@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.bindir = "bin"
s.executables << "switchtower"
s.add_dependency 'net-ssh', '>= 1.0.2'
s.add_dependency 'net-ssh', '>= 1.0.3'
s.author = "Jamis Buck"
s.email = "jamis@37signals.com"