s3cp 1.1.36 → 1.1.37
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/s3cp/s3cp.rb +1 -0
- data/lib/s3cp/version.rb +1 -1
- metadata +3 -3
data/lib/s3cp/s3cp.rb
CHANGED
@@ -575,6 +575,7 @@ def copy(from, to, options)
|
|
575
575
|
else
|
576
576
|
dest = File.expand_path(to)
|
577
577
|
dest = File.join(dest, File.basename(from)) if File.directory?(dest)
|
578
|
+
dest
|
578
579
|
end
|
579
580
|
if !options[:overwrite] && File.exist?(dest)
|
580
581
|
$stderr.puts "Skipping #{dest} - already exists."
|
data/lib/s3cp/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: s3cp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 89
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
9
|
+
- 37
|
10
|
+
version: 1.1.37
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alex Boisvert
|