colordom 0.8.0-x86_64-darwin → 1.0.0-x86_64-darwin

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: 12bddfab94cb8766596c4c8c8d9d72ff84f6b541e6f0d72150f87a731f2a6926
4
- data.tar.gz: 680422dff6cad72b4462ddac29a39a3390a45c7d7bc64ad05ad50b5c69266827
3
+ metadata.gz: 8c14b7acad8aa2e60b1bae17a873dd2b0acefca0d01effe0342c6334d93439fe
4
+ data.tar.gz: 81a0129898f479a8c141d90ff0513b3e7b310eedb81564f2081a350bfccc6b9b
5
5
  SHA512:
6
- metadata.gz: 292ccf470f5fd1a582504e08a8b7b783a121c3d5b41ce592e2340cc6e9bd7ba464f4a31c1931ee47364782215448f5ca711aa51010122e50154e14d6783c0cee
7
- data.tar.gz: ea787b79d5567d6a36c5dc71e0c4ea98df158bf098b2702819b1b15d09216fa12640629a196e7d56b3d100f34ace065fd1e303e4b4b242525b0a1c64027fbdc7
6
+ metadata.gz: 8a5cd9a9ebfa34729eecc05379abc6610bfe9b136a9697017684433c67cd77c89a7d68f31a60baf156d8b89cf4ab35c7533b6f6dab3f9fdb2988200d18b74fc3
7
+ data.tar.gz: 565d45c0169a083fa691c2a3af5d01808b61bd80fade75e8b4a2ac688610bb90e0fdbcbd7ea864f49fd0223604fdcd64e9d660312b021d4cd329334d17fec4c3
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 = '0.8.0'
4
+ VERSION = '1.0.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.8.0
4
+ version: 1.0.0
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Jonian Guveli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-18 00:00:00.000000000 Z
11
+ date: 2024-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -64,11 +64,10 @@ files:
64
64
  - LICENSE.txt
65
65
  - README.md
66
66
  - lib/colordom.rb
67
- - lib/colordom/2.6/colordom.bundle
68
67
  - lib/colordom/2.7/colordom.bundle
69
- - lib/colordom/3.0/colordom.bundle
70
68
  - lib/colordom/3.1/colordom.bundle
71
69
  - lib/colordom/3.2/colordom.bundle
70
+ - lib/colordom/3.3/colordom.bundle
72
71
  - lib/colordom/color.rb
73
72
  - lib/colordom/error.rb
74
73
  - lib/colordom/image.rb
@@ -85,10 +84,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
85
84
  requirements:
86
85
  - - ">="
87
86
  - !ruby/object:Gem::Version
88
- version: '2.6'
87
+ version: '2.7'
89
88
  - - "<"
90
89
  - !ruby/object:Gem::Version
91
- version: 3.3.dev
90
+ version: 3.4.dev
92
91
  required_rubygems_version: !ruby/object:Gem::Requirement
93
92
  requirements:
94
93
  - - ">="
Binary file
Binary file