s3cp 1.1.11 → 1.1.12

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.1.12 (2013-01-22)
2
+
3
+ * Added: Support for 'Content-Disposition' header (Denis Arh).
4
+
1
5
  === 1.1.11 (2012-12-13)
2
6
 
3
7
  * Added: Support for requests with 'requester-pays' header (experimental).
data/lib/s3cp/utils.rb CHANGED
@@ -156,6 +156,7 @@ module S3CP
156
156
  "Content-Type" => :content_type,
157
157
  "x-amz-acl" => :acl,
158
158
  "Cache-Control" => :cache_control,
159
+ "Content-Disposition" => :content_disposition,
159
160
  "x-amz-storage-class" => :reduced_redundancy
160
161
  }
161
162
 
data/lib/s3cp/version.rb CHANGED
@@ -16,5 +16,5 @@
16
16
  # the License.
17
17
 
18
18
  module S3CP
19
- VERSION = "1.1.11"
19
+ VERSION = "1.1.12"
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: 5
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 11
10
- version: 1.1.11
9
+ - 12
10
+ version: 1.1.12
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: 2012-12-13 00:00:00 Z
18
+ date: 2013-01-22 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  version_requirements: &id001 !ruby/object:Gem::Requirement