scale_down 0.2.3.1 → 0.2.3.2

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- scale_down (0.2.3.1)
4
+ scale_down (0.2.3.2)
5
5
  rmagick (>= 2.1)
6
6
  ruby-hmac (>= 0.4.0)
7
7
  sinatra (>= 1.0)
@@ -90,7 +90,7 @@ class ScaleDown::Image
90
90
  path = Pathname.new(file_out).dirname.to_s
91
91
  FileUtils.mkdir_p path unless FileTest.directory? path
92
92
 
93
- file.write(file_out) { self.quality = 85; self.colorspace = Magick::RGBColorspace }
93
+ file.write(file_out) { self.quality = 85; }
94
94
  true
95
95
  end
96
96
  end
@@ -1,3 +1,3 @@
1
1
  module ScaleDown
2
- VERSION = "0.2.3.1"
2
+ VERSION = "0.2.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scale_down
3
3
  version: !ruby/object:Gem::Version
4
- hash: 81
4
+ hash: 87
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
9
  - 3
10
- - 1
11
- version: 0.2.3.1
10
+ - 2
11
+ version: 0.2.3.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - John Weir