fun_sftp 1.1.2 → 1.1.3
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 +4 -4
- data/lib/fun_sftp.rb +1 -0
- data/lib/fun_sftp/version.rb +1 -1
- data/spec/fun_sftp/sftp_client_spec.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca39c0b8ff8498d3a1e347c420f25e830f1858c0
|
|
4
|
+
data.tar.gz: 983b5d6ac8f4b942340773e3efad12d1aea78b63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be648c606c686c22ea2bf5d9f81db9a0032cc22398ad8bfa771d905ac4ba056ce823ee597310c927f78f675ab9e1915643b7686411173e782fffca49d1ff7272
|
|
7
|
+
data.tar.gz: 492cc84bc288d63e16420906bfe347499693092f366b93907a2fed83b9a908121cde53ba4c4f57b2234db828b81943c49ea74eb8190e460df3ae0cd03091413e
|
data/lib/fun_sftp.rb
CHANGED
data/lib/fun_sftp/version.rb
CHANGED
|
@@ -41,7 +41,7 @@ module FunSftp
|
|
|
41
41
|
end
|
|
42
42
|
end
|
|
43
43
|
|
|
44
|
-
describe '#download' do
|
|
44
|
+
describe '#download!' do
|
|
45
45
|
before do
|
|
46
46
|
allow(sftp_mock).to receive(:download!)
|
|
47
47
|
end
|
|
@@ -52,7 +52,7 @@ module FunSftp
|
|
|
52
52
|
end
|
|
53
53
|
end
|
|
54
54
|
|
|
55
|
-
describe '#upload' do
|
|
55
|
+
describe '#upload!' do
|
|
56
56
|
before do
|
|
57
57
|
allow(sftp_mock).to receive(:upload!)
|
|
58
58
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fun_sftp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- George Diaz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-11-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: net-sftp
|