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 +5 -5
- data/CHANGELOG.md +6 -3
- data/lib/morandi/version.rb +1 -1
- data/morandi.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 9c5256d4cf68b63ba316fa1709d422c27a94a995
|
|
4
|
+
data.tar.gz: '039fdc3884b63276bd3153a344692635d3978ad6'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
9
|
+
## [0.11.2] 21.02.2019
|
|
10
10
|
### Added
|
|
11
|
-
-
|
|
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
|
-
|
|
16
|
+
|
|
17
|
+
## [0.11.0] 07.12.2018
|
|
18
|
+
### Added
|
|
19
|
+
- Added option to set the JPEG image compression size [104324]
|
data/lib/morandi/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
201
|
+
rubygems_version: 2.6.10
|
|
202
202
|
signing_key:
|
|
203
203
|
specification_version: 4
|
|
204
204
|
summary: Simple Image Edits
|