config_toys 0.9.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: 869ba9b14eb4e093d12b2de5d96fd329a581a4b50d9a43777eb8cdce46be1c83
4
- data.tar.gz: 9302b81aef22952b60029cee02fbc17345e532ff05b9fcb4bbb05999bb8c82e6
3
+ metadata.gz: 9c2d60dfb95115344642b479f69cb7e873c100d794d48e8e1be8c7052dfc1377
4
+ data.tar.gz: f49730374daaf53f6c0ce42d662d1225af4e72537783709e08468af3df3bab9b
5
5
  SHA512:
6
- metadata.gz: 82aadc0e3a116820fb3f977cb670564ed7970cbe19fb5e4d7345c9eef873bae42bbc76f736b521af09d687003dc9553482761ddb3ec47aa70f298f59ebb08bf7
7
- data.tar.gz: 98038b2b872850281dcb82554441c49a7bf05c858816c5f2122b8124d2f52c2462864d7c4a695c0b6ebfb04b2fb3be7eb80bb5069f2e83cafa60852b9719752f
6
+ metadata.gz: 1d9334a64f839885816d3ef005f013a46023996ff5fff3156ba4b7e7dc8519f3d50a7f90b37dc8a6fd007c163a4bd176d2d3445a5bebc5d1924cf1b19d19edc5
7
+ data.tar.gz: 5e2511060e6934a1308d8d3513a5861ea5a132f3d4c9ab14ef1e02bfd21a82ba35b22fbe8a312f34107cf301bc61c0e9f3fddde7bdef945ab3e0adba9d4b6adf
data/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
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
+
11
+ ## 1.0.0 (2026-02-15)
12
+
13
+ * Drop Ruby 3.0 and 3.1 support.
14
+ * Add Ruby 3.4 and 4.0 support.
15
+ * Update runtime dependencies.
16
+ * Update development dependencies.
17
+ * Resolve new RuboCop offenses.
18
+ * Improve CI config.
19
+
5
20
  ## 0.9.0 (2024-01-15)
6
21
 
7
22
  * Drop Ruby 2.7 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 = '0.9.0'
4
+ VERSION = '1.1.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: config_toys
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Popov
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-01-15 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: example_file
@@ -16,28 +15,28 @@ dependencies:
16
15
  requirements:
17
16
  - - "~>"
18
17
  - !ruby/object:Gem::Version
19
- version: 0.5.0
18
+ version: '1.0'
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - "~>"
25
24
  - !ruby/object:Gem::Version
26
- version: 0.5.0
25
+ version: '1.0'
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: toys-core
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - "~>"
32
31
  - !ruby/object:Gem::Version
33
- version: 0.15.3
32
+ version: 0.22.0
34
33
  type: :runtime
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
- version: 0.15.3
39
+ version: 0.22.0
41
40
  description: 'Toys template for applications configuration.
42
41
 
43
42
  '
@@ -58,13 +57,12 @@ licenses:
58
57
  - MIT
59
58
  metadata:
60
59
  bug_tracker_uri: https://github.com/AlexWayfer/config_toys/issues
61
- changelog_uri: https://github.com/AlexWayfer/config_toys/blob/v0.9.0/CHANGELOG.md
62
- documentation_uri: http://www.rubydoc.info/gems/config_toys/0.9.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
63
62
  homepage_uri: https://github.com/AlexWayfer/config_toys
64
63
  rubygems_mfa_required: 'true'
65
64
  source_code_uri: https://github.com/AlexWayfer/config_toys
66
65
  wiki_uri: https://github.com/AlexWayfer/config_toys/wiki
67
- post_install_message:
68
66
  rdoc_options: []
69
67
  require_paths:
70
68
  - lib
@@ -72,18 +70,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
72
70
  requirements:
73
71
  - - ">="
74
72
  - !ruby/object:Gem::Version
75
- version: '3.0'
73
+ version: '3.2'
76
74
  - - "<"
77
75
  - !ruby/object:Gem::Version
78
- version: '4'
76
+ version: '5'
79
77
  required_rubygems_version: !ruby/object:Gem::Requirement
80
78
  requirements:
81
79
  - - ">="
82
80
  - !ruby/object:Gem::Version
83
81
  version: '0'
84
82
  requirements: []
85
- rubygems_version: 3.5.3
86
- signing_key:
83
+ rubygems_version: 4.0.16
87
84
  specification_version: 4
88
85
  summary: Toys template for applications configuration.
89
86
  test_files: []