flame_deploy_toys 0.8.0 → 1.0.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: ece1b1ebc56c52fc2eb842741f02f7d930caf8b76ea0698843d27f3537c39b91
4
+ data.tar.gz: ccd7af23f6176761ea98867936f04708f67521c8693c39b951c27293885ea45f
5
5
  SHA512:
6
- metadata.gz: c1818a4b2a83c36d2c7e83159da6b1587c76ad07497500a159897f864448dc0038830104c96e72bc83e6a67567f6cfca38decda4b371e77384dbd961e19b248b
7
- data.tar.gz: f125ff89e9ef1716ccb9137672f94c378757480443dd1d6cfd72752782a2933f45106f0d3127ce658ab075ec54be509d95f1c56c0fd33971a538416d0c691479
6
+ metadata.gz: 6d78bc2446c001d3595c5d65ceb9046f02155d9ec6ff43efb19b22c811a5dd0f57846f28dfe6fa503031237b5f8c14f8f290203762aaab3fe46100726e2bdbec
7
+ data.tar.gz: 2c2205abe12f3cd6b249926caa4f002f079338583538fe601490f0177e3cb7f13493cb53873e50361138da73b1e21e63e654159dfa96f8e1d77daad23a0411ae
data/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 1.0.0 (2026-02-13)
6
+
7
+ * Drop Ruby 2.7, 3.0 and 3.1 support.
8
+ * Add Ruby 3.3, 3.4 and 4.0 support.
9
+ * Update runtime dependencies.
10
+ * Update development dependencies.
11
+ * Resolve new RuboCop offenses.
12
+ * Resolve remark offenses.
13
+ * Improve CI config.
14
+
5
15
  ## 0.8.0 (2023-11-02)
6
16
 
7
17
  * Drop Ruby 2.6 support.
@@ -23,8 +33,8 @@
23
33
  It can be `master`, `main`, `trunc`, etc.
24
34
  Use current on server.
25
35
  * Enable interactive shell for updating.
26
- 1. Load `.bashrc`.
27
- 2. It seems intuitive for possibilities like editing changed config files.
36
+ 1. Load `.bashrc`.
37
+ 2. It seems intuitive for possibilities like editing changed config files.
28
38
  * Update development dependencies.
29
39
 
30
40
  ## 0.5.0 (2022-03-03)
data/README.md CHANGED
@@ -4,7 +4,6 @@
4
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)
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
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
7
  [![Inline docs](https://inch-ci.org/github/AlexWayfer/flame_deploy_toys.svg?branch=main)](https://inch-ci.org/github/AlexWayfer/flame_deploy_toys)
9
8
  [![License](https://img.shields.io/github/license/AlexWayfer/flame_deploy_toys.svg?style=flat-square)](LICENSE.txt)
10
9
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FlameDeployToys
4
- VERSION = '0.8.0'
4
+ VERSION = '1.0.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.0.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.19.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.19.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.0.0/CHANGELOG.md
47
+ documentation_uri: http://www.rubydoc.info/gems/flame_deploy_toys/1.0.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.3
73
70
  specification_version: 4
74
71
  summary: Toys template for deploying Flame application.
75
72
  test_files: []