miso 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/miso/factory.rb +1 -1
  2. data/lib/miso/image.rb +2 -2
  3. metadata +3 -3
@@ -39,7 +39,7 @@ module Miso
39
39
  self
40
40
  end
41
41
 
42
- def crop_fitting(width, heigth)
42
+ def crop_fitting(width, height)
43
43
  @operations << [:crop_fitting, [width, height]]
44
44
  self
45
45
  end
@@ -43,8 +43,8 @@ module Miso
43
43
 
44
44
  # Combined methods
45
45
 
46
- def crop_fitting(width, heigth)
47
- fit(width, heigth).crop(width, heigth)
46
+ def crop_fitting(width, height)
47
+ fit(width, height).crop(width, height)
48
48
  end
49
49
 
50
50
  # Class shortcut methods
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: miso
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 0
10
- version: 0.4.0
9
+ - 1
10
+ version: 0.4.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Eloy Duran