carrierwave 0.3.5 → 0.3.5.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.
@@ -7,7 +7,7 @@ require 'carrierwave/core_ext/inheritable_attributes'
7
7
 
8
8
  module CarrierWave
9
9
 
10
- VERSION = "0.3.5"
10
+ VERSION = "0.3.5.1"
11
11
 
12
12
  class << self
13
13
  attr_accessor :config, :logger
@@ -195,7 +195,7 @@ module CarrierWave
195
195
  #
196
196
  def resize_to_fill(width, height)
197
197
  manipulate! do |img|
198
- img.resize_to_fill!(width, height)
198
+ img.crop_resized!(width, height)
199
199
  img = yield(img) if block_given?
200
200
  img
201
201
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carrierwave
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Nicklas
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-01 00:00:00 +02:00
12
+ date: 2009-09-17 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -110,7 +110,7 @@ dependencies:
110
110
  requirements:
111
111
  - - ">="
112
112
  - !ruby/object:Gem::Version
113
- version: 2.3.3
113
+ version: 2.3.2
114
114
  version:
115
115
  description: |-
116
116
  * RDoc Documentation {available at Rubyforge}[http://carrierwave.rubyforge.org/rdoc].