remote_marshal 0.1.6 → 0.1.7

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