shexecutor 0.0.18 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 73745b3ef935c240d5712f017bc70c715db4d83f
4
- data.tar.gz: 07e45a49417e94d555bc106f5563c6caa787990f
3
+ metadata.gz: 015cbac59f4b5483310082114036aba224b33d71
4
+ data.tar.gz: a46a875e6f3a89771b18c3c55ecab921036e1318
5
5
  SHA512:
6
- metadata.gz: 5231082615df9d74fd8d9d6401767452420ef4da0e3fd9f459dde7bafcc6f0b32c524020e9344a419a021e7b402e3259c764d653da87fa401caf2c170b5419cc
7
- data.tar.gz: 8665e98795b34ca56140ab4e6f490e850fada417a200dcba509d0fb090d20e8b5f86f67329915d0a871df1fa6e9956dd35b935a48e9d2e3b4fbab4ea092ce5ec
6
+ metadata.gz: 622776ff057643462f4a635ae6420fb3f4d1394337801c1c05f78efa1f715b8ba17e5eb946a971d2f8ad46b5201730e39726581d1a8eaacb1351d084d93742c6
7
+ data.tar.gz: 8830062712bd2ab7eac8a2b5d0f3bd4eaf5b91637796f991c05453ab0738b6f744a2309cb2f25d08342d25caa6a66acaca3a4218162fd8fc9d038c9fbbb2b372
data/README.md CHANGED
@@ -141,12 +141,12 @@ puts iut.stderr
141
141
 
142
142
  Remember to call iut.flush in order to stream stdout and stderr to the Executor object.
143
143
 
144
- Note: calling flush will block if execute was called non-blocking, so wait until the execute has finished to preserve non-blocking behaviour.
145
-
146
144
  Please send feedback and comments to the author at:
147
145
 
148
146
  Ernst van Graan <ernst.van.graan@hetzner.co.za>
149
147
 
148
+ Thanks to Sheldon Hearn for review and great ideas that unblocked complex challenges (https://rubygems.org/profiles/sheldonh).
149
+
150
150
  ## Contributing
151
151
 
152
152
  1. Fork it ( https://github.com/[my-github-username]/executor/fork )
@@ -1,3 +1,3 @@
1
1
  module SHExecutor
2
- VERSION = "0.0.18"
2
+ VERSION = "0.0.19"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shexecutor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ernst van Graan