carrierwave-aws 0.7.0 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/carrierwave/aws/version.rb +1 -1
- data/lib/carrierwave/storage/aws_file.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba226a48cc2bb7c014329fbcf205750c5f982f56
|
4
|
+
data.tar.gz: 6c8f49b0303be86d830851e27debcdafe6aba063
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65a1661eb0dd592478ead5b81684d8c733773a6e7e14c751a702fbaaa1cc93c4f0901de83e330bc6c6f10b55aa1ed12aebe23d81df828649e85a481f3d026657
|
7
|
+
data.tar.gz: b3756f6fb78b166ce839bf13efe78f0d1b496489e84882989bd5f8248b7dbd568b9e007f1f62eb5e3e36e053d5c60c58f9071a1be425ad26728e359fe196654c
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
## Version 0.7.1 2015-07-21
|
2
|
+
|
3
|
+
* Fix: Always compare the `aws_acl` as a string during url generation. This
|
4
|
+
prevents unexpected authenticated url generation when the acl type has a
|
5
|
+
mismatch.
|
6
|
+
|
1
7
|
## Version 0.7.0 2015-07-02
|
2
8
|
|
3
9
|
* Revert to AWS-SDK v1. There are too many breaking changes between v1 and v2 to
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: carrierwave-aws
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Parker Selbert
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-07-
|
11
|
+
date: 2015-07-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: carrierwave
|