flame_deploy_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: ece1b1ebc56c52fc2eb842741f02f7d930caf8b76ea0698843d27f3537c39b91
4
- data.tar.gz: ccd7af23f6176761ea98867936f04708f67521c8693c39b951c27293885ea45f
3
+ metadata.gz: c77531dc312f9d2fc40b812178bad5a1e170ec298586d77024acc03db0bb2fa7
4
+ data.tar.gz: ae77f7dfa52fab83b084700ce2a20fef5f0bc4920d35cf3ba398b59dd6152c39
5
5
  SHA512:
6
- metadata.gz: 6d78bc2446c001d3595c5d65ceb9046f02155d9ec6ff43efb19b22c811a5dd0f57846f28dfe6fa503031237b5f8c14f8f290203762aaab3fe46100726e2bdbec
7
- data.tar.gz: 2c2205abe12f3cd6b249926caa4f002f079338583538fe601490f0177e3cb7f13493cb53873e50361138da73b1e21e63e654159dfa96f8e1d77daad23a0411ae
6
+ metadata.gz: 00bea5d36d4b85869083da68c10c3d0df72bf1f33cef83edbfe6c5bac7aa12e5faa63b032f13b55d838e526880e119c1c74ed796927c7f65c55406b363912413
7
+ data.tar.gz: 65f851995cc3d030c7c6ef01b8cb5ab97773616a68a9e909ff8358942ce43992ca086e39816f918284f0d80f6187e9e4a92e806b61bdcc1a313881b8b950cf02
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
  * Drop Ruby 2.7, 3.0 and 3.1 support.
data/README.md CHANGED
@@ -1,9 +1,8 @@
1
1
  # Flame Deploy Toys
2
2
 
3
3
  [![Gem](https://img.shields.io/gem/v/flame_deploy_toys.svg?style=flat-square)](https://rubygems.org/gems/flame_deploy_toys)
4
- [![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/AlexWayfer/flame_deploy_toys?style=flat-square)](https://cirrus-ci.com/github/AlexWayfer/flame_deploy_toys)
4
+ [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/AlexWayfer/flame_deploy_toys/ci.yml?style=flat-square)](https://github.com/AlexWayfer/flame_deploy_toys/actions)
5
5
  [![Codecov branch](https://img.shields.io/codecov/c/github/AlexWayfer/flame_deploy_toys/main.svg?style=flat-square)](https://codecov.io/gh/AlexWayfer/flame_deploy_toys)
6
- [![Code Climate](https://img.shields.io/codeclimate/maintainability/AlexWayfer/flame_deploy_toys.svg?style=flat-square)](https://codeclimate.com/github/AlexWayfer/flame_deploy_toys)
7
6
  [![Inline docs](https://inch-ci.org/github/AlexWayfer/flame_deploy_toys.svg?branch=main)](https://inch-ci.org/github/AlexWayfer/flame_deploy_toys)
8
7
  [![License](https://img.shields.io/github/license/AlexWayfer/flame_deploy_toys.svg?style=flat-square)](LICENSE.txt)
9
8
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FlameDeployToys
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: flame_deploy_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 deploying Flame application.
27
27
 
28
28
  '
@@ -43,8 +43,8 @@ licenses:
43
43
  - MIT
44
44
  metadata:
45
45
  bug_tracker_uri: https://github.com/Wayfer/flame_deploy_toys/issues
46
- changelog_uri: https://github.com/Wayfer/flame_deploy_toys/blob/v1.0.0/CHANGELOG.md
47
- documentation_uri: http://www.rubydoc.info/gems/flame_deploy_toys/1.0.0
46
+ changelog_uri: https://github.com/Wayfer/flame_deploy_toys/blob/v1.1.0/CHANGELOG.md
47
+ documentation_uri: http://www.rubydoc.info/gems/flame_deploy_toys/1.1.0
48
48
  homepage_uri: https://github.com/Wayfer/flame_deploy_toys
49
49
  rubygems_mfa_required: 'true'
50
50
  source_code_uri: https://github.com/Wayfer/flame_deploy_toys
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  - !ruby/object:Gem::Version
67
67
  version: '0'
68
68
  requirements: []
69
- rubygems_version: 4.0.3
69
+ rubygems_version: 4.0.16
70
70
  specification_version: 4
71
71
  summary: Toys template for deploying Flame application.
72
72
  test_files: []