downspout 0.2.9 → 0.2.10
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.
- data/VERSION +1 -1
- data/lib/downspout/downloader.rb +1 -1
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.10
|
data/lib/downspout/downloader.rb
CHANGED
|
@@ -189,7 +189,7 @@ module Downspout
|
|
|
189
189
|
ftp.login( cred.user_name, cred.pass_word ) unless cred.nil?
|
|
190
190
|
ftp.passive
|
|
191
191
|
ftp.chdir( File.dirname( @uri.path ) )
|
|
192
|
-
ftp.getbinaryfile(
|
|
192
|
+
ftp.getbinaryfile( File.basename(@uri.path), @path )
|
|
193
193
|
end
|
|
194
194
|
rescue Exception => e
|
|
195
195
|
$logger.error("downspout | downloader | net_ftp_download | Exception : #{e}")
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: downspout
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 3
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 10
|
|
10
|
+
version: 0.2.10
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Phi.Sanders
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-05-01 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|