benchmark_toys 0.8.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 +8 -0
- data/lib/benchmark_toys/version.rb +1 -1
- metadata +11 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d1f54fb1306cb8ef0a2a90a8c17bfd1618ec5ef15e4cc033648446b5fb92fe8
|
|
4
|
+
data.tar.gz: cfbaf451952869a3dfc3f6fddd4b3ce014cc4100dbdd7a62911826be55c8a8f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 995c3c54291096bf02bcb6ef0534c7a0df6ce972c8130a083261ba63cdbb017b79857e6e2abb11cb13b69a0e828557a083766fd477a0ae055b0751b790ef2687
|
|
7
|
+
data.tar.gz: 424f6ad6af010696752adc2926a62b3e943ac1a362a58cd7faccc45847fb9ad8dd722ad602d2d106a4c2d8bd92b936b1163655acc50dc1cdef1ed42b15892bbc
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 1.0.0 (2026-02-15)
|
|
6
|
+
|
|
7
|
+
* Drop Ruby 3.0 and 3.1 support.
|
|
8
|
+
* Add Ruby 3.4 and 4.0 support.
|
|
9
|
+
* Update runtime dependencies.
|
|
10
|
+
* Update development dependencies.
|
|
11
|
+
* Resolve new RuboCop offenses.
|
|
12
|
+
|
|
5
13
|
## 0.8.0 (2024-01-15)
|
|
6
14
|
|
|
7
15
|
* Drop Ruby 2.7 support.
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: benchmark_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: benchmark-ips
|
|
@@ -44,28 +43,28 @@ dependencies:
|
|
|
44
43
|
requirements:
|
|
45
44
|
- - "~>"
|
|
46
45
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
46
|
+
version: '1.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:
|
|
53
|
+
version: '1.0'
|
|
55
54
|
- !ruby/object:Gem::Dependency
|
|
56
55
|
name: toys-core
|
|
57
56
|
requirement: !ruby/object:Gem::Requirement
|
|
58
57
|
requirements:
|
|
59
58
|
- - "~>"
|
|
60
59
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.
|
|
60
|
+
version: 0.19.0
|
|
62
61
|
type: :runtime
|
|
63
62
|
prerelease: false
|
|
64
63
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
64
|
requirements:
|
|
66
65
|
- - "~>"
|
|
67
66
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 0.
|
|
67
|
+
version: 0.19.0
|
|
69
68
|
description: 'Toys template for benchmarks.
|
|
70
69
|
|
|
71
70
|
'
|
|
@@ -86,13 +85,12 @@ licenses:
|
|
|
86
85
|
- MIT
|
|
87
86
|
metadata:
|
|
88
87
|
bug_tracker_uri: https://github.com/AlexWayfer/benchmark_toys/issues
|
|
89
|
-
changelog_uri: https://github.com/AlexWayfer/benchmark_toys/blob/
|
|
90
|
-
documentation_uri: http://www.rubydoc.info/gems/benchmark_toys/0.
|
|
88
|
+
changelog_uri: https://github.com/AlexWayfer/benchmark_toys/blob/v1.0.0/CHANGELOG.md
|
|
89
|
+
documentation_uri: http://www.rubydoc.info/gems/benchmark_toys/1.0.0
|
|
91
90
|
homepage_uri: https://github.com/AlexWayfer/benchmark_toys
|
|
92
91
|
rubygems_mfa_required: 'true'
|
|
93
92
|
source_code_uri: https://github.com/AlexWayfer/benchmark_toys
|
|
94
93
|
wiki_uri: https://github.com/AlexWayfer/benchmark_toys/wiki
|
|
95
|
-
post_install_message:
|
|
96
94
|
rdoc_options: []
|
|
97
95
|
require_paths:
|
|
98
96
|
- lib
|
|
@@ -100,18 +98,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
100
98
|
requirements:
|
|
101
99
|
- - ">="
|
|
102
100
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: '3.
|
|
101
|
+
version: '3.2'
|
|
104
102
|
- - "<"
|
|
105
103
|
- !ruby/object:Gem::Version
|
|
106
|
-
version: '
|
|
104
|
+
version: '5'
|
|
107
105
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
106
|
requirements:
|
|
109
107
|
- - ">="
|
|
110
108
|
- !ruby/object:Gem::Version
|
|
111
109
|
version: '0'
|
|
112
110
|
requirements: []
|
|
113
|
-
rubygems_version:
|
|
114
|
-
signing_key:
|
|
111
|
+
rubygems_version: 4.0.3
|
|
115
112
|
specification_version: 4
|
|
116
113
|
summary: Toys template for benchmarks.
|
|
117
114
|
test_files: []
|