cloudinary 1.0.11 → 1.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -116,7 +116,7 @@ module Cloudinary::CarrierWave
116
116
  set_or_yell(transformation, :height, args[1])
117
117
  set_or_yell(transformation, :gravity, args[2].to_s.downcase)
118
118
  set_or_yell(transformation, :crop, :fill)
119
- when :resize_to_pad
119
+ when :resize_and_pad
120
120
  set_or_yell(transformation, :width, args[0])
121
121
  set_or_yell(transformation, :height, args[1])
122
122
  set_or_yell(transformation, :gravity, args[3].to_s.downcase)
@@ -1,4 +1,4 @@
1
1
  # Copyright Cloudinary
2
2
  module Cloudinary
3
- VERSION = "1.0.11"
3
+ VERSION = "1.0.12"
4
4
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: cloudinary
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.11
5
+ version: 1.0.12
6
6
  platform: ruby
7
7
  authors:
8
8
  - Nadav Soferman