locales_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: 74ee09570f2df594bc6512b8c3a4ef91d39787e309073a6c754b582da813b776
4
- data.tar.gz: d165d2806f645755b27076c206fa32061fd62370fd727ebf637a51b861caf1b8
3
+ metadata.gz: fd7af13d408db5d7b7309e524834d5d28e9c1284219e6fad4a9f8b5001baa2ed
4
+ data.tar.gz: abcea91d9c02ca7ca2af7dd15883e4064cb2b9d774a4b5d46f56722ed9743b52
5
5
  SHA512:
6
- metadata.gz: 1a864373dbc869d33c286a101676459e74c7c83d28f8d58cb438815a2912536664bee97d9086d360bcf37760394fb8d2fe81a5bd456e0d5d2b3b652c17cbf87d
7
- data.tar.gz: 2d259bf5873578355544fc0c197d7d1a7e1c5269fef81fa0bc8e25bb3073d3c4c00f14a4ff7a73a84e5c8fa14745a84c7164d0d66a811827eab7fbd3ff7b1b8c
6
+ metadata.gz: 573d01d23637b004278ea4dd39c599536b1c36d4a86ca8c23c13290e51512d58d402997253316d713fa11f42fe25bf394f80c097cdd2c9cc35d2ebeb8f2bc124
7
+ data.tar.gz: 8b76e6128865cc5b47e42cbd3a9146d8d0c6e3e1dc2fc9b6652ec2dd5d3aed1ebd96bd8eb42e10c6462a939d1eec14b757464c9845d5992c4ebc1aaa60a78e4f
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 1.1.0 (2026-08-14)
6
+
7
+ * Update dependencies.
8
+ * Switch from Depfu to Renovate.
9
+ * Switch from Cirrus CI to GitHub Actions.
10
+ * Fix badges in README.
11
+
5
12
  ## 1.0.0 (2026-02-16)
6
13
 
7
14
  * Drop Ruby 2.7, 3.0 and 3.1 support.
data/README.md CHANGED
@@ -1,9 +1,8 @@
1
1
  # Locales Toys
2
2
 
3
- [![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/AlexWayfer/locales_toys?style=flat-square)](https://cirrus-ci.com/github/AlexWayfer/locales_toys)
3
+ [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/AlexWayfer/locales_toys/ci.yml?style=flat-square)](https://github.com/AlexWayfer/locales_toys/actions)
4
4
  [![Codecov branch](https://img.shields.io/codecov/c/github/AlexWayfer/locales_toys/main.svg?style=flat-square)](https://codecov.io/gh/AlexWayfer/locales_toys)
5
- [![Code Climate](https://img.shields.io/codeclimate/maintainability/AlexWayfer/locales_toys.svg?style=flat-square)](https://codeclimate.com/github/AlexWayfer/locales_toys)
6
- [![Depfu](https://img.shields.io/depfu/AlexWayfer/benchmark_toys?style=flat-square)](https://depfu.com/repos/github/AlexWayfer/locales_toys)
5
+ [![Depfu](https://img.shields.io/depfu/AlexWayfer/locales_toys?style=flat-square)](https://depfu.com/repos/github/AlexWayfer/locales_toys)
7
6
  [![Inline docs](https://inch-ci.org/github/AlexWayfer/locales_toys.svg?branch=main)](https://inch-ci.org/github/AlexWayfer/locales_toys)
8
7
  [![Gem](https://img.shields.io/gem/v/locales_toys.svg?style=flat-square)](https://rubygems.org/gems/locales_toys)
9
8
  [![License](https://img.shields.io/github/license/AlexWayfer/locales_toys.svg?style=flat-square)](LICENSE.txt)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LocalesToys
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: locales_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
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: 0.19.0
18
+ version: 0.22.0
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: 0.19.0
25
+ version: 0.22.0
26
26
  description: 'Toys template for locales.
27
27
 
28
28
  '
@@ -44,8 +44,8 @@ licenses:
44
44
  - MIT
45
45
  metadata:
46
46
  bug_tracker_uri: https://github.com/AlexWayfer/locales_toys/issues
47
- changelog_uri: https://github.com/AlexWayfer/locales_toys/blob/v1.0.0/CHANGELOG.md
48
- documentation_uri: http://www.rubydoc.info/gems/locales_toys/1.0.0
47
+ changelog_uri: https://github.com/AlexWayfer/locales_toys/blob/v1.1.0/CHANGELOG.md
48
+ documentation_uri: http://www.rubydoc.info/gems/locales_toys/1.1.0
49
49
  homepage_uri: https://github.com/AlexWayfer/locales_toys
50
50
  rubygems_mfa_required: 'true'
51
51
  source_code_uri: https://github.com/AlexWayfer/locales_toys
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  requirements: []
70
- rubygems_version: 4.0.3
70
+ rubygems_version: 4.0.16
71
71
  specification_version: 4
72
72
  summary: Toys template for locales.
73
73
  test_files: []