colordom 1.0.0-aarch64-linux-musl → 1.2.0-aarch64-linux-musl

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: 71ccbe4718ebae00e39976b675f6fe2a08f6725ad3a57842eb55f3848bf7750c
4
- data.tar.gz: e47264ababe67a7728b1ce4876d78ede493897658f186fb61c05de729ec08b48
3
+ metadata.gz: c039b051da6d679cd07321da45638169601e411e508544e0bd5ffb76479ba259
4
+ data.tar.gz: 2fcc09b3749f3009636e3af8297b02f6e7aaf0a0de9db1167090af2186521a77
5
5
  SHA512:
6
- metadata.gz: 20fbbce4f4ea1b466007c510646b5d4ab5743e976075658f612097e24da179ac969f585799a820e4014ee9eeaeebc260f6d6818824affb9b3d6c8c26179233fc
7
- data.tar.gz: 4f2c41c4dc5b3dbda846c4e42554d2e3bbe54f67831f7af1ec8520e45fc8f9751edc96fbe7f53962714aeb592541c56c21665ad2cc45d649cc2ad91b49fb6385
6
+ metadata.gz: 18e730ca760933e0a7d6c58aa9048aa1725d52551eb785fb8bfe206fac6287ba8c9cdd6a24c70fdd65595b1cc954a87bc815ce5ea77c4ecae8ea138a2ce1df96
7
+ data.tar.gz: 2626e1e6e63c8edde67ba5e93356a9df4387d2d5483daf2367b9acb71704c4e642f391f8d8360d480de80887825798dde32170238991f98b52cf9ae0901d100e
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-musl
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: 3.3.22
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