remote_marshal 0.1.5 → 0.1.6

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: 1ee7900cbca130bd80b791d11b764098c5766769
4
- data.tar.gz: 80ac9fa854e357539450705ee5d4e57869737eb6
3
+ metadata.gz: 12c1eff1e57412d26747e1c297f85a059408e098
4
+ data.tar.gz: ae8d8330db8afcb28c29a10f4a196125f21fca66
5
5
  SHA512:
6
- metadata.gz: 7ee45373c2497b1dbaef29e1ebb5ac121b8021d5918dc3302dd9d89039575ef14a2be624c5b5215d652f68f2b4c00dbbcf438febca1dfbbfad7630cb03026c51
7
- data.tar.gz: 17c4293b399b0b39d488a073e8084332db410cb7e85af13cca8825969513a2f014d7b6d2d80dfc3e8adf42b3148eed3119e5b8cdddaa77118cd4ea978381b3d9
6
+ metadata.gz: bb3b6bf274648924f768131baf2bea29f1418fced7bc4b8c8d33d2f744565538dd9d71e75b4e588dc5ea645f073cece0e585a73fcd5b702448a166f0ac400f38
7
+ data.tar.gz: 2965fdb250eeb7d1d6d6211f4d532a27a79b264cd647602bb13877e3f774bb8f3331060c8a16934ac42864f519f56c170d1691d20d2bf0a769d6a4760f36f480
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- remote_marshal (0.1.5)
4
+ remote_marshal (0.1.6)
5
5
  net-scp
6
6
  net-ssh
7
7
  sourcify
@@ -1,3 +1,3 @@
1
1
  class RemoteMarshal
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
@@ -35,7 +35,7 @@ class RemoteMarshal
35
35
  channel.wait
36
36
  end
37
37
 
38
- [status] + [output, error].map(&:join)
38
+ [status] + [output, error].map(&:join, "\n")
39
39
  end
40
40
 
41
41
  %i(upload! download!).each do |name|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remote_marshal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - daisuko