colordom 1.1.0-x64-mingw-ucrt → 1.2.0-x64-mingw-ucrt

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: 6dc1934f5f1812298c3f427411d3d45013fb1ed4d989f3e23cdbcdbd794e50a8
4
- data.tar.gz: '0037399fb70dc1140602416a472a3f8861affd83bb1edc29693c9125d71e3a6c'
3
+ metadata.gz: 07c18b870debde77fbf9b85afb3c5b65fe5a8bc29976c4302adf714daae8ee32
4
+ data.tar.gz: 23a6105ed149208170c717aee9a2442287b3e2a71a61f5ec284b2ba1adc2386c
5
5
  SHA512:
6
- metadata.gz: 185ac74783b7fdec0bf6308a93899180962652acdece7070d3dcceefa8daffc5f2c478d69f3d1e09039eb9187494a262adb660c3e45978cff5d9c5fa238cd5bc
7
- data.tar.gz: 567e8edda6d5c37a1f9afe5874fff3dc389a46efd51d62267dddbc2585a840dc968856e8c57641a1ae2cc0866fe446e65a8d8cf3a39375f71e7cda83425f05cd
6
+ metadata.gz: df29cccc1fe97bf28b53cd9da5299357f65a0e4c0da9a99d08df200b386ea788337bda7ca4ec7eea89044a86141ad976045e16c5fa52c0455443909df1b22527
7
+ data.tar.gz: dee4116dbe716383a4ddf0b45204646baab42217f6649cde7f86caadbe2568af8a380cc92765e0b0ba141f85196f3e918d739f4e5e7c790d1bea5e930b7a9529
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Colordom
4
- VERSION = '1.1.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.1.0
4
+ version: 1.2.0
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Jonian Guveli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-08 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
@@ -64,9 +64,8 @@ files:
64
64
  - LICENSE.txt
65
65
  - README.md
66
66
  - lib/colordom.rb
67
- - lib/colordom/3.1/colordom.so
68
67
  - lib/colordom/3.2/colordom.so
69
- - lib/colordom/3.3/colordom.so
68
+ - lib/colordom/3.4/colordom.so
70
69
  - lib/colordom/color.rb
71
70
  - lib/colordom/error.rb
72
71
  - lib/colordom/image.rb
@@ -83,17 +82,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
82
  requirements:
84
83
  - - ">="
85
84
  - !ruby/object:Gem::Version
86
- version: '3.1'
85
+ version: '3.2'
87
86
  - - "<"
88
87
  - !ruby/object:Gem::Version
89
- version: 3.4.dev
88
+ version: 3.5.dev
90
89
  required_rubygems_version: !ruby/object:Gem::Requirement
91
90
  requirements:
92
91
  - - ">="
93
92
  - !ruby/object:Gem::Version
94
93
  version: '0'
95
94
  requirements: []
96
- rubygems_version: 3.4.4
95
+ rubygems_version: 3.5.23
97
96
  signing_key:
98
97
  specification_version: 4
99
98
  summary: Extract dominant colors from images
Binary file
Binary file