capriza-aws 0.0.8 → 0.0.9

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.
@@ -1,5 +1,5 @@
1
1
  module Capriza
2
2
  module Aws
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
data/lib/capriza-aws.rb CHANGED
@@ -58,7 +58,7 @@ module Capriza
58
58
  @data = data
59
59
  @obj.write(@data)
60
60
  metadata = @obj.head[:metadata]
61
- content_type = "application/pdf"
61
+ content_type = "application/zip"
62
62
  @obj.copy_to(@obj.key, :metadata => metadata, :content_type => content_type)
63
63
  @obj.acl = :public_read if make_public
64
64
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capriza-aws
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: