cloudinary 1.11.0 → 1.11.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1a428a9c1a34b4a9b89df196292b88396095867df660cc2c327d7427dab2d1f
4
- data.tar.gz: 43a242c30de9e936d416b6cce0af16029456e913b31609e772631c02c2367409
3
+ metadata.gz: 629a48ffc8543fc7fc8da12f12d88823232fe70a08556c49b9583437bcc24c45
4
+ data.tar.gz: 1a34d49c36238a396fc3d1494845f0f97ae71b18bf49175e255c9fbea239031f
5
5
  SHA512:
6
- metadata.gz: b17ad9f448a25c419ef19ea8df67d87d774fdf9fe03c48300a9575fd2efcd3cc0ce51990a1656db517334ad1aefadd1e3f4923a6c5bef539771f6c8fccdeee84
7
- data.tar.gz: ae35973b12d626696eba7c41d631c36f30f9a3c8fb107fffeed37161959958b91dfa1d5e5682962c077f3db2314d82b2e802e0a65c55cbaa9d1f022e778013ed
6
+ metadata.gz: 9be4a6c2470fcdbab667610878db7934bff588ceda810e4917caa36b28c9c3e910214ebd4f21baca258ff643f7bd8e7277af4dda89779da356473d49b2cc73b8
7
+ data.tar.gz: b308cf1059df2bc58ba103d67b845c0a3a2384a4f53e387f950057abbc502ef425506b2861b1b471689b21cd3e04f1c960fe230559ad8d5830babc203a85b2c0
@@ -1,4 +1,10 @@
1
1
 
2
+ 1.11.1 / 2018-12-22
3
+ ===================
4
+
5
+ * Merge pull request #330 from langsharpe/constant_nil_is_deprecated
6
+ * Replace `NIL` with `Nil` to fix ruby 2.4 deprecation warning
7
+
2
8
  1.11.0 / 2018-12-12
3
9
  ===================
4
10
 
@@ -1071,7 +1071,7 @@ class Cloudinary::Utils
1071
1071
 
1072
1072
  def self.process_custom_pre_function(param)
1073
1073
  value = process_custom_function(param)
1074
- value ? "pre:#{value}" : NIL
1074
+ value ? "pre:#{value}" : nil
1075
1075
  end
1076
1076
 
1077
1077
  def self.process_custom_function(param)
@@ -1,4 +1,4 @@
1
1
  # Copyright Cloudinary
2
2
  module Cloudinary
3
- VERSION = "1.11.0"
3
+ VERSION = "1.11.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudinary
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nadav Soferman
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2018-12-12 00:00:00.000000000 Z
13
+ date: 2018-12-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: aws_cf_signer