colordom 0.2.0 → 0.3.0

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
2
  SHA256:
3
- metadata.gz: 36630f3459a8b4c4ab4dc464bd98d9e6f90d5d3684c1520abc7241e5c6c5032c
4
- data.tar.gz: ea5171ee0afce0635bb9bf1aa9b83d7b2499c3c4c8db6e433677ba5fc339b6a3
3
+ metadata.gz: 53547806327419993f2fea02b80d37f764b336359d9119d7e312d8476f00a147
4
+ data.tar.gz: 66ca4e05839356cf2a2a23215cba0501f6b2b55149f5c019cf3dad031e86f6dc
5
5
  SHA512:
6
- metadata.gz: 347d94b5bad2abf596203a1364e308803fcd509d110f0bbfd589da19043c47c1ce054f7c3dd40bcfd79f7cd931d52dbe18f10c1d2d9e957e9baf628df7ec99cf
7
- data.tar.gz: b51088add6ccaffd435e2696e75d7096f18dd9472b82f19327956f02a0f569c13a1504be1be8b9aa732bbf2466f68ad19842169352f3c5a096f250c57dc6ca2b
6
+ metadata.gz: 0aff7d1346a983df3db96a839080b4389ef0b4e15ffc24bc66430cc15a76a53b3a339545bb71c69d115446b82c0b8683d027d52ab2f63d76a04d0a57fb860db2
7
+ data.tar.gz: 8d11973afc632e3374367d7a9d74ada5c6eacaf6cbf503a8a25d82892b85d558823ad2b26ad9f0960f3aa35d279fd9de2e8b8aa708c7e9b8d53e43322a999d36
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Ruby gem to extract dominant colors from images using native extension implemented in Rust. Rust must be available on your system to install this gem.
4
4
 
5
5
  [![Gem Version](https://badge.fury.io/rb/colordom.svg)](https://badge.fury.io/rb/colordom)
6
- [![Build Status](https://travis-ci.org/hardpixel/colordom.svg?branch=master)](https://travis-ci.org/hardpixel/colordom)
6
+ [![Build](https://github.com/hardpixel/colordom/actions/workflows/build.yml/badge.svg)](https://github.com/hardpixel/colordom/actions/workflows/build.yml)
7
7
  [![Maintainability](https://api.codeclimate.com/v1/badges/6040c6d79abf2d6e7efb/maintainability)](https://codeclimate.com/github/hardpixel/colordom/maintainability)
8
8
 
9
9
  ## Installation