rack_console_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: 17dfca62e6faca157cdd33257b5f1d8e9984ff8a75cfb4fd744bcbd41baffe95
4
- data.tar.gz: 749f88f4d19e6716c00e287892787148ad2a729fc39936c95c371722c6640d7c
3
+ metadata.gz: 57903115ebd6c5015134d71ed595fd9284f217fead33c1167d2b1a11027489db
4
+ data.tar.gz: 381f302c62e278a4e05ac23de882e8983ce3fb905489641d3e767e1833d77150
5
5
  SHA512:
6
- metadata.gz: b15d2070e7964a7757238dd3fb16655b1774a8a226aeec974b1f4436ead203c82ddca2eebeb63eb1ab2f726f818384411fb7395d863042823d2f21d843948532
7
- data.tar.gz: 28d8172a29b149983eeb48d3380978cc91bcc73b74f42b9c60e99cc10e884856f8f124e3235d2264ef5dc4b3f66944b8474a8b33f483e1d6c74bc549dd03a391
6
+ metadata.gz: aef55db36bec7126c58821586e26ce8be44f61bc5e09c207753cc1f19d17e439d4681fa123fe5a93dd094b5cba83b7258dd59caf2a0e70499b13f192f6abc2a2
7
+ data.tar.gz: 8f093c8552f93d504020dd35ebc2e44dccb01a438324d2e224dff8892b9510bbbabb2c2acb7f22263a91875b8b44325f615810cd427260f849b2af51387718ea
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-21)
6
12
 
7
13
  * Drop Ruby 2.7, 3.0 and 3.1 support.
data/README.md CHANGED
@@ -1,9 +1,8 @@
1
1
  # Rack Console Toys
2
2
 
3
3
  [![Gem](https://img.shields.io/gem/v/rack_console_toys.svg?style=flat-square)](https://rubygems.org/gems/rack_console_toys)
4
- [![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/AlexWayfer/rack_console_toys?style=flat-square)](https://cirrus-ci.com/github/AlexWayfer/rack_console_toys)
4
+ [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/AlexWayfer/rack_console_toys/ci.yml?style=flat-square)](https://github.com/AlexWayfer/rack_console_toys/actions)
5
5
  [![Codecov branch](https://img.shields.io/codecov/c/github/AlexWayfer/rack_console_toys/main.svg?style=flat-square)](https://codecov.io/gh/AlexWayfer/rack_console_toys)
6
- [![Code Climate](https://img.shields.io/codeclimate/maintainability/AlexWayfer/rack_console_toys.svg?style=flat-square)](https://codeclimate.com/github/AlexWayfer/rack_console_toys)
7
6
  [![Depfu](https://img.shields.io/depfu/AlexWayfer/rack_console_toys?style=flat-square)](https://depfu.com/repos/github/AlexWayfer/rack_console_toys)
8
7
  [![Inline docs](https://inch-ci.org/github/AlexWayfer/rack_console_toys.svg?branch=main)](https://inch-ci.org/github/AlexWayfer/rack_console_toys)
9
8
  [![License](https://img.shields.io/github/license/AlexWayfer/rack_console_toys.svg?style=flat-square)](LICENSE.txt)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RackConsoleToys
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: rack_console_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 Rack console.
41
41
 
42
42
  '
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  requirements: []
80
- rubygems_version: 4.0.3
80
+ rubygems_version: 4.0.16
81
81
  specification_version: 4
82
82
  summary: Toys template for Rack console.
83
83
  test_files: []