souls 1.4.0 → 1.4.1
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/README.md +4 -0
- data/lib/souls/cli/init/index.rb +2 -2
- data/lib/souls/version.rb +1 -1
- data/lib/souls/versions/.souls_api_version +1 -1
- data/lib/souls/versions/.souls_worker_version +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dbb16141ab19f58659aeb2e45587f68cf946f86a0560fd16f795f7a1d9a62a6c
|
4
|
+
data.tar.gz: 381b9878c2e9aae9377f8ccf89527f205948f771c5488b0514b236090e7b685f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2db6f4571323641f101d9fbcc4c8323346bb7e585b027338a2404bd8205379bb8cb8d1723f549e6d09fdebe0d390f7d985d72a1de1649822babb61ae75fc9751
|
7
|
+
data.tar.gz: 3dbb68d38591725177e54af26172d6476bf6fe802b097df4bb840c0d4d9fac8fa1a4f939e36ad94e53f25987b63c5be0a17b335dbe87b351e69a01f6a6359d49
|
data/README.md
CHANGED
@@ -11,12 +11,16 @@
|
|
11
11
|
</a>
|
12
12
|
<a aria-label="Downloads Number" href="https://rubygems.org/gems/souls">
|
13
13
|
<img alt="" src="https://badgen.net/rubygems/dt/souls">
|
14
|
+
</a>
|
15
|
+
<a aria-label="Test" href="https://rubygems.org/gems/souls">
|
16
|
+
<img alt="" src="https://github.com/elsoul/souls/actions/workflows/gem-test.yml/badge.svg">
|
14
17
|
</a>
|
15
18
|
<a aria-label="License" href="https://github.com/elsoul/souls/blob/master/LICENSE.txt">
|
16
19
|
<img alt="" src="https://badgen.net/badge/license/Apache/blue">
|
17
20
|
</a>
|
18
21
|
</p>
|
19
22
|
|
23
|
+
|
20
24
|
## SOULs Serverless Application Framework Document
|
21
25
|
|
22
26
|
- [Go to SOULs Document](https://souls.elsoul.nl/)
|
data/lib/souls/cli/init/index.rb
CHANGED
@@ -21,7 +21,7 @@ module Souls
|
|
21
21
|
git submodule add -f https://github.com/ruby/gem_rbs_collection.git vendor/rbs/gem_rbs_collection
|
22
22
|
"
|
23
23
|
)
|
24
|
-
souls_api_credit(app_name
|
24
|
+
souls_api_credit(app_name)
|
25
25
|
end
|
26
26
|
|
27
27
|
private
|
@@ -165,7 +165,7 @@ module Souls
|
|
165
165
|
FileUtils.rm(sig_name)
|
166
166
|
end
|
167
167
|
|
168
|
-
def souls_api_credit(app_name
|
168
|
+
def souls_api_credit(app_name)
|
169
169
|
line = Paint["====================================", :yellow]
|
170
170
|
puts("\n")
|
171
171
|
puts(line)
|
data/lib/souls/version.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.4.
|
1
|
+
1.4.1
|
@@ -1 +1 @@
|
|
1
|
-
1.4.
|
1
|
+
1.4.1
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: souls
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- POPPIN-FUMI
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date: 2021-11-
|
13
|
+
date: 2021-11-05 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activesupport
|