Skip to content

Latest commit

 

History

History
90 lines (50 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

90 lines (50 loc) · 2.02 KB

Changelog

[4.0.3.fork - 2024-12-13 ]

Changed

  • Versioning with patchversion and prerelese-version set to fork, to work with dependencies from other gems (@robertcheramy)

[ 4.0.fork02 - 2024-12-13 ]

Added

  • Integrated RuboCop for code style and quality enforcement. (@robertcheramy)

Changed

  • 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)

Fixed

  • fix for mocha > 2.1.0 (@tibob)

[4.0.rc01 - 2024-12-13 ]

Added

Changed

Fixed

  • Handle remotes closes without eof (@robertcheramy)

[4.0.0 - 2022-10-14 ]

  • net-ssh 7.* support

[ 3.0.0 - 2020-04-26 ]

  • NetSHH 6.* support

[ 2.0.0 - 2019-03-20 ]

  • NetSSH 5.* support

[ 1.2.1 / 30 Apr 2014 ]

  • Resign gem with new pubkey

[ 1.2.0 / 11 Apr 2014 ]

  • Get the error string during download [jkeiser]

[ 1.1.2 / 6 Jul 2013 ]

  • Explicit convert to string in shellescape [jwils]

[ 1.1.1 / 13 May 2013 ]

  • Allow passing a shell to use when executing scp. [Arthur Schreiber]

[ 1.1.0 / 06 Feb 2013 ]

  • Added public cert. All gem releases are now signed. See INSTALL in readme.

[ 1.0.4 / 16 Sep 2010 ]

  • maintain filename sanitization compatibility with ruby 1.8.6 [Sung Pae, Tim Charper]

[ 1.0.3 / 17 Aug 2010 ]

  • 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]

[ 1.0.2 / 4 Feb 2009 ]

  • Escape spaces in file names on remote server [Jamis Buck]

[ 1.0.1 / 29 May 2008 ]

  • Make sure downloads open the file in binary mode to appease Windows [Jamis Buck]

[ 1.0.0 / 1 May 2008

  • Pass the channel object as the first argument to the progress callback [Jamis Buck]

[ 1.0 Preview Release 1 (0.99.0) / 22 Mar 2008 ]

  • Birthday!