remote_marshal 0.1.7 → 0.1.8

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: fc4e4b37979c782b93f79aea3fa1464f12541abb
4
- data.tar.gz: 5edc502653359dc120e48e9e39e860992ad8d5a1
3
+ metadata.gz: b5cd366123810d51fab5b140ae6e99465dbf1f95
4
+ data.tar.gz: 8ed3254277aadf5dc191c7d2e03c02ead03dc848
5
5
  SHA512:
6
- metadata.gz: 7c8e489bda066ac4f56532ba1336ae4d311e6bc2557a2a33b42330d157b3a532c914b4cd52f4a4bbb903fad52555519f8126796248e1cb2eecc774121079b5c5
7
- data.tar.gz: f7db432c93bfdc8cca3f564077fd441a5bf0599a325945fedcc9f0f90cb494d21ef7b22d6c9c1efad2faf2f14b30ecc5c86a0a1e0d6c7c6c831c900abbf15526
6
+ metadata.gz: b6f4c013d79fd7e01c05eca87b691933e505ce4a9a16a12a7e8a7ea298685dfa13b67af8f5948640d6704f2f7ae3c6bc867cbdabc7c3701c4bcf6d1624d31434
7
+ data.tar.gz: 2d9db34feadf2703d9765a15d445352129439844fa428a593169a97fc882ad0c810d9d5f522ebcb284c0d76672e814be16a69988223398d4e89d9f7e2b5de4b7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- remote_marshal (0.1.7)
4
+ remote_marshal (0.1.8)
5
5
  net-scp
6
6
  net-ssh
7
7
  sourcify
@@ -1,3 +1,3 @@
1
1
  class RemoteMarshal
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
@@ -35,7 +35,7 @@ class RemoteMarshal
35
35
  channel.wait
36
36
  end
37
37
 
38
- [status] + [output, error].map { |val| val.join "\n" }
38
+ [status] + [output, error].map(&:join)
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.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - daisuko