icomoon_toys 0.6.0 → 1.0.0
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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/icomoon_toys/version.rb +1 -1
- metadata +13 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a59a5324b442bae11701e5f12d64c64c1d0f8d94545d4754049fdb2821329f82
|
|
4
|
+
data.tar.gz: dfed6c05209d8196c299e3b7288574bb6e7fadc629d0c6beff11da38c6f8bf2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8fc3b7738f153c7592d6a1cf23942010820c787a15a4fa34d233d54a31dc9b8af5209170ab5ba7d9ad0641867b4aba4440e0c2aa8faffcb1c3c61d1957d58dd6
|
|
7
|
+
data.tar.gz: 206cf3d4c084ed14932868718e5ef5f3deab87213f5dcfc117edebce555ec49bfd9b9f390e96873c933c8469b63113df5fc2626aad98420f7605475985df03a9
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 1.0.0 (2026-02-20)
|
|
6
|
+
|
|
7
|
+
* Drop Ruby 2.7, 3.0 and 3.1 support.
|
|
8
|
+
* Add Ruby 3.3, 3.4 and 4.0 support.
|
|
9
|
+
* Update runtime dependencies.
|
|
10
|
+
* Update development dependencies.
|
|
11
|
+
* Resolve new RuboCop offenses.
|
|
12
|
+
* Improve CI config.
|
|
13
|
+
|
|
5
14
|
## 0.6.0 (2023-11-09)
|
|
6
15
|
|
|
7
16
|
* Drop Ruby 2.6 support.
|
data/lib/icomoon_toys/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: icomoon_toys
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Popov
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: alt_memery
|
|
@@ -16,42 +15,42 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - "~>"
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
18
|
+
version: '3.0'
|
|
20
19
|
type: :runtime
|
|
21
20
|
prerelease: false
|
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
22
|
requirements:
|
|
24
23
|
- - "~>"
|
|
25
24
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
25
|
+
version: '3.0'
|
|
27
26
|
- !ruby/object:Gem::Dependency
|
|
28
27
|
name: rubyzip
|
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
|
30
29
|
requirements:
|
|
31
30
|
- - "~>"
|
|
32
31
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '2
|
|
32
|
+
version: '3.2'
|
|
34
33
|
type: :runtime
|
|
35
34
|
prerelease: false
|
|
36
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
36
|
requirements:
|
|
38
37
|
- - "~>"
|
|
39
38
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '2
|
|
39
|
+
version: '3.2'
|
|
41
40
|
- !ruby/object:Gem::Dependency
|
|
42
41
|
name: toys-core
|
|
43
42
|
requirement: !ruby/object:Gem::Requirement
|
|
44
43
|
requirements:
|
|
45
44
|
- - "~>"
|
|
46
45
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.
|
|
46
|
+
version: 0.19.0
|
|
48
47
|
type: :runtime
|
|
49
48
|
prerelease: false
|
|
50
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
50
|
requirements:
|
|
52
51
|
- - "~>"
|
|
53
52
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.
|
|
53
|
+
version: 0.19.0
|
|
55
54
|
description: 'Toys for extracting IcoMoon archives.
|
|
56
55
|
|
|
57
56
|
'
|
|
@@ -72,13 +71,12 @@ licenses:
|
|
|
72
71
|
- MIT
|
|
73
72
|
metadata:
|
|
74
73
|
bug_tracker_uri: https://github.com/AlexWayfer/icomoon_toys/issues
|
|
75
|
-
changelog_uri: https://github.com/AlexWayfer/icomoon_toys/blob/
|
|
76
|
-
documentation_uri: http://www.rubydoc.info/gems/icomoon_toys/0.
|
|
74
|
+
changelog_uri: https://github.com/AlexWayfer/icomoon_toys/blob/v1.0.0/CHANGELOG.md
|
|
75
|
+
documentation_uri: http://www.rubydoc.info/gems/icomoon_toys/1.0.0
|
|
77
76
|
homepage_uri: https://github.com/AlexWayfer/icomoon_toys
|
|
78
77
|
rubygems_mfa_required: 'true'
|
|
79
78
|
source_code_uri: https://github.com/AlexWayfer/icomoon_toys
|
|
80
79
|
wiki_uri: https://github.com/AlexWayfer/icomoon_toys/wiki
|
|
81
|
-
post_install_message:
|
|
82
80
|
rdoc_options: []
|
|
83
81
|
require_paths:
|
|
84
82
|
- lib
|
|
@@ -86,18 +84,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
86
84
|
requirements:
|
|
87
85
|
- - ">="
|
|
88
86
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: '2
|
|
87
|
+
version: '3.2'
|
|
90
88
|
- - "<"
|
|
91
89
|
- !ruby/object:Gem::Version
|
|
92
|
-
version: '
|
|
90
|
+
version: '5'
|
|
93
91
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
92
|
requirements:
|
|
95
93
|
- - ">="
|
|
96
94
|
- !ruby/object:Gem::Version
|
|
97
95
|
version: '0'
|
|
98
96
|
requirements: []
|
|
99
|
-
rubygems_version:
|
|
100
|
-
signing_key:
|
|
97
|
+
rubygems_version: 4.0.6
|
|
101
98
|
specification_version: 4
|
|
102
99
|
summary: Toys for extracting IcoMoon archives
|
|
103
100
|
test_files: []
|