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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c82689bc6d741389543a8c4f1a30938f0e517dc784d66e7acc19a7d787c5e2e
4
- data.tar.gz: 96ce10b2a5f6ef62806e9a1933a91bb85d33cf545232be946bce48bb670babb7
3
+ metadata.gz: 2a000c6c2a80104c810c414e9543c093c9fd94657ccf00568849f334305c73f4
4
+ data.tar.gz: 0dffafcbc0438b7c6a5cb79e631ca1627a83741f903f37dbac3c27c7d67df58a
5
5
  SHA512:
6
- metadata.gz: 39bf1ef6c6e444c7346c5f79494647aa166478019904133ede408aebb2fdb87cf23956c2f78c2ffca6a2d257e4b56eae6abea73ef0c680e891c183e87f628590
7
- data.tar.gz: 16422f4a70febe17b558c89e6acaa366205c5e32a981f9170a099f3bd55f8a24151676bd2791f7a1a17f632678f67831fb4cd866373eba62fa2969d935d749b8
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
  ![画像](https://souls.elsoul.nl/imgs/docs/SOULs-architecture.jpg)
37
37
 
38
38
 
39
- SOULs creates 2 types of framework.
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,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.68.6".freeze
2
+ VERSION = "0.68.7".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.47.6
1
+ 0.47.7
@@ -1 +1 @@
1
- 0.47.6
1
+ 0.47.7
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.68.6
4
+ version: 0.68.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI