runsible 0.1.4.1 → 0.1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/runsible.rb +1 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 992cc2b427ff134560b9c8439424ab133f3f3087
4
- data.tar.gz: 386a88d858b494970ae9b1eb05fc5980a57c68ef
3
+ metadata.gz: d98266f134d55a614fb28d95ef94fd025cb748fa
4
+ data.tar.gz: c003878d2bf6afc4c7a1dc095c0a08cf66306a6d
5
5
  SHA512:
6
- metadata.gz: fd5abe43d8ad3bcdf2f8ceb928a94043d573ae9733680124afb503dfc2827ffe798a9c399970520155adf98b7915b6ab0dac6ebf23b2fc2342b58fb963f53268
7
- data.tar.gz: a5ccfbf8a493274aabaa9ee9f7cb0c495543660a533f6c489190444a1dee44aef0b328864af6e3a6c78ddc1735fb60df16cfd5c35e5955cf563ab1dec23efa13
6
+ metadata.gz: b6378116f873e96a2f421cf9ce9be3b999be0741bd99fb8d40f3501b55cf75049e7cdf49691840cc056ef9c68d3b21159ea5509f019ecb92949a47381fda0d02
7
+ data.tar.gz: 733f030f5f7b692a090f9e47dcf466533d6ba8a922f37c3d3f93550fd881937b48b8605d1a147dd915a9b8197dd6e857dc3dbbcec71e3b42058137174c4a6d80
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4.1
1
+ 0.1.4.3
@@ -1,10 +1,9 @@
1
- require 'yaml'
1
+ autoload :YAML, 'yaml'
2
2
  autoload :Net, 'net/ssh'
3
3
  autoload :Pony, 'pony'
4
4
  autoload :Slop, 'slop'
5
5
 
6
6
  # - this module is deliberately written without private state
7
- # - it is meant to be used in the helper style
8
7
  # - whenever a remote command sends data to STDOUT or STDERR, Runsible will
9
8
  # immediately send it to the corresponding local IO
10
9
  # - Runsible itself writes some warnings and timestamped command delimeters to
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runsible
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4.1
4
+ version: 0.1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Hull