colordom 0.9.0-x64-mingw32 → 1.1.0-x64-mingw32

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: 22f4e1ebdcc38f2d84dce592cbda206b88304d892f6b6579e35251f3d635ab92
4
- data.tar.gz: 851bb5d00b9450c7e0f55fe422c0990956f7b5eb2e320be7566cc16637386f36
3
+ metadata.gz: 7c261f0513f5e20e298ef332bad439bb1a25b0af3100994a452dda9cdc6b7ef2
4
+ data.tar.gz: 58b0d6ee46359a1f708b20aac3419927adcc7a933b1f4127551bf5b51ba61501
5
5
  SHA512:
6
- metadata.gz: 4dc20a21af8426443d7bf8dd964dda59e1ed14d38bb40cf5389edb9abb9c3c3c29a321098373c42f21dc44c51c8218ae83568e60d5d5ea2c5a94934411b83b42
7
- data.tar.gz: 1bb2ebd5bffa82ebf1f08a5498311fdc013fecc56b782164d8a539fc1c0df0a72f12852bc1b680fb482cc6dd70102d006e057c220e8aa888844439c9a724dbda
6
+ metadata.gz: f297bda882f51b7f39d524aaa035033c7a9f65dc6a182db560492405a14ae8c2eaf3f441ab77d724f083fc29168a9468943cfc522fea171b64481e21e278b527
7
+ data.tar.gz: b8c684d236babb563d68ff0abcbd03bf9e031d21ff45e673344123e49e617cb66d2ab1a308a6e0eeba427ffd1774a1d529af29407367d483e507ca1d1d574ad2
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Colordom
4
- VERSION = '0.9.0'
4
+ VERSION = '1.1.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: 0.9.0
4
+ version: 1.1.0
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Jonian Guveli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-09 00:00:00.000000000 Z
11
+ date: 2024-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -64,7 +64,6 @@ files:
64
64
  - LICENSE.txt
65
65
  - README.md
66
66
  - lib/colordom.rb
67
- - lib/colordom/2.6/colordom.so
68
67
  - lib/colordom/2.7/colordom.so
69
68
  - lib/colordom/3.0/colordom.so
70
69
  - lib/colordom/color.rb
@@ -83,7 +82,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
82
  requirements:
84
83
  - - ">="
85
84
  - !ruby/object:Gem::Version
86
- version: '2.6'
85
+ version: '2.7'
87
86
  - - "<"
88
87
  - !ruby/object:Gem::Version
89
88
  version: 3.1.dev
Binary file