Sha256: aa9fd79fef24ab42aa1b644cec5bad1b9b00796cae677b7be8d23bd94773fda5

Contents?: true

Size: 519 Bytes

Versions: 1

Compression:

Stored size: 519 Bytes

Contents

# Weave

Simple parallel ssh.

## Install

Put `weave` in your Gemfile or install directly:

    $ gem install weave

## Documentation

[Method docs here](http://rubydoc.info/github/cespare/weave/master/frames). See the examples (in `examples/`)
to get started.

## Implemented features

* Connection caching
* Parallel execution (with thread/connection limit)
* Serial execution
* Commands:

  - `run`

## Tests

You need vagrant installed. `vagrant up` to get the machines running. Then:

    $ bundle exec rake test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
weave-1.1.0.pre.beta1 README.md