Since im not really familliar with Ruby, im not sure if this is an issue with git-deploy, but maybe.
On pretty much fresh Ubuntu 10.04 installation, after
" sudo gem install net-ssh net-sftp net-scp "
git-deploy throws something like this:
psztucz@hp:$ ./git-deploy
/usr/lib/ruby/1.8/net/sftp.rb:43: undefined method register_service' for Net::SSH:Module (NoMethodError) from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:ingem_original_require'
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
from ./git-deploy:13
Am i missing some lib? Or is it some weird Ruby issue?
Since im not really familliar with Ruby, im not sure if this is an issue with git-deploy, but maybe.
On pretty much fresh Ubuntu 10.04 installation, after
" sudo gem install net-ssh net-sftp net-scp "
git-deploy throws something like this:
psztucz@hp:$ ./git-deploy
/usr/lib/ruby/1.8/net/sftp.rb:43: undefined method
register_service' for Net::SSH:Module (NoMethodError) from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:ingem_original_require'from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
from ./git-deploy:13
Am i missing some lib? Or is it some weird Ruby issue?