souls 0.32.12 → 0.32.16

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: a12319ca780222344983d5ae15c404a09164c46443ee31c470198d5a5271ec00
4
- data.tar.gz: 478ea339f1986d7bdb1c60c14c5ac4d6447081d344a02310d6bc61cbc7036f94
3
+ metadata.gz: e86dba90f13e7a1e0edb98b6f952b2a3132cc71e044caca35b1da8e1c83e3914
4
+ data.tar.gz: 21cb452f850734ae326c23955243b561ceb049df2398d736cac95af03a202ba7
5
5
  SHA512:
6
- metadata.gz: aabde502f5a75d6eb3dc152cf2776dc270ab1af4a604ea9e603d45bcd67c3e8e4fb41fe8c3ae2baf6937d78b06e73d9578e20983313c2a33337d82d026ee585f
7
- data.tar.gz: dab8a84e409db05697233b8b2536039a0545ba0be9df92019e60a1c003356ba6f4ed1c824522753d54c9c81869425ac39189a7d8b4d653b52fe3b42bcfa14420
6
+ metadata.gz: 330adaef8cc29cabda3433d1ef1f7ec56d37e236cf817d08296e56d7c4152d80b5cc847795762d600b06a16730e3ae6bf16c970085818cb212aa9f5327cce3a8
7
+ data.tar.gz: 9066f78a3aa34a0dfb9864510fe2c6e51cd4058605434c1f75efcc033261dfcbf649c38376b0e17f3f421d223ac9d6b0232ae2743a5a76416b0fdcf9927be640
data/lib/souls/init.rb CHANGED
@@ -136,6 +136,7 @@ module Souls
136
136
  system("curl -OL #{url}")
137
137
  system("mkdir -p ./apps/worker")
138
138
  system("tar -zxvf ./#{file_name} -C ./apps/")
139
+ system("cp ./apps/api/config/database.yml ./apps/worker/config/")
139
140
  FileUtils.rm(file_name)
140
141
  line = Paint["====================================", :yellow]
141
142
  puts("\n")
@@ -163,7 +164,7 @@ module Souls
163
164
  Easy to Run
164
165
  $ cd ./apps/worker
165
166
  $ bundle
166
- $ souls model:update
167
+ $ souls sync model
167
168
  $ souls s
168
169
  Go To : http://localhost:3000
169
170
 
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.32.12".freeze
2
+ VERSION = "0.32.16".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.11.12
1
+ 0.11.16
@@ -1 +1 @@
1
- 0.11.12
1
+ 0.11.16
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.32.12
4
+ version: 0.32.16
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-08-23 00:00:00.000000000 Z
13
+ date: 2021-08-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport