static_files_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: 4a9f583bb5aa56d4b4897ebfe211eb00f203c2de966338ea18a36d6c48651692
4
- data.tar.gz: 5c882f5066a5a8efaeff47ce889271b3a4cb3182371e3ff119d8a3c8909d10e9
3
+ metadata.gz: 20c680bda57c7c47ff485023e81ff60fe2f3b85ae19c33fe4d317ad20a6397b3
4
+ data.tar.gz: 6f6baa9e3e015875b197fc5a2d4d0d592fd558ff00e53436778e3d09eafe9794
5
5
  SHA512:
6
- metadata.gz: 9b5c9f060a285c094fa1a7f43118b7a8907958df3f6dbca862683cd72f07ec318687a2f1f8e6c85991271c57fac841987b2cb2e825c3916556f5c99f07bc3a75
7
- data.tar.gz: 986a381862cc3c2e9849e43281445522d72b9a605dbd6d42630532c3b9bd7272a027620369fb19d5d5484cc0e4b65fe79e4c05906f2c52ca188cd33cc13357c4
6
+ metadata.gz: c9daa43cc3761e9ab84d74db90f544a7ac6072b735d1bca45491158cc6b1f8b81ab870706f1adcd5f15bc730244654f4c19828614ec2102aa50f952cea019d85
7
+ data.tar.gz: fe9285aefb7532aa439cc15d75e26bdbffe6e03fbb3b07456e15ab460deb9435fa92076ee7f3c3fe759d0d4b8dfe7c19bd5263f34589afde67bf6b253e0c3e41
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-13)
6
12
 
7
13
  * Add Ruby 3.4 and 4.0 support.
data/README.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # Static Files Toys
2
2
 
3
- [![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/AlexWayfer/static_files_toys?style=flat-square)](https://cirrus-ci.com/github/AlexWayfer/static_files_toys)
3
+ [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/AlexWayfer/static_files_toys/ci.yml?style=flat-square)](https://github.com/AlexWayfer/static_files_toys/actions)
4
4
  [![Codecov branch](https://img.shields.io/codecov/c/github/AlexWayfer/static_files_toys/main.svg?style=flat-square)](https://codecov.io/gh/AlexWayfer/static_files_toys)
5
- [![Code Climate](https://img.shields.io/codeclimate/maintainability/AlexWayfer/static_files_toys.svg?style=flat-square)](https://codeclimate.com/github/AlexWayfer/static_files_toys)
6
5
  [![Depfu](https://img.shields.io/depfu/AlexWayfer/benchmark_toys?style=flat-square)](https://depfu.com/repos/github/AlexWayfer/static_files_toys)
7
6
  [![Inline docs](https://inch-ci.org/github/AlexWayfer/static_files_toys.svg?branch=main)](https://inch-ci.org/github/AlexWayfer/static_files_toys)
8
7
  [![Gem](https://img.shields.io/gem/v/static_files_toys.svg?style=flat-square)](https://rubygems.org/gems/static_files_toys)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StaticFilesToys
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: static_files_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 static (public) files of a web-application.
41
41
 
42
42
  '
@@ -57,8 +57,8 @@ licenses:
57
57
  - MIT
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/AlexWayfer/static_files_toys/issues
60
- changelog_uri: https://github.com/AlexWayfer/static_files_toys/blob/v1.0.0/CHANGELOG.md
61
- documentation_uri: http://www.rubydoc.info/gems/static_files_toys/1.0.0
60
+ changelog_uri: https://github.com/AlexWayfer/static_files_toys/blob/v1.1.0/CHANGELOG.md
61
+ documentation_uri: http://www.rubydoc.info/gems/static_files_toys/1.1.0
62
62
  homepage_uri: https://github.com/AlexWayfer/static_files_toys
63
63
  rubygems_mfa_required: 'true'
64
64
  source_code_uri: https://github.com/AlexWayfer/static_files_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 static (public) files of a web-application
86
86
  test_files: []