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 +4 -4
- data/CHANGELOG.md +12 -2
- data/README.md +0 -1
- data/lib/flame_deploy_toys/version.rb +1 -1
- metadata +9 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ece1b1ebc56c52fc2eb842741f02f7d930caf8b76ea0698843d27f3537c39b91
|
|
4
|
+
data.tar.gz: ccd7af23f6176761ea98867936f04708f67521c8693c39b951c27293885ea45f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
27
|
-
2.
|
|
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
|
[](https://cirrus-ci.com/github/AlexWayfer/flame_deploy_toys)
|
|
5
5
|
[](https://codecov.io/gh/AlexWayfer/flame_deploy_toys)
|
|
6
6
|
[](https://codeclimate.com/github/AlexWayfer/flame_deploy_toys)
|
|
7
|
-
[](https://depfu.com/repos/github/AlexWayfer/flame_deploy_toys)
|
|
8
7
|
[](https://inch-ci.org/github/AlexWayfer/flame_deploy_toys)
|
|
9
8
|
[](LICENSE.txt)
|
|
10
9
|
|
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.
|
|
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:
|
|
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.
|
|
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.
|
|
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/
|
|
48
|
-
documentation_uri: http://www.rubydoc.info/gems/flame_deploy_toys/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
|
|
59
|
+
version: '3.2'
|
|
62
60
|
- - "<"
|
|
63
61
|
- !ruby/object:Gem::Version
|
|
64
|
-
version: '
|
|
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:
|
|
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: []
|