net-ssh / net-scp

Pure Ruby implementation of the SCP protocol
http://github.com/delano/net-scp
MIT License
152 stars 62 forks source link

Allow net-ssh 5.0 and test on modern ruby versions #42

Closed tas50 closed 5 years ago

tas50 commented 5 years ago

There's a lot of great functionality in net-ssh 5, but you can't use it with this gem. This bumps the dep to allow that version and also tests on all the currently supported ruby releases in Travis.

tas50 commented 5 years ago

@mfazekas It would be really great if this could get merged and released as a non-RC release on rubygems. We use this package pretty extensively at Chef and we want to be able to get on the current net-ssh release, which is currently blocked.

mfazekas commented 5 years ago

@tas50 net-scp 2.0.0.rc1 is now available, once i receive some feedback i'll release a final version. Thanks!