souls 0.68.5 → 0.68.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -3
- 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 +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c82689bc6d741389543a8c4f1a30938f0e517dc784d66e7acc19a7d787c5e2e
|
4
|
+
data.tar.gz: 96ce10b2a5f6ef62806e9a1933a91bb85d33cf545232be946bce48bb670babb7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39bf1ef6c6e444c7346c5f79494647aa166478019904133ede408aebb2fdb87cf23956c2f78c2ffca6a2d257e4b56eae6abea73ef0c680e891c183e87f628590
|
7
|
+
data.tar.gz: 16422f4a70febe17b558c89e6acaa366205c5e32a981f9170a099f3bd55f8a24151676bd2791f7a1a17f632678f67831fb4cd866373eba62fa2969d935d749b8
|
data/README.md
CHANGED
@@ -17,6 +17,11 @@
|
|
17
17
|
</a>
|
18
18
|
</p>
|
19
19
|
|
20
|
+
## SOULs Serverless Application Framework Document
|
21
|
+
|
22
|
+
- [Go to SOULs Document](https://souls.elsoul.nl/)
|
23
|
+
|
24
|
+
|
20
25
|
## What's SOULs?
|
21
26
|
|
22
27
|
Welcome to SOULs Serverless Application Framework!
|
@@ -84,9 +89,6 @@ Check your GraphQL PlayGround
|
|
84
89
|
[localhost:4000/playground](localhost:4000/playground)
|
85
90
|
|
86
91
|
|
87
|
-
## SOULs Serverless Application Framework Document
|
88
|
-
|
89
|
-
- [SOULs Document](https://souls.elsoul.nl/)
|
90
92
|
|
91
93
|
## Development
|
92
94
|
|
data/lib/souls/version.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.47.
|
1
|
+
0.47.6
|
@@ -1 +1 @@
|
|
1
|
-
0.47.
|
1
|
+
0.47.6
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: souls
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.68.
|
4
|
+
version: 0.68.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- POPPIN-FUMI
|
8
8
|
- KishiTheMechanic
|
9
9
|
- James Neve
|
10
|
-
autorequire:
|
10
|
+
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
13
|
date: 2021-10-06 00:00:00.000000000 Z
|
@@ -203,7 +203,7 @@ metadata:
|
|
203
203
|
homepage_uri: https://souls.elsoul.nl
|
204
204
|
source_code_uri: https://github.com/elsoul/souls
|
205
205
|
changelog_uri: https://github.com/elsoul/souls
|
206
|
-
post_install_message:
|
206
|
+
post_install_message:
|
207
207
|
rdoc_options: []
|
208
208
|
require_paths:
|
209
209
|
- lib
|
@@ -219,7 +219,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
219
219
|
version: '0'
|
220
220
|
requirements: []
|
221
221
|
rubygems_version: 3.2.22
|
222
|
-
signing_key:
|
222
|
+
signing_key:
|
223
223
|
specification_version: 4
|
224
224
|
summary: Build Serverless Apps faster like Rails. Powered by Ruby GraphQL, RBS/Steep,
|
225
225
|
Active Record, RSpec, RuboCop, and Google Cloud.
|