escualo 2.0.1 → 2.0.2

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: 0cb1a1c17927e2d819239bb773ef95c40ad32297
4
- data.tar.gz: d95f2cab9dafde0653a57c212b75b3c3077b24f7
3
+ metadata.gz: e0fa6f10980a230f653c33126b1e2138b4e84c6f
4
+ data.tar.gz: 31b1b195aad36531165036df541bab7a5fad4d58
5
5
  SHA512:
6
- metadata.gz: b3c596092b3631b9777832c10585f0cafda208034b2129959abcee3f9577ce01851dff187ae6726a42687020d439a09b2c72acbac71ec08fcf28c9a4d7ff1d3d
7
- data.tar.gz: db5f1454e9239f78ce3ed8806ab6cad0f8d37992c701c327d58039c5cd79612abadcd5237ba57ea4b0bccc738e2bf0ba00d82b2877272cf8f712ed570262b600
6
+ metadata.gz: 5a346874dd6aa23c9b40ff200340f1ffd851c1f059039475b4bd88a9b67c1ea2c2845e6009d1a2d05e2b76c7dc051544fce86486e22dd8b82d8ab3558fe07ba8
7
+ data.tar.gz: ffc4bfc7cbcf0c2700cae65ff67dad6ea83dbc4d0e8165e02bf52bb96c0f7cf3c1fd8b1e1ad2c5986ec5b680cf92ae7f82b8d5403204d37b0a7740e809abfff5
@@ -14,7 +14,7 @@ class Escualo::Session::Remote < Escualo::Session
14
14
  end
15
15
 
16
16
  def ask(command)
17
- out = []
17
+ out = ''
18
18
  @ssh.stream! wrap(command) do |_stream, data|
19
19
  out << data
20
20
  end
@@ -1,4 +1,4 @@
1
1
  module Escualo
2
- VERSION = '2.0.1'
2
+ VERSION = '2.0.2'
3
3
  BASE_VERSION = '3.3'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: escualo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Leonardo Bulgarelli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-12 00:00:00.000000000 Z
11
+ date: 2016-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander