config_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: 5253b2a52a28a813496bdb2b3459f79fca9f08150974b04884770e22edc3e89c
4
- data.tar.gz: 1a3dab37be557f12061a9a42e7b33f7f2ed061d26b225feed38fec09fec037b6
3
+ metadata.gz: 9c2d60dfb95115344642b479f69cb7e873c100d794d48e8e1be8c7052dfc1377
4
+ data.tar.gz: f49730374daaf53f6c0ce42d662d1225af4e72537783709e08468af3df3bab9b
5
5
  SHA512:
6
- metadata.gz: d0255cfd76e2c5d1ac7f59119e859b5f7c8c0f6a44678f45d0afd806443d4607891ee60a372fc25d68583207b7ff9bd63124e11a2ecb2dbd38926a9f715f2650
7
- data.tar.gz: f39bf7a32043284ba22e1c37d90ca36b8ab3ff9168c18ac940f2b6e963b2469f57c4b04606f7986aaa50008ae7496ff4e2c9ad2a92d2ebd65986ef0154e665b0
6
+ metadata.gz: 1d9334a64f839885816d3ef005f013a46023996ff5fff3156ba4b7e7dc8519f3d50a7f90b37dc8a6fd007c163a4bd176d2d3445a5bebc5d1924cf1b19d19edc5
7
+ data.tar.gz: 5e2511060e6934a1308d8d3513a5861ea5a132f3d4c9ab14ef1e02bfd21a82ba35b22fbe8a312f34107cf301bc61c0e9f3fddde7bdef945ab3e0adba9d4b6adf
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 1.1.0 (2026-08-14)
6
+
7
+ * Update dependencies.
8
+ * Switch from Cirrus CI to GitHub Actions.
9
+ * Fix badges in README.
10
+
5
11
  ## 1.0.0 (2026-02-15)
6
12
 
7
13
  * Drop Ruby 3.0 and 3.1 support.
data/README.md CHANGED
@@ -1,9 +1,8 @@
1
1
  # Config Toys
2
2
 
3
- ![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/AlexWayfer/config_toys?style=flat-square)
3
+ [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/AlexWayfer/config_toys/ci.yml?style=flat-square)](https://github.com/AlexWayfer/config_toys/actions)
4
4
  [![Codecov branch](https://img.shields.io/codecov/c/github/AlexWayfer/config_toys/main.svg?style=flat-square)](https://codecov.io/gh/AlexWayfer/config_toys)
5
- [![Code Climate](https://img.shields.io/codeclimate/maintainability/AlexWayfer/config_toys.svg?style=flat-square)](https://codeclimate.com/github/AlexWayfer/config_toys)
6
- ![Depfu](https://img.shields.io/depfu/AlexWayfer/config_toys?style=flat-square)
5
+ [![Depfu](https://img.shields.io/depfu/AlexWayfer/config_toys?style=flat-square)](https://depfu.com/repos/github/AlexWayfer/config_toys)
7
6
  [![Inline docs](https://inch-ci.org/github/AlexWayfer/config_toys.svg?branch=main)](https://inch-ci.org/github/AlexWayfer/config_toys)
8
7
  [![Gem](https://img.shields.io/gem/v/config_toys.svg?style=flat-square)](https://rubygems.org/gems/config_toys)
9
8
  [![License](https://img.shields.io/github/license/AlexWayfer/config_toys.svg?style=flat-square)](LICENSE.txt)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ConfigToys
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: config_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
@@ -29,14 +29,14 @@ dependencies:
29
29
  requirements:
30
30
  - - "~>"
31
31
  - !ruby/object:Gem::Version
32
- version: 0.19.0
32
+ version: 0.22.0
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: 0.19.0
39
+ version: 0.22.0
40
40
  description: 'Toys template for applications configuration.
41
41
 
42
42
  '
@@ -57,8 +57,8 @@ licenses:
57
57
  - MIT
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/AlexWayfer/config_toys/issues
60
- changelog_uri: https://github.com/AlexWayfer/config_toys/blob/v1.0.0/CHANGELOG.md
61
- documentation_uri: http://www.rubydoc.info/gems/config_toys/1.0.0
60
+ changelog_uri: https://github.com/AlexWayfer/config_toys/blob/v1.1.0/CHANGELOG.md
61
+ documentation_uri: http://www.rubydoc.info/gems/config_toys/1.1.0
62
62
  homepage_uri: https://github.com/AlexWayfer/config_toys
63
63
  rubygems_mfa_required: 'true'
64
64
  source_code_uri: https://github.com/AlexWayfer/config_toys
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  requirements: []
83
- rubygems_version: 4.0.3
83
+ rubygems_version: 4.0.16
84
84
  specification_version: 4
85
85
  summary: Toys template for applications configuration.
86
86
  test_files: []