image_compare 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6e3942a469787d0362555e95b4378fdac7c9766c06b70e0c176e916e0732b22
4
- data.tar.gz: acf47bab2a4eee7d2909e7947062e769480c9f1aeceecf809ceeb679287585b3
3
+ metadata.gz: a4f15aaf75201eeea7e42796e91f00bb059b9bce5390b85d8f61d3596a94f1c4
4
+ data.tar.gz: 4cede23770aa3d38035403aeed400d0cafb764dbf78ac1215a44510537371891
5
5
  SHA512:
6
- metadata.gz: f9f2df2f4b996aab9219920b7ee030bd0873b7e6103aff0871e5a161af7ba72d94f96e5431fa3b88dc8c7e046a8727322c2fee80d899d2b95efbd33e05867376
7
- data.tar.gz: 8f879179dc1a0f30def7dd4187ff2bbf9d9716f8fa52a14260efaae107b48e6e4327712c9524666010167f069a229e6d8a5bb855a6d1f072295a6948c39eb1e9
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
- [![Gem Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=rb&r=r&type=6e&v=1.0.3&x2=0)](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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ImageCompare
4
- VERSION = "1.0.4"
4
+ VERSION = "1.0.5"
5
5
  end
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
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.4
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: