gem_toys 1.0.1 → 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: bfe8e37ec92ec3f14ce148834e9c947c7b1207038010a845e1a0302cdcc55a05
4
- data.tar.gz: 0d454e69a16881f76510d43e6359b400b29f499540825e36c2fcacb299a594e9
3
+ metadata.gz: d162afb88ad18ae72449dac5b083e8dc4ba47f79b58d30672282d32feda1602f
4
+ data.tar.gz: a213a6f96780da5bd30b33b4a7ee8472c381f74175ab9a64069e1c1d611a4001
5
5
  SHA512:
6
- metadata.gz: 7093c2f7b988af8df613fabe378f4eedd08dea2804278e38de72a404b134ee80906dcc9276fa5adb784a1ffff813d281dc4e1f4fbe203cda8cff45d406c31e19
7
- data.tar.gz: 72a5c19de2cd2bdf33c19208519b22681cc940f86bf9ca61194f190e4aad72af4a4084c4a78a44d7ad6a9ccde4e122e2c2c6c244fc01fad1194d8fa6218c8fbb
6
+ metadata.gz: e0828ba5571ef3156459219be5a98a11a28e4424f3e48e79d3b8c7c114c1153438c3d20e132b16aecd5c36e81aba71c089ea0910540f3dd90ec410e13460c7d3
7
+ data.tar.gz: ab3f70daaff6fe04e3b9b3ceabd365baa1d4b3e80119559a18118570cc5a0afd683affab06ddd3aa0b35f1b93f7d56e8566df151bd326ff165861475499a3517
data/CHANGELOG.md CHANGED
@@ -2,13 +2,26 @@
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
+
11
+ ## 1.0.2 (2026-02-01)
12
+
13
+ * Return Ruby 3.2 and 3.3 support.
14
+ * Resolve `remark` offense in CHANGELOG.
15
+ * Add `bundle-audit` CI task.
16
+ * Update development dependencies.
17
+
5
18
  ## 1.0.1 (2026-01-08)
6
19
 
7
20
  * Update `alt_memery` dependency.
8
21
  * Drop Ruby 3.0, 3.1, 3.2 and 3.3 support.
9
22
  * Disable `pry-byebug` requiring in spec helper.
10
23
 
11
- ## 1.0.0 (2026-01-07) [yanked]
24
+ ## 1.0.0 (2026-01-07) \[yanked\]
12
25
 
13
26
  * Allow Ruby 4.0.
14
27
  * Update dependencies.
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.1'
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.1
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: 1980-01-02 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
  '
@@ -100,7 +106,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
100
106
  requirements:
101
107
  - - ">="
102
108
  - !ruby/object:Gem::Version
103
- version: '3.4'
109
+ version: '3.2'
104
110
  - - "<"
105
111
  - !ruby/object:Gem::Version
106
112
  version: '5'
@@ -110,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
116
  - !ruby/object:Gem::Version
111
117
  version: '0'
112
118
  requirements: []
113
- rubygems_version: 4.0.3
119
+ rubygems_version: 3.6.2
114
120
  specification_version: 4
115
121
  summary: Toys template for gems
116
122
  test_files: []