carrierwave-base64 2.5.1 → 2.5.1.1
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.
- checksums.yaml +4 -4
- data/lib/carrierwave/base64/base64_string_io.rb +1 -1
- data/lib/carrierwave/base64/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b15712c569ca9849c2d0269932920b6ec796dec7
|
|
4
|
+
data.tar.gz: a50333de3bdbe8bbba125bd5cc8b871923f3eefd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90f8eb4468cbbc5a04e8cf39f273f887aaebcad8c5e75003f5af5ed6c9f571aa02103c6644b4195828dc5af081aac16a8a935728cc2a483c56100f97f55368b1
|
|
7
|
+
data.tar.gz: 5c2c86306cee493271f224a60e120bd75bb3ce6d5df86a034bd49af0a6688cc2c29e3ac47d821af51260bd3caa922f108a16048301e07ccbf3842e32d03b9125
|
|
@@ -39,7 +39,7 @@ module Carrierwave
|
|
|
39
39
|
else
|
|
40
40
|
warn(
|
|
41
41
|
'[Deprecation warning] Setting `file_name` option to a string is '\
|
|
42
|
-
'deprecated and will be removed in
|
|
42
|
+
'deprecated and will be removed in 3.0.0. If you want to keep the '\
|
|
43
43
|
'existing behaviour, wrap the string in a Proc'
|
|
44
44
|
)
|
|
45
45
|
proc_or_string
|