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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 50240c7cf3c2cc6381e0f4b6fd264e26378acf8e
4
- data.tar.gz: 814aa3ed6143aac25487da35fd311053e50ab5ea
3
+ metadata.gz: b15712c569ca9849c2d0269932920b6ec796dec7
4
+ data.tar.gz: a50333de3bdbe8bbba125bd5cc8b871923f3eefd
5
5
  SHA512:
6
- metadata.gz: 4c7c1c2b46ab8120ca6a6d6cb11e06668627de9a7ee6b3b6d36bf9bfc01a762e49a6d68ad97c3bb6f4596e540c2e65a1cc40b5bce8eef7f2f1e0eb75828cc3c5
7
- data.tar.gz: 807f88ed34208638470d32eff7e5d509f078364908a12037988f2b9ad942e6a1c2df3d7fe7443e05c05aeada8d4517d5b8671a6b017eb935c0b32ad134017f12
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 2.5.0. If you want to keep the '\
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
@@ -1,5 +1,5 @@
1
1
  module Carrierwave
2
2
  module Base64
3
- VERSION = '2.5.1'.freeze
3
+ VERSION = '2.5.1.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carrierwave-base64
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.1
4
+ version: 2.5.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yury Lebedev