Sha256: 7604014a3f3273ab1e3bd8bcbdf0be094a8cb1b33ec81bec92cb2d8ea263336b

Contents?: true

Size: 884 Bytes

Versions: 3

Compression:

Stored size: 884 Bytes

Contents

# Revision History
### v0.2.5 02/06/2011

 * `#exists?` -> `#exist?` to be consistent with `File.exist?`

### v0.2.4 24/05/2011

 * Add `:quiet` as an option on `Gofer::Host` instantiation
 
### v0.2.3 21/05/2011

 * Add `write` command to `Gofer::Host`

### v0.2.2 10/05/20011

 * Add `run_multiple` method to `Gofer::Host`
 
### v0.2.1 08/05/2011

 * Add `quiet=` to Host instance to allow setting quiet to be the default.

### v0.2.0 03/05/2011

 * Flip ordering of username/hostname on instantiation to match that of `Net::SSH`
 
### v0.1.2 03/05/2011

 * Pass through `Gofer::Host` instantiation options straight through to `Net::SSH`.

### v0.1.1 23/04/2011

 * Minimal RDoc added.

### v0.1.0 20/04/2011

 * Replace string return from run with a 'response' object
 * Removed 'within' functionality - will be replaced by 'open' later
 
### v0.0.1 03/04/2011

 * Initial release

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gofer-0.3.0 HISTORY.md
gofer-0.2.6 HISTORY.md
gofer-0.2.5 HISTORY.md