bfs-ftp 0.5.1 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bfs/bucket/ftp.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b5e49a381ab76953cfffc9dd522b818be1b5423509bc35798758c5ca968f88a
|
4
|
+
data.tar.gz: a821689a6b8de899193ac293f0f51e786f23ea07a52ef9ca9d7d63a7ac27d225
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3903fc670e7e5709289e2cea5a95e7fe39383df0ae26e578d863654dfca016862c0309f286403241fd82ac0328a014fa29dec5956b1410ac660fb80107a1f67a
|
7
|
+
data.tar.gz: b8d81cc725fc66a79d52a882f9c5789978559311884eb54a5f51fc23c13d523957a7a8fd7379b9bf019e2eb8886180788f6e5aa9b20910d6e5f1b62e2bdcdbef
|
data/lib/bfs/bucket/ftp.rb
CHANGED
@@ -89,7 +89,7 @@ module BFS
|
|
89
89
|
def rm(path, _opts={})
|
90
90
|
path = norm_path(path)
|
91
91
|
@client.delete(path)
|
92
|
-
rescue Net::FTPPermError # rubocop:disable Lint/
|
92
|
+
rescue Net::FTPPermError # rubocop:disable Lint/SuppressedException
|
93
93
|
end
|
94
94
|
|
95
95
|
# Closes the underlying connection
|
@@ -116,7 +116,7 @@ module BFS
|
|
116
116
|
(0...parts.size).each do |i|
|
117
117
|
begin
|
118
118
|
@client.mkdir parts[0..i].join('/')
|
119
|
-
rescue Net::FTPPermError # rubocop:disable Lint/
|
119
|
+
rescue Net::FTPPermError # rubocop:disable Lint/SuppressedException
|
120
120
|
end
|
121
121
|
end
|
122
122
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bfs-ftp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dimitrij Denissenko
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bfs
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.6.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.6.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: net-ftp-list
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
69
|
requirements: []
|
70
|
-
rubygems_version: 3.0.
|
70
|
+
rubygems_version: 3.0.6
|
71
71
|
signing_key:
|
72
72
|
specification_version: 4
|
73
73
|
summary: FTP adapter for bfs
|