imgry 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,8 +26,7 @@ module Imgry
26
26
  @img = Scalr.resize(@img,
27
27
  Scalr::Method::QUALITY,
28
28
  Scalr::Mode::FIT_EXACT,
29
- new_width, new_height,
30
- Scalr::OP_ANTIALIAS)
29
+ new_width, new_height)
31
30
  end
32
31
 
33
32
  def crop!(geometry)
data/lib/imgry/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Imgry
2
- VERSION = '0.1.8'
2
+ VERSION = '0.1.9'
3
3
  end
@@ -28,7 +28,6 @@ if RUBY_ENGINE == 'jruby'
28
28
 
29
29
  new_img_blob = img.to_blob
30
30
  new_img_blob.length.should < img_data.length
31
- new_img_blob.length.should == 30319
32
31
  end
33
32
 
34
33
  it "crops an image" do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imgry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-26 00:00:00.000000000 Z
12
+ date: 2013-03-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec