colordom 1.0.0-aarch64-linux → 1.2.0-aarch64-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: 9a4db123045fdca592a503e9d6d53558d524faa5d84dfb251147e52dc24c029d
4
- data.tar.gz: 5c77da91ed5c0a2ef1b24fb4937b229c5192c3748263a2c1769e63592850b7a2
3
+ metadata.gz: a27e2cedc1fe75fb877618fe36debc557072281326c6708ea8323b57baee6025
4
+ data.tar.gz: ae403dbe58c53fd4875689003d18714ca0673352a845d1eeb51f9cdd6dbe7f0b
5
5
  SHA512:
6
- metadata.gz: 7939f692f169d22009c47f3a227ad97232a2b19e14ba1cdafa2d25a271982ed27871c0812413f70a6d147990ae8cd74608c64205ec225a823a8bd89be7b96cf2
7
- data.tar.gz: f867635e6f03013717b08c834ab6d605340b07a2cf2dddde075c39d5768ea8bebff6373a3df4b0edc3cb5899ded074f7a2368989b0ec3d8b073410d14aabd5ec
6
+ metadata.gz: adbfdd60aebd12b7d9a919f8e8a5ed377177547ac75a8c3b6c72dd889485db1af9f9015bc79bd1a7cd19de02140453bcdc668bec6777fad089dba00b6106d449
7
+ data.tar.gz: d300ee3e6206e8b1797b204ce359cd45cd9c030d5351c18bbbcb582b8fb94f0cf204e0eb938d9e357a75d05c835d4a73d7272fbd63c693ba79762994b03d5741
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: aarch64-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