souls 1.15.1 → 1.15.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 69ade83bc2c7c2a894dc61fd17bce6aa7f3dd13828c159f576908f127eb5c0f1
|
|
4
|
+
data.tar.gz: 4b8b1c3a17d317dc37fbce09ae7233d6d18951d2083c3bf50348be0fc48c337e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b492fb820040cf136f4705191576b9b05ba2037e10b5009c1d8ab3b4eaa5d48d740ed082dbc21587d2e3bba005889f0168ba5945bd28abaccce3993b19828fc
|
|
7
|
+
data.tar.gz: fcf1ba18b3202b959b3ad3483aa0d84b91196cd0d543b94ba952e8bd7189120b1d6150abddc6c0d08653a33eb2425dc525f782acf940c33d0957f9a87a386123
|
data/lib/souls/cli/init/index.rb
CHANGED
|
@@ -22,12 +22,7 @@ module Souls
|
|
|
22
22
|
initial_config_init(app_name: app_name, service_name: service_name)
|
|
23
23
|
system("cd #{app_name} && git init --initial-branch=main")
|
|
24
24
|
|
|
25
|
-
system(
|
|
26
|
-
"
|
|
27
|
-
cd #{app_name} &&
|
|
28
|
-
git submodule add -f https://github.com/ruby/gem_rbs_collection.git vendor/rbs/gem_rbs_collection
|
|
29
|
-
"
|
|
30
|
-
)
|
|
25
|
+
system(" cd #{app_name} && rbs collection init && rbs collection install ")
|
|
31
26
|
souls_api_credit(app_name)
|
|
32
27
|
end
|
|
33
28
|
|
data/lib/souls/version.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.15.
|
|
1
|
+
1.15.2
|
|
@@ -1 +1 @@
|
|
|
1
|
-
1.15.
|
|
1
|
+
1.15.2
|
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: souls
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.15.
|
|
4
|
+
version: 1.15.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- POPPIN-FUMI
|
|
8
8
|
- KishiTheMechanic
|
|
9
9
|
- James Neve
|
|
10
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
11
11
|
bindir: exe
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2021-12-
|
|
13
|
+
date: 2021-12-28 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activesupport
|
|
@@ -278,7 +278,7 @@ licenses:
|
|
|
278
278
|
- Apache-2.0
|
|
279
279
|
metadata:
|
|
280
280
|
rubygems_mfa_required: 'true'
|
|
281
|
-
post_install_message:
|
|
281
|
+
post_install_message:
|
|
282
282
|
rdoc_options: []
|
|
283
283
|
require_paths:
|
|
284
284
|
- lib
|
|
@@ -294,7 +294,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
294
294
|
version: '0'
|
|
295
295
|
requirements: []
|
|
296
296
|
rubygems_version: 3.2.32
|
|
297
|
-
signing_key:
|
|
297
|
+
signing_key:
|
|
298
298
|
specification_version: 4
|
|
299
299
|
summary: Ruby Serverless Framework 'SOULs' | Ruby サーバーレスフレームワーク SOULs. Powered by
|
|
300
300
|
Ruby GraphQL, RBS/Steep, Active Record, RSpec, RuboCop, and Google Cloud.
|