souls 0.68.6 → 0.68.7
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/README.md +1 -1
- data/lib/souls/version.rb +1 -1
- data/lib/souls/versions/.souls_api_version +1 -1
- data/lib/souls/versions/.souls_worker_version +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a000c6c2a80104c810c414e9543c093c9fd94657ccf00568849f334305c73f4
|
|
4
|
+
data.tar.gz: 0dffafcbc0438b7c6a5cb79e631ca1627a83741f903f37dbac3c27c7d67df58a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da117aac1d8a630f0b47710e7f3ce0e9b7e528db9752c9222182e859e2c6eb022cff3162184820b6752cebf5ec5cae8217a1ff5ec9e423b4a86b197c45982193
|
|
7
|
+
data.tar.gz: 1ae9ab5899be91161b79a6dda11ac0f085aa98b8f9318ffbf9b43f0c6ea020d132379f835d2403d57e6d9cc309ef103441e7b4b4a3a270d429ec4db952c7180f
|
data/README.md
CHANGED
|
@@ -36,7 +36,7 @@ Powered by Ruby GraphQL, RBS/Steep, Active Record, RSpec, RuboCop, and Google Cl
|
|
|
36
36
|

|
|
37
37
|
|
|
38
38
|
|
|
39
|
-
SOULs creates 2 types of
|
|
39
|
+
SOULs creates 2 types of APP.
|
|
40
40
|
|
|
41
41
|
1. API - GraphQL (Ruby) - Simple API - Cloud Run
|
|
42
42
|
2. Worker - Google Pub/Sub Messaging Worker API (Ruby) - Cloud Run
|
data/lib/souls/version.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.47.
|
|
1
|
+
0.47.7
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.47.
|
|
1
|
+
0.47.7
|