shells 0.2.0 → 0.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8761b43321663a64a0ff144de42cb5487e1bea10
4
- data.tar.gz: 824f68405ca177cae6550bc2a54dc8c05abaec01
3
+ metadata.gz: 8107e171ea8878e4410954f7fe5fb03ceba24450
4
+ data.tar.gz: 8a2d3bdcf0045086dc751dd8a7b4ca0b27973ecd
5
5
  SHA512:
6
- metadata.gz: cccddac76cfd89fa71946057947f35456fe14f8158323c83534d14692b724315a9d1dddfa0c154c6360081d57d9c97ab753dbba1f2b04d51a5f7bab3c639304c
7
- data.tar.gz: 7f09ec1b89c15ef347733bd00bdcdb09501d94fd793c2656547f028f77fd27524fb6ee1cd4fccc6f486b3b188f7543f08c34bb0bfd6dcff3903539ee20e3695b
6
+ metadata.gz: 6da6c26eba4376e53d591ae809aea43e5c1ab2270da34f64b835f0cbfd4110b3c9616612759b506ca7438fa5de8dca70e002b4e551474f42f62bb9a512b7a143
7
+ data.tar.gz: e6140bc438d7ef6bf811c33cdfa83aaa1953633d850674c52c8b93603b4eb3526f0ba1ce751564ff4081d86a0aaf9957704eb7ea70f0a14aad3d4a64b433a27d
@@ -2,7 +2,7 @@ module Shells
2
2
  class ShellBase
3
3
 
4
4
  attr_accessor :input_fifo
5
- private :input_fifo, :input_fifo
5
+ private :input_fifo, :input_fifo=
6
6
 
7
7
  add_hook :on_before_run do |sh|
8
8
  sh.instance_eval do
@@ -29,7 +29,7 @@ module Shells
29
29
  ##
30
30
  # The character string we are expecting to be echoed back from the shell.
31
31
  attr_accessor :wait_for_output
32
- private :wait_for_output, :wait_for_output
32
+ private :wait_for_output, :wait_for_output=
33
33
 
34
34
  add_hook :on_before_run do |sh|
35
35
  sh.instance_eval do
@@ -1,3 +1,3 @@
1
1
  module Shells
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shells
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Beau Barker