s3cp 1.1.35 → 1.1.36

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,13 @@
1
+ === 1.1.36 (2013-08-26)
2
+ * Fixed regression introduced in v1.1.33.
3
+
1
4
  === 1.1.35 (2013-08-26)
2
- * Fixed: Really fix bug introduced in v1.1.32.
5
+
6
+ * Don't use; regression introduced in v1.1.33.
3
7
 
4
8
  === 1.1.34 (2013-08-26)
5
- * Fixed: "custom_require [TypeError] can't convert nil into String" introduced
6
- in v1.1.32.
9
+
10
+ * Don't use; regression introduced in v1.1.33.
7
11
 
8
12
  === 1.1.33 (2013-08-26)
9
13
 
@@ -552,6 +552,7 @@ def copy(from, to, options)
552
552
  else
553
553
  dest = File.expand_path(to) + '/' + relative(key_from, key)
554
554
  dest = File.join(dest, File.basename(key)) if File.directory?(dest)
555
+ dest
555
556
  end
556
557
  dir = File.dirname(dest)
557
558
  FileUtils.mkdir_p dir unless File.exist? dir
@@ -16,5 +16,5 @@
16
16
  # the License.
17
17
 
18
18
  module S3CP
19
- VERSION = "1.1.35"
19
+ VERSION = "1.1.36"
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: 85
4
+ hash: 91
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 35
10
- version: 1.1.35
9
+ - 36
10
+ version: 1.1.36
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Boisvert
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-08-26 00:00:00 Z
18
+ date: 2013-08-27 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  version_requirements: &id001 !ruby/object:Gem::Requirement