derived_images 0.3.0 → 0.3.1
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 +4 -4
- data/README.md +1 -0
- data/lib/derived_images/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cabe8ab0a2892b428e8ff0eba11576b9c77ba1d7e3a742ce0838e66fdaa57fde
|
|
4
|
+
data.tar.gz: 1fec6ac93e9983e6ac101b13c5e2da0dcd5c0e9620389e9bf5b81acc80f498ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5ddeeaea784e7531d9e09bd654a2e015f0aa53b34049cc5221f42a79fcd78cce71799596a4ee31044309f53bc8dfd75a559a6e55f5ea709727a6800f9c2546c
|
|
7
|
+
data.tar.gz: d9eeb36f2481ae41be46c1b524a021828e25e4011ab6974956453800a0205844fee80d8cb1eb00d60329a4b1582fecb2d14490adefaf020455bf0894056f3b7e
|
data/README.md
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: derived_images
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Kitson
|
|
@@ -52,9 +52,8 @@ dependencies:
|
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '6.1'
|
|
55
|
-
description:
|
|
56
|
-
|
|
57
|
-
else that the image_processing gem supports.
|
|
55
|
+
description: Resize images, lower quality to save bytes, rotate, crop, convert between
|
|
56
|
+
formats, and anything else that the image_processing gem supports.
|
|
58
57
|
email:
|
|
59
58
|
executables: []
|
|
60
59
|
extensions: []
|