souls 0.25.11 → 0.25.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a221f361ce49b70801f14ae68c5fa7013031c9b198e20f24df08903ad865db02
4
- data.tar.gz: bb493dae0b44d01adcd96675619bdba96d878ff3a4a5501ef0f080ab9c56d2aa
3
+ metadata.gz: 010f21f11478d37751cc98517df31f540578476dd6de62a8d983e5831352c5c5
4
+ data.tar.gz: b05740f50397a99e95a03fdb0263cafc9e7e083d264dfd50e3866ce959b2b64b
5
5
  SHA512:
6
- metadata.gz: ce44a5e5515c343cc6900c2e88510a0f9d09928dbd2296ba1415592a638c8ed01544a66c87c44c9fbd5ab87d70f4b48c086d56243caa309dce340e4dc24f7f94
7
- data.tar.gz: 2a6ef85f8aba382f8a4246cebf6336b15445fec56c26389cd7f6ca2113b220db2f42b7de15971fae22a79bb61835f7491e7541d7a30a88a1ff60ebff31dded54
6
+ metadata.gz: 3d63b61b0fe9e62d002f2eeeb889600c9fd930d0818ca7eb180e04b705d0d2ad2c72e299cbfafad493bc2761aae58847ce8efb95518f8c85f169f97f149ca9ae
7
+ data.tar.gz: f306f72d238c9389590642866765fd60372ae67d67d6d34d33f5b10311d35eb6e31764e890008b350d733e2468778092233904b6fdc3a7eef13022db85a18342
data/README.md CHANGED
@@ -21,10 +21,12 @@
21
21
 
22
22
  Welcome to SOULs Serverless Application Framework!
23
23
 
24
- SOULs is a Serverless Application Framework with GraphQL.
24
+ SOULs is a Serverless Application Framework with Ruby GraphQL.
25
25
  SOULs has six strains, API, Worker, Console, Admin, Media, Doc, and can be used in combination according to the purpose. SOULs Backend GraphQL Ruby & Frontend Relay are Scalable and Easy to deploy to Google Cloud. No more routing for Backends!
26
26
  You can focus on your business logic. No more infra problems.
27
27
 
28
+ ![画像](https://storage.googleapis.com/souls-bucket/imgs/SOULs.jpg)
29
+
28
30
  SOULs creates 6 types of framework.
29
31
 
30
32
  1. API - GraphQL (Ruby) - Simple API - Cloud Run
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.25.11".freeze
2
+ VERSION = "0.25.12".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.4.14
1
+ 0.4.15
@@ -1 +1 @@
1
- 0.4.14
1
+ 0.4.15
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.25.11
4
+ version: 0.25.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI