colordom 1.0.0-arm-linux → 1.2.0-arm-linux

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: b8a05fd443fee412e575e3447a61c7c340dded97067112ed90ecd9b5d2b4c76e
4
- data.tar.gz: 368e3ecd876579ea396d754918b3c3302942922f4653bf901af50238871b2986
3
+ metadata.gz: 907eaf12161e4ac970b8a2d0de34631a181a72958fa581ec576d4c1691f95372
4
+ data.tar.gz: 6817796655d41efeace4a11b91b4c6e8f1918e49c5a5dec24ed521b4b05c9887
5
5
  SHA512:
6
- metadata.gz: 9706a5cdf9721b8102027c088aaebd5db15bc86b529b9d68f5902e50ddfd07b395ffbf24307bb754151beb1406cf2df151e450893c6300cef288fe3e50f54e76
7
- data.tar.gz: f77d0fc312fb7f2c88e64a0e9deee788bc7c000a69d13eff50311b7f12b4739b9470cc42182c530db8075a798916b1a2a910b6e0d2875b1bf46fb7885b29f9bd
6
+ metadata.gz: 8cb251468ecddcd7de5100f1527e3c6f8f007090f2270d1c2ffa73c3531572d6a8bf6cce74eb909e58e9540d8176874298af4899d897175ac88e71f16d450ba4
7
+ data.tar.gz: f6454f48d0aee16c7a6e2a77dadfb2c0e30264daa06663b3d6295b3ef080a28b86109cc68f19b952c50ebe2b69745a396e185a86606028fc2c5a9e5deefd6856
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Colordom
4
- VERSION = '1.0.0'
4
+ VERSION = '1.2.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: colordom
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.2.0
5
5
  platform: arm-linux
6
6
  authors:
7
7
  - Jonian Guveli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-04 00:00:00.000000000 Z
11
+ date: 2025-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -65,9 +65,9 @@ files:
65
65
  - README.md
66
66
  - lib/colordom.rb
67
67
  - lib/colordom/2.7/colordom.so
68
- - lib/colordom/3.1/colordom.so
68
+ - lib/colordom/3.0/colordom.so
69
69
  - lib/colordom/3.2/colordom.so
70
- - lib/colordom/3.3/colordom.so
70
+ - lib/colordom/3.4/colordom.so
71
71
  - lib/colordom/color.rb
72
72
  - lib/colordom/error.rb
73
73
  - lib/colordom/image.rb
@@ -87,14 +87,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
87
87
  version: '2.7'
88
88
  - - "<"
89
89
  - !ruby/object:Gem::Version
90
- version: 3.4.dev
90
+ version: 3.5.dev
91
91
  required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - ">="
94
94
  - !ruby/object:Gem::Version
95
95
  version: '0'
96
96
  requirements: []
97
- rubygems_version: 3.4.4
97
+ rubygems_version: 3.5.23
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: Extract dominant colors from images
Binary file
Binary file