souls 1.21.3 → 1.21.4

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: 7e4b05101d56497776fb0800fdd6a1d2ef38ae0eec89786be0c7345677a2feed
4
- data.tar.gz: 6a84090900f1976f504191ce67b6db8297cb0ad7c89997c600e290f6a548ca32
3
+ metadata.gz: b7b2f32c521176dadc7f3a709c93860b002e619abb7fc6453c8c5a91c0a93fa3
4
+ data.tar.gz: 87db4e9357f1eff27234ee063e886bfc8ffc1814d155a3bceb820192561403d9
5
5
  SHA512:
6
- metadata.gz: 1e04380b8016a1a4f6516dd78ecf3d1c2e25bf9c669760d803beb88198f35f0294f501d548d0186826148a84b2669a9fb813f8ae334e606f370aa6d265b87e21
7
- data.tar.gz: dd5b18807f825a354be605b9db181d5654f060355706af5be9dc407af399a9bc4b93bef5f74365a84101b0b3a11f2cd1a1cb45513130e6962ce5ca0be705afdf
6
+ metadata.gz: 51e12c13ee2e81d8b0537318be10fd7feb72f001a94e01bdb32535f6b882dff4e3a65e2252fb61a567fa56a1f9cb1238de35fca8d0a15d492f7e35aca60e5a67
7
+ data.tar.gz: 9877d64d9578cb267fd61048762b037fc42a9a6e2100d46fa4dcda2e87644659cd9aff9b8378ea857252a9b111ea95aff36a35f4b32946011bb663f5f0b3b1b5
@@ -23,7 +23,7 @@ module SOULs
23
23
  mother_config_init(app_name:)
24
24
  download_github_actions(app_name:)
25
25
  initial_config_init(app_name:, service_name:)
26
- system("cd #{app_name} && mv .env.sample .env")
26
+ system("cd #{app_name}/apps/api && mv .env.sample .env")
27
27
  system("cd #{app_name} && git init --initial-branch=main")
28
28
 
29
29
  system(" cd #{app_name} && rbs collection init && rbs collection install ")
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module SOULs
2
- VERSION = "1.21.3".freeze
2
+ VERSION = "1.21.4".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.21.3
1
+ 1.21.4
@@ -1 +1 @@
1
- 1.21.3
1
+ 1.21.4
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.21.3
4
+ version: 1.21.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI