souls 0.60.1 → 0.60.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: c9186282f4ac9cd03c645608b8f2449202f45072ee0564a0d7f6e62575185e1c
4
- data.tar.gz: e842b2b0fb99831a3397c2c1b24abcdca1bcfaebf5032973dc45bc370e56e558
3
+ metadata.gz: 9d2a12904fa0b9dd7fc558dcb8bff291ea14302fa9aa14cf87ade8092e27f6cc
4
+ data.tar.gz: 9142fb468c45f4fd65930bba9f29f1c796c85a0d62c29059f3fc0184ba7c1956
5
5
  SHA512:
6
- metadata.gz: 64eef9cbb586f5eabeb104904d710e5e3218b0a5ae85f53ec4aff9b316f1a0cef0e7c572ed3cce366742160ab8d3cbf94e8a58eede788239934419eb2c87b4d1
7
- data.tar.gz: 77c4cd1d756bbe4a15bee11214ce5ed7fb4756ab00728de0730b21a84c67ee2ab7146bb8ff511fef8f86385195370052b2a714c1945ecdea88b7622271e00c0e
6
+ metadata.gz: 2448ff57ad0c5e940994d81217de376f669d7a33fccf1c8fa0eb65f53a091e8ee0ca9a5aa29521596173554c820ac6584ed2d02071841c9709aca0a5e8781ebb
7
+ data.tar.gz: ca45ef93f5db68edffec37f2dd5b915b4070d9ec8204342085da5c3c42a1544075c1b29cbeac3fb0682f9dd8e0971e9c0625d5f558e900223ea1c9163c309cee
@@ -14,6 +14,7 @@ module Souls
14
14
  download_github_actions(app_name: app_name)
15
15
  initial_config_init(app_name: app_name, service_name: service_name)
16
16
  system("cd #{app_name} && souls add_submodule")
17
+ system("cd #{app_name} && git init")
17
18
  souls_api_credit(app_name: app_name, service_name: service_name)
18
19
  end
19
20
 
@@ -161,10 +162,10 @@ module Souls
161
162
  system("cd #{app_name} && curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/Procfile.dev")
162
163
  system("cd #{app_name} && curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/Procfile")
163
164
  system("cd #{app_name} && curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/Steepfile")
164
- system("cd #{app_name} && git init")
165
165
  system("cd #{app_name} && curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/gitignore")
166
166
  system("cd #{app_name} && mv gitignore .gitignore")
167
167
  system("cd #{app_name} && bundle")
168
+ system("cd #{app_name}/apps/api && bundle")
168
169
  FileUtils.rm(sig_name)
169
170
  end
170
171
 
@@ -195,7 +196,8 @@ module Souls
195
196
  Easy to Run
196
197
  $ cd #{app_name}
197
198
  $ souls check
198
- $ cd apps/api && souls s
199
+ $ cd apps/api
200
+ $ souls s
199
201
  Go To : http://localhost:4000
200
202
 
201
203
  Doc: https://souls.elsoul.nl
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.60.1".freeze
2
+ VERSION = "0.60.2".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.39.1
1
+ 0.39.2
@@ -1 +1 @@
1
- 0.39.1
1
+ 0.39.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: 0.60.1
4
+ version: 0.60.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-09-26 00:00:00.000000000 Z
13
+ date: 2021-09-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -201,7 +201,7 @@ metadata:
201
201
  homepage_uri: https://souls.elsoul.nl
202
202
  source_code_uri: https://github.com/elsoul/souls
203
203
  changelog_uri: https://github.com/elsoul/souls
204
- post_install_message:
204
+ post_install_message:
205
205
  rdoc_options: []
206
206
  require_paths:
207
207
  - lib
@@ -217,7 +217,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
217
217
  version: '0'
218
218
  requirements: []
219
219
  rubygems_version: 3.2.22
220
- signing_key:
220
+ signing_key:
221
221
  specification_version: 4
222
222
  summary: SOULs はサーバーレスフルスタックフレームワークです。柔軟な Ruby GraphQL API と Worker はルーティングの必要がありません。
223
223
  クラウド環境への自動デプロイ、CI/CD ワークフローを標準装備。開発者がビジネスロジックに集中し、楽しくコードが書けるような環境を目指しています。