s3cp 1.1.36 → 1.1.37

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/s3cp/s3cp.rb +1 -0
  2. data/lib/s3cp/version.rb +1 -1
  3. metadata +3 -3
@@ -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."
@@ -16,5 +16,5 @@
16
16
  # the License.
17
17
 
18
18
  module S3CP
19
- VERSION = "1.1.36"
19
+ VERSION = "1.1.37"
20
20
  end
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: 91
4
+ hash: 89
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 36
10
- version: 1.1.36
9
+ - 37
10
+ version: 1.1.37
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Boisvert