Sha256: 14c6d8ca1a552df51b04317b6d2d0bb96a0f7c9af1bb59401fd715e8b39a3507
Contents?: true
Size: 645 Bytes
Versions: 41
Compression:
Stored size: 645 Bytes
Contents
# Breaking API Wishlist SSHKit respects semantic versioning. This file is a place to record breaking API improvements which could be considered at the next major release. * Consider no longer stripping by default on `capture` [#249](https://github.com/capistrano/sshkit/pull/249) ## Deprecated code which could be deleted in a future major release * [Abstract.background method](lib/sshkit/backends/abstract.rb#L43) * [`@stderr`, `@stdout` attrs on `Command`](lib/sshkit/command.rb#L28) ## Cleanup when Ruby 1.9 support is dropped * `to_a` can probably be removed from `"str".lines.to_a`, since `"str".lines` returns an `Array` under Ruby 2
Version data entries
41 entries across 41 versions & 1 rubygems