souls 0.68.4 → 0.68.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/README.md +3 -0
- 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 +6 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 50e374db1891821d585cf2e326ec95d76b1727b4eb8abb7fb2b450df2e56419c
|
4
|
+
data.tar.gz: b43541b3a9c59a8cd6486e6760b0600783c976b5165ab7418fca23b0c90da671
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28648c3fc8fe7ad1801a8d9813898c7eeb0f0fbf92f2425dfe4e586f6c679fd56688821a17d5b22709a94b44034586bd51f8403803b6630bb0f7549f7ebb70ad
|
7
|
+
data.tar.gz: 4d0de95b86254a8ce0a6cebe33ee2b31c8a1e4e0d06243d925e33d86575665c46f47cf8b3ddc8244c3725e57968e87bbcb553e693b4610bb34797782bd37414a
|
data/README.md
CHANGED
@@ -21,6 +21,9 @@
|
|
21
21
|
|
22
22
|
Welcome to SOULs Serverless Application Framework!
|
23
23
|
|
24
|
+
Build Serverless Apps faster like Rails.
|
25
|
+
Powered by Ruby GraphQL, RBS/Steep, Active Record, RSpec, RuboCop, and Google Cloud.
|
26
|
+
|
24
27
|
- Focus on business logic in serverless environment
|
25
28
|
- Maximize development efficiency with CI / CD standard schema-driven Scaffold
|
26
29
|
- Achieve global scale with lower management costs
|
data/lib/souls/version.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.47.
|
1
|
+
0.47.5
|
@@ -1 +1 @@
|
|
1
|
-
0.47.
|
1
|
+
0.47.5
|
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.
|
4
|
+
version: 0.68.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-10-
|
13
|
+
date: 2021-10-06 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activesupport
|
@@ -110,13 +110,8 @@ dependencies:
|
|
110
110
|
- - ">="
|
111
111
|
- !ruby/object:Gem::Version
|
112
112
|
version: 1.1.0
|
113
|
-
description:
|
114
|
-
|
115
|
-
- Ruby GraphQL with RBS/Steep - Run like Rails! - Focus on business logic in serverless environment
|
116
|
-
|
117
|
-
- Maximize development efficiency with CI / CD standard schema-driven Scaffold
|
118
|
-
|
119
|
-
- Achieve global scale with lower management costs - Rails like Scaffold
|
113
|
+
description: "Build Serverless Apps faster like Rails.\n Powered by Ruby GraphQL,
|
114
|
+
RBS/Steep, Active Record, RSpec, RuboCop, and Google Cloud. "
|
120
115
|
email:
|
121
116
|
- f.kawasaki@elsoul.nl
|
122
117
|
- s.kishi@elsoul.nl
|
@@ -226,8 +221,6 @@ requirements: []
|
|
226
221
|
rubygems_version: 3.2.22
|
227
222
|
signing_key:
|
228
223
|
specification_version: 4
|
229
|
-
summary:
|
230
|
-
|
231
|
-
development efficiency with CI / CD standard schema-driven Scaffold - Achieve global
|
232
|
-
scale with lower management costs - Rails like Scaffold
|
224
|
+
summary: Build Serverless Apps faster like Rails. Powered by Ruby GraphQL, RBS/Steep,
|
225
|
+
Active Record, RSpec, RuboCop, and Google Cloud.
|
233
226
|
test_files: []
|