gem_toys 1.0.2 → 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: f79905427b4cfa5c8f5cddeadfbb917d439e0e897481f0f8b6044953952da2a4
4
- data.tar.gz: 0dd32e182406da7323db09c467ab933635fcc5656f690806f06742c62ee52871
3
+ metadata.gz: d162afb88ad18ae72449dac5b083e8dc4ba47f79b58d30672282d32feda1602f
4
+ data.tar.gz: a213a6f96780da5bd30b33b4a7ee8472c381f74175ab9a64069e1c1d611a4001
5
5
  SHA512:
6
- metadata.gz: 510b41405b9117054dae8b4e6a6a7329627fbefd0e21f56122dd0bed42d541f877414c9ed8c85da9520c78151e1b7d70e24c44082fd6eef250035371abf9d11b
7
- data.tar.gz: 4f51d72438054fc78a53af95ba215a46b388daaf0d7a7e313c9a764b543f238522712a9fda6c81d51671a812732c9c50bbf5f585b1f143e703a26ce042cf1ed0
6
+ metadata.gz: e0828ba5571ef3156459219be5a98a11a28e4424f3e48e79d3b8c7c114c1153438c3d20e132b16aecd5c36e81aba71c089ea0910540f3dd90ec410e13460c7d3
7
+ data.tar.gz: ab3f70daaff6fe04e3b9b3ceabd365baa1d4b3e80119559a18118570cc5a0afd683affab06ddd3aa0b35f1b93f7d56e8566df151bd326ff165861475499a3517
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 1.1.0 (2026-08-10)
6
+
7
+ * Update dependencies.
8
+ * Switch from Cirrus CI to GitHub Actions.
9
+ * Try Dependabot.
10
+
5
11
  ## 1.0.2 (2026-02-01)
6
12
 
7
13
  * Return Ruby 3.2 and 3.3 support.
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Gem Toys
2
2
 
3
- [![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/AlexWayfer/gem_toys?style=flat-square)](https://cirrus-ci.com/github/AlexWayfer/gem_toys)
3
+ [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/AlexWayfer/gem_toys/ci.yml?style=flat-square)](https://github.com/AlexWayfer/gem_toys/actions)
4
+ [![Depfu](https://img.shields.io/depfu/AlexWayfer/gem_toys?style=flat-square)](https://depfu.com/repos/github/AlexWayfer/gem_toys)
4
5
  [![Codecov branch](https://img.shields.io/codecov/c/github/AlexWayfer/gem_toys/main.svg?style=flat-square)](https://codecov.io/gh/AlexWayfer/gem_toys)
5
6
  [![Code Climate](https://img.shields.io/codeclimate/maintainability/AlexWayfer/gem_toys.svg?style=flat-square)](https://codeclimate.com/github/AlexWayfer/gem_toys)
6
7
  [![Inline docs](https://inch-ci.org/github/AlexWayfer/gem_toys.svg?branch=main)](https://inch-ci.org/github/AlexWayfer/gem_toys)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GemToys
4
- VERSION = '1.0.2'
4
+ VERSION = '1.1.0'
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem_toys
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Popov
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-02-01 00:00:00.000000000 Z
10
+ date: 2026-08-10 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: alt_memery
@@ -55,16 +55,22 @@ dependencies:
55
55
  name: toys-core
56
56
  requirement: !ruby/object:Gem::Requirement
57
57
  requirements:
58
- - - "~>"
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: '0.19'
61
+ - - "<"
59
62
  - !ruby/object:Gem::Version
60
- version: 0.19.0
63
+ version: '0.23'
61
64
  type: :runtime
62
65
  prerelease: false
63
66
  version_requirements: !ruby/object:Gem::Requirement
64
67
  requirements:
65
- - - "~>"
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '0.19'
71
+ - - "<"
66
72
  - !ruby/object:Gem::Version
67
- version: 0.19.0
73
+ version: '0.23'
68
74
  description: 'Toys template for gems, like building, releasing, etc.
69
75
 
70
76
  '