image_compare 1.0.4 → 1.0.5
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/CHANGELOG.md +1 -0
- data/README.md +0 -2
- data/lib/image_compare/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4f15aaf75201eeea7e42796e91f00bb059b9bce5390b85d8f61d3596a94f1c4
|
|
4
|
+
data.tar.gz: 4cede23770aa3d38035403aeed400d0cafb764dbf78ac1215a44510537371891
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de19b90cf7387caea0f222c63f9dc132cf8a184f1578954853601bd440b9de0c75da094e1b3c1130eee1739a1cce318a394f0f2649fa16da1f7389461ba89212
|
|
7
|
+
data.tar.gz: 812d70bad6990ba71a2a58be872525349a452fa254ec5d75ad8f90558c9af97709681272547c815c79ae9e2fce790cdec102c3ada8bbd465789302b6eb6dd0a7
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- v1.0.2: Fix gem documentation uri ([@gsguma][])
|
|
7
7
|
- v1.0.3: Fix documentation ([@gsguma][])
|
|
8
8
|
- v1.0.4: Fix gem documentation images ([@gsguma][])
|
|
9
|
+
- v1.0.5: Fix gem documentation ([@gsguma][])
|
|
9
10
|
|
|
10
11
|
[@gsguma]: https://github.com/gsguma
|
|
11
12
|
[@cristianofmc]: https://github.com/cristianofmc
|
data/README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
[](https://rubygems.org/gems/image_compare)
|
|
2
|
-
|
|
3
1
|
# ImageCompare
|
|
4
2
|
|
|
5
3
|
Compare PNG images in pure Ruby (uses [ChunkyPNG](https://github.com/wvanbergen/chunky_png)) using different algorithms.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: image_compare
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- cristianofmc
|
|
@@ -91,7 +91,7 @@ licenses:
|
|
|
91
91
|
metadata:
|
|
92
92
|
bug_tracker_uri: https://github.com/instantink/image_compare/issues
|
|
93
93
|
changelog_uri: https://github.com/instantink/image_compare/blob/master/CHANGELOG.md
|
|
94
|
-
documentation_uri: https://www.rubydoc.info/gems/image_compare/1.0.
|
|
94
|
+
documentation_uri: https://www.rubydoc.info/gems/image_compare/1.0.5
|
|
95
95
|
homepage_uri: https://github.com/instantink/image_compare
|
|
96
96
|
source_code_uri: https://github.com/instantink/image_compare
|
|
97
97
|
post_install_message:
|