- Versioning with patchversion and prerelese-version set to fork, to work with dependencies from other gems (@robertcheramy)
- Integrated RuboCop for code style and quality enforcement. (@robertcheramy)
- removed setup.rb (@robertcheramy)
- minimum ruby version: 3.1 (@robertcheramy)
- Versioning with "fork(number)" in the patch field, as rc can be confused with release candidate (@robertcheramy)
- fix for mocha > 2.1.0 (@tibob)
- Forked Net::SCP on https://github.com/robertcheramy/net-scp (@robertcheramy)
- Handle remotes closes without eof (@robertcheramy)
- net-ssh 7.* support
- NetSHH 6.* support
- NetSSH 5.* support
- Resign gem with new pubkey
- Get the error string during download [jkeiser]
- Explicit convert to string in shellescape [jwils]
- Allow passing a shell to use when executing scp. [Arthur Schreiber]
- Added public cert. All gem releases are now signed. See INSTALL in readme.
- maintain filename sanitization compatibility with ruby 1.8.6 [Sung Pae, Tim Charper]
- replace :sanitize_file_name with a call to String#shellescape [Sung Pae]
- Added gemspec file and removed echoe dependency [Miron Cuperman, Delano Mandelbaum]
- Removed Hanna dependency in Rakefile [Delano Mandelbaum]
- Escape spaces in file names on remote server [Jamis Buck]
- Make sure downloads open the file in binary mode to appease Windows [Jamis Buck]
- Pass the channel object as the first argument to the progress callback [Jamis Buck]
- Birthday!