cloudinary 1.0.56 → 1.0.57

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ module Cloudinary::CarrierWave
12
12
  base.extend ClassMethods
13
13
  base.class_attribute :storage_type, :metadata
14
14
  base.send(:attr_reader, :stored_version)
15
- override_in_versions(base, :blank?, :full_public_id, :all_versions_processors)
15
+ override_in_versions(base, :blank?, :full_public_id, :my_public_id, :all_versions_processors)
16
16
  end
17
17
 
18
18
  def is_main_uploader?
@@ -1,4 +1,4 @@
1
1
  # Copyright Cloudinary
2
2
  module Cloudinary
3
- VERSION = "1.0.56"
3
+ VERSION = "1.0.57"
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.0.56
4
+ version: 1.0.57
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-04-24 00:00:00.000000000 Z
14
+ date: 2013-05-01 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rest-client