flame_deploy_toys 0.8.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: 45a082d1ad5f4c3d209db2d98bc07757a39166f573c7d123c2ef7b5bda6179f2
4
- data.tar.gz: c310708de3a11ad6b639df32dd69909a69d66c25001eaf746b10122ff0b97796
3
+ metadata.gz: c77531dc312f9d2fc40b812178bad5a1e170ec298586d77024acc03db0bb2fa7
4
+ data.tar.gz: ae77f7dfa52fab83b084700ce2a20fef5f0bc4920d35cf3ba398b59dd6152c39
5
5
  SHA512:
6
- metadata.gz: c1818a4b2a83c36d2c7e83159da6b1587c76ad07497500a159897f864448dc0038830104c96e72bc83e6a67567f6cfca38decda4b371e77384dbd961e19b248b
7
- data.tar.gz: f125ff89e9ef1716ccb9137672f94c378757480443dd1d6cfd72752782a2933f45106f0d3127ce658ab075ec54be509d95f1c56c0fd33971a538416d0c691479
6
+ metadata.gz: 00bea5d36d4b85869083da68c10c3d0df72bf1f33cef83edbfe6c5bac7aa12e5faa63b032f13b55d838e526880e119c1c74ed796927c7f65c55406b363912413
7
+ data.tar.gz: 65f851995cc3d030c7c6ef01b8cb5ab97773616a68a9e909ff8358942ce43992ca086e39816f918284f0d80f6187e9e4a92e806b61bdcc1a313881b8b950cf02
data/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
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-13)
12
+
13
+ * Drop Ruby 2.7, 3.0 and 3.1 support.
14
+ * Add Ruby 3.3, 3.4 and 4.0 support.
15
+ * Update runtime dependencies.
16
+ * Update development dependencies.
17
+ * Resolve new RuboCop offenses.
18
+ * Resolve remark offenses.
19
+ * Improve CI config.
20
+
5
21
  ## 0.8.0 (2023-11-02)
6
22
 
7
23
  * Drop Ruby 2.6 support.
@@ -23,8 +39,8 @@
23
39
  It can be `master`, `main`, `trunc`, etc.
24
40
  Use current on server.
25
41
  * Enable interactive shell for updating.
26
- 1. Load `.bashrc`.
27
- 2. It seems intuitive for possibilities like editing changed config files.
42
+ 1. Load `.bashrc`.
43
+ 2. It seems intuitive for possibilities like editing changed config files.
28
44
  * Update development dependencies.
29
45
 
30
46
  ## 0.5.0 (2022-03-03)
data/README.md CHANGED
@@ -1,10 +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
- [![Depfu](https://img.shields.io/depfu/AlexWayfer/benchmark_toys?style=flat-square)](https://depfu.com/repos/github/AlexWayfer/flame_deploy_toys)
8
6
  [![Inline docs](https://inch-ci.org/github/AlexWayfer/flame_deploy_toys.svg?branch=main)](https://inch-ci.org/github/AlexWayfer/flame_deploy_toys)
9
7
  [![License](https://img.shields.io/github/license/AlexWayfer/flame_deploy_toys.svg?style=flat-square)](LICENSE.txt)
10
8
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FlameDeployToys
4
- VERSION = '0.8.0'
4
+ VERSION = '1.1.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flame_deploy_toys
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.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: 2023-11-02 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: toys-core
@@ -16,14 +15,14 @@ dependencies:
16
15
  requirements:
17
16
  - - "~>"
18
17
  - !ruby/object:Gem::Version
19
- version: 0.15.3
18
+ version: 0.22.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.15.3
25
+ version: 0.22.0
27
26
  description: 'Toys template for deploying Flame application.
28
27
 
29
28
  '
@@ -44,13 +43,12 @@ licenses:
44
43
  - MIT
45
44
  metadata:
46
45
  bug_tracker_uri: https://github.com/Wayfer/flame_deploy_toys/issues
47
- changelog_uri: https://github.com/Wayfer/flame_deploy_toys/blob/v0.8.0/CHANGELOG.md
48
- documentation_uri: http://www.rubydoc.info/gems/flame_deploy_toys/0.8.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
49
48
  homepage_uri: https://github.com/Wayfer/flame_deploy_toys
50
49
  rubygems_mfa_required: 'true'
51
50
  source_code_uri: https://github.com/Wayfer/flame_deploy_toys
52
51
  wiki_uri: https://github.com/Wayfer/flame_deploy_toys/wiki
53
- post_install_message:
54
52
  rdoc_options: []
55
53
  require_paths:
56
54
  - lib
@@ -58,18 +56,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
58
56
  requirements:
59
57
  - - ">="
60
58
  - !ruby/object:Gem::Version
61
- version: '2.7'
59
+ version: '3.2'
62
60
  - - "<"
63
61
  - !ruby/object:Gem::Version
64
- version: '4'
62
+ version: '5'
65
63
  required_rubygems_version: !ruby/object:Gem::Requirement
66
64
  requirements:
67
65
  - - ">="
68
66
  - !ruby/object:Gem::Version
69
67
  version: '0'
70
68
  requirements: []
71
- rubygems_version: 3.4.21
72
- signing_key:
69
+ rubygems_version: 4.0.16
73
70
  specification_version: 4
74
71
  summary: Toys template for deploying Flame application.
75
72
  test_files: []