benchmark_toys 1.0.0 → 1.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4d1f54fb1306cb8ef0a2a90a8c17bfd1618ec5ef15e4cc033648446b5fb92fe8
4
- data.tar.gz: cfbaf451952869a3dfc3f6fddd4b3ce014cc4100dbdd7a62911826be55c8a8f4
3
+ metadata.gz: 63558206d4a17b3e88737c36a16fed8a6027746d67faeef7c8be434853d7f26a
4
+ data.tar.gz: ce042a113d4d9783145925995005d89c3d6062203f759005a564a11cf4c32323
5
5
  SHA512:
6
- metadata.gz: 995c3c54291096bf02bcb6ef0534c7a0df6ce972c8130a083261ba63cdbb017b79857e6e2abb11cb13b69a0e828557a083766fd477a0ae055b0751b790ef2687
7
- data.tar.gz: 424f6ad6af010696752adc2926a62b3e943ac1a362a58cd7faccc45847fb9ad8dd722ad602d2d106a4c2d8bd92b936b1163655acc50dc1cdef1ed42b15892bbc
6
+ metadata.gz: 2877c406e63be39bc0b7761827412fe1e02056983a94647ec3ad0822cdb68c9da2d31182a63b086d503d099aa69a256278fb3ebba13a2c1976867ae334d861a1
7
+ data.tar.gz: 35b9566f0b97ede931dab5fde4a4da1bdeb3a87a448efc04058c01588ff4bc11cb2e18a54100887f9478f0a1bbdf71373fb970ebd0a43445486982b23929585f
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 1.1.0 (2026-08-10)
6
+
7
+ * Update dependencies.
8
+ * Replace Cirrus CI with GitHub Actions.
9
+
5
10
  ## 1.0.0 (2026-02-15)
6
11
 
7
12
  * Drop Ruby 3.0 and 3.1 support.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Benchmark Toys
2
2
 
3
- [![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/AlexWayfer/benchmark_toys?style=flat-square)](https://cirrus-ci.com/github/AlexWayfer/benchmark_toys)
3
+ [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/AlexWayfer/benchmark_toys/ci.yml?style=flat-square)](https://github.com/AlexWayfer/benchmark_toys/actions)
4
4
  [![Codecov branch](https://img.shields.io/codecov/c/github/AlexWayfer/benchmark_toys/main.svg?style=flat-square)](https://codecov.io/gh/AlexWayfer/benchmark_toys)
5
5
  [![Code Climate](https://img.shields.io/codeclimate/maintainability/AlexWayfer/benchmark_toys.svg?style=flat-square)](https://codeclimate.com/github/AlexWayfer/benchmark_toys)
6
6
  [![Inline docs](https://inch-ci.org/github/AlexWayfer/benchmark_toys.svg?branch=main)](https://inch-ci.org/github/AlexWayfer/benchmark_toys)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BenchmarkToys
4
- VERSION = '1.0.0'
4
+ VERSION = '1.1.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: benchmark_toys
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Popov
@@ -57,14 +57,14 @@ dependencies:
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: 0.19.0
60
+ version: 0.22.0
61
61
  type: :runtime
62
62
  prerelease: false
63
63
  version_requirements: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: 0.19.0
67
+ version: 0.22.0
68
68
  description: 'Toys template for benchmarks.
69
69
 
70
70
  '
@@ -85,8 +85,8 @@ licenses:
85
85
  - MIT
86
86
  metadata:
87
87
  bug_tracker_uri: https://github.com/AlexWayfer/benchmark_toys/issues
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
88
+ changelog_uri: https://github.com/AlexWayfer/benchmark_toys/blob/v1.1.0/CHANGELOG.md
89
+ documentation_uri: http://www.rubydoc.info/gems/benchmark_toys/1.1.0
90
90
  homepage_uri: https://github.com/AlexWayfer/benchmark_toys
91
91
  rubygems_mfa_required: 'true'
92
92
  source_code_uri: https://github.com/AlexWayfer/benchmark_toys
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
110
  requirements: []
111
- rubygems_version: 4.0.3
111
+ rubygems_version: 4.0.16
112
112
  specification_version: 4
113
113
  summary: Toys template for benchmarks.
114
114
  test_files: []