souls 0.57.1 → 0.58.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: 743b8862c84f904855fcf5e8f562a713fff495f9143dcad2708e72f6cdfcac97
4
- data.tar.gz: 10a5cc6d757352b0490c98b7f22939918cffb902b7d71e435c0d2e576a2c4ea1
3
+ metadata.gz: 8f2a1d317b54c67b7d670a05abbd8b2913283535863e47160b74c8ee610e9082
4
+ data.tar.gz: f0581ec49635b806eb89df23db2ceccf5ac7647853104cb54bda972db0d36d7d
5
5
  SHA512:
6
- metadata.gz: d5a8fbecf4cb443c6363fbbcb7462ac88966d422f9ace1d150aac2873192aaf1cc61dcec7171cf6ea6f4a1120c3dddf5e8f24d26c94b280188bdc7fe03dc631b
7
- data.tar.gz: be153fdfbb64020dfb3486055b3eb635ccfd791d8134a57e83136a4dd5234bbbf610c7459c1842bc7e4855129a525b8c0d50401e126a3cec059dd0dae9431115
6
+ metadata.gz: 0e366b587920d65dd2fc28f72636f4e2427643b7c37eda4f340c28f447cdd2b1dff2f5b823c001fa676e5ec8ae255f3444e3e3682d4cf9a1b7f49dc4cdc068e4
7
+ data.tar.gz: 07c3ab05df5708a8bb5d88b993db4818277bc89723b17cbe44ccdca22ce3bb76ed24fa4d21275dd75980bb588427565017a4fe4eef07406152c6ae12978bb47b
@@ -13,6 +13,7 @@ module Souls
13
13
  mother_config_init(app_name: app_name)
14
14
  download_github_actions(app_name: app_name)
15
15
  initial_config_init(app_name: app_name, service_name: service_name)
16
+ system("cd #{app_name} && souls add_submodule")
16
17
  souls_api_credit(app_name: app_name, service_name: service_name)
17
18
  end
18
19
 
@@ -132,8 +133,10 @@ module Souls
132
133
  system("cd #{app_name} && curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/Procfile.dev")
133
134
  system("cd #{app_name} && curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/Procfile")
134
135
  system("cd #{app_name} && curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/Steepfile")
136
+ system("cd #{app_name} && git init")
135
137
  system("cd #{app_name} && curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/gitignore")
136
138
  system("cd #{app_name} && mv gitignore .gitignore")
139
+ system("cd #{app_name} && bundle")
137
140
  FileUtils.rm(sig_name)
138
141
  end
139
142
 
@@ -163,8 +166,6 @@ module Souls
163
166
  endroll = <<~TEXT
164
167
  Easy to Run
165
168
  $ cd #{app_name}
166
- $ bundle
167
- $ souls add_submodule
168
169
  $ souls check
169
170
  $ cd apps/api && souls s
170
171
  Go To : http://localhost:4000
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.57.1".freeze
2
+ VERSION = "0.58.0".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.36.1
1
+ 0.37.0
@@ -1 +1 @@
1
- 0.36.1
1
+ 0.37.0
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: 0.57.1
4
+ version: 0.58.0
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-09-24 00:00:00.000000000 Z
13
+ date: 2021-09-25 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport