morandi 0.11.1 → 0.11.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 9cc53b714e3e5e997376714b0f5033b14c753110b82a2d2de2b0d2d90b173b14
4
- data.tar.gz: 4d59da477a6760c96c227d4b1d416b5114086ff63986c4631e9e406e73b4ec3e
2
+ SHA1:
3
+ metadata.gz: 9c5256d4cf68b63ba316fa1709d422c27a94a995
4
+ data.tar.gz: '039fdc3884b63276bd3153a344692635d3978ad6'
5
5
  SHA512:
6
- metadata.gz: b12fa0320ca0dd1d036fe2d84fbf7948b6020c0a90d2db75a13b3b8b33c38b6aa9b6ceb9fe5caa0e6b1deace48012c9748e44cd3b455a5af9afc9662e16446ad
7
- data.tar.gz: 5695162218181fe2adc94e4d851411079e1703b2238a424330f5b80725e18e4fbe58bb669d92b377aa32e930754a7bd157b8f28a8d0cd595eb0b0515d3f3487b
6
+ metadata.gz: 1947709e2f5c1e873476b2efa4902d823598787c444ee3e129a7e65616805d668aa5c2dcb3a8b0550633b7be398696666c569ca8cf2ed45813dc9066440af1cf
7
+ data.tar.gz: f29119605678c8ce2b9e9ed4ca9478caf6635ca5a29d0aa7ffe325c053c9a7bf1e23576705a810a75537e50964a11a32df1f039313055f2a7f9da3d0d260969d
data/CHANGELOG.md CHANGED
@@ -6,11 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
 
7
7
  ## Last updated 07.12.2018
8
8
 
9
- ## [0.11.0] 07.12.2018
9
+ ## [0.11.2] 21.02.2019
10
10
  ### Added
11
- - Added option to set the JPEG image compression size [104324]
11
+ - While throwing Gdk::PixbufError::CorruptImage in Morandi::ProfiledPixbuf#initialize try to recover the image by saving it to a tempfile and re-read. This operation should remove all wrong markers. [TECH-7663]
12
12
 
13
13
  ## [0.11.1] 21.02.2019
14
14
  ### Added
15
15
  - Have option to set the JPEG image compression size be a string like all the other options. [TECH-7701]
16
- - While throwing Gdk::PixbufError::CorruptImage in Morandi::ProfiledPixbuf#initialize try to recover the image by saving it to a tempfile and re-read. This operation should remove all wrong markers. [TECH-7663]
16
+
17
+ ## [0.11.0] 07.12.2018
18
+ ### Added
19
+ - Added option to set the JPEG image compression size [104324]
@@ -1,3 +1,3 @@
1
1
  module Morandi
2
- VERSION = '0.11.1'.freeze
2
+ VERSION = '0.11.2'.freeze
3
3
  end
data/morandi.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["git@intersect-uk.co.uk"]
11
11
  spec.summary = %q{Simple Image Edits}
12
12
  spec.description = %q{Apply simple edits to images}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/livelink/morandi-rb"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: morandi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - |+
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2019-02-22 00:00:00.000000000 Z
14
+ date: 2019-03-04 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: gtk2
@@ -178,7 +178,7 @@ files:
178
178
  - sample/sample.jpg
179
179
  - spec/morandi_spec.rb
180
180
  - spec/spec_helper.rb
181
- homepage: ''
181
+ homepage: https://github.com/livelink/morandi-rb
182
182
  licenses:
183
183
  - MIT
184
184
  metadata: {}
@@ -198,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
198
198
  version: '0'
199
199
  requirements: []
200
200
  rubyforge_project:
201
- rubygems_version: 2.7.7
201
+ rubygems_version: 2.6.10
202
202
  signing_key:
203
203
  specification_version: 4
204
204
  summary: Simple Image Edits