souls 0.21.4 → 0.21.5
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 +4 -4
- data/exe/souls +2 -2
- data/lib/souls/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 684cab13f4d20c31b8df1f3c65dbd4cc3f3515fd8fd6e7c095bc1da4c8b17569
|
4
|
+
data.tar.gz: b8491cf98cc7844c29c451c5c8403b991a3a403975cb0903a8e4d9439df0d139
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a0cf9a2cf7b431aafe9224ba81dcf742690a9ac9286d8d99e8d362343da2f6a812737d1792ea007dd3417472ccdf680bea969974baddf1be874c7ca05f26b95
|
7
|
+
data.tar.gz: 36753299aafdb4f6393750e77e09106236017667ffebff49a9be0d71a2ef75b6de663c1bc6f0bc3522a82dde2c9cf4ed50371bf7092d4b40982d6a1fea4e584d
|
data/exe/souls
CHANGED
@@ -138,8 +138,8 @@ begin
|
|
138
138
|
system "rubocop -a"
|
139
139
|
system "bundle exec rspec"
|
140
140
|
when "run"
|
141
|
-
system "docker build . -t souls
|
142
|
-
system "docker run --rm -p 3000:3000 souls:latest"
|
141
|
+
system "docker build . -t souls -f Dockerfile.dev"
|
142
|
+
system "docker run --rm --env-file .env -p 3000:3000 souls:latest"
|
143
143
|
when "deploy"
|
144
144
|
system "gcloud builds submit --config=cloudbuild.yml --project #{ARGV[1]}"
|
145
145
|
else
|
data/lib/souls/version.rb
CHANGED
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.21.
|
4
|
+
version: 0.21.5
|
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-06-
|
13
|
+
date: 2021-06-10 00:00:00.000000000 Z
|
14
14
|
dependencies: []
|
15
15
|
description: SOULS is a GraphQL Based Web Application Framework for Microservices
|
16
16
|
on Multi Cloud Platform such as Google Cloud Platform, Amazon Web Services, and
|