souls 0.22.7 → 0.22.8
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/Gemfile.lock +3 -1
- data/lib/souls/version.rb +1 -1
- data/souls.gemspec +3 -1
- metadata +32 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f6517df7f62ab9f2d60547d4c969966866f2259df1d6d9e8c60894607706a126
|
|
4
|
+
data.tar.gz: f7688cebc8f9776cfd414bc251d13687e5a48619486a880ffb9322c6e6ee1ab1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9c12b8d22cbcba8c2b830e4745f7d63d3d24a9e74fcf1e8520152c2dc9b5769bfaee2140a867d63a4e9ea5645920f2bd7536f133389371b89edc005a41d9989
|
|
7
|
+
data.tar.gz: 1115378bab9c486a6a0a31510bec9231a7f72ee49afe00cc63bd0dcc62b1ec3c20015ee38a3ce41f9dcc6891e036e307ce235aa6cff8ab9429aecc464ff62b3f
|
data/Gemfile.lock
CHANGED
data/lib/souls/version.rb
CHANGED
data/souls.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
|
|
9
9
|
spec.summary = "SOULs is a Serverless Application Framework. SOULs has four strains, API, Worker, Console, Media, 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 and Amazon Web Services"
|
|
10
10
|
spec.description = "SOULs is a Serverless Application Framework. SOULs has four strains, API, Worker, Console, Media, 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 and Amazon Web Services"
|
|
11
|
-
spec.homepage = "https://
|
|
11
|
+
spec.homepage = "https://souls-doc.el-soul.com"
|
|
12
12
|
spec.license = "Apache-2.0"
|
|
13
13
|
spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")
|
|
14
14
|
|
|
@@ -24,4 +24,6 @@ Gem::Specification.new do |spec|
|
|
|
24
24
|
spec.bindir = "exe"
|
|
25
25
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
26
26
|
spec.require_paths = ["lib"]
|
|
27
|
+
spec.add_runtime_dependency "paint", "2.2.1"
|
|
28
|
+
spec.add_runtime_dependency "whirly", "0.3.0"
|
|
27
29
|
end
|
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.22.
|
|
4
|
+
version: 0.22.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- POPPIN-FUMI
|
|
@@ -11,7 +11,35 @@ autorequire:
|
|
|
11
11
|
bindir: exe
|
|
12
12
|
cert_chain: []
|
|
13
13
|
date: 2021-07-14 00:00:00.000000000 Z
|
|
14
|
-
dependencies:
|
|
14
|
+
dependencies:
|
|
15
|
+
- !ruby/object:Gem::Dependency
|
|
16
|
+
name: paint
|
|
17
|
+
requirement: !ruby/object:Gem::Requirement
|
|
18
|
+
requirements:
|
|
19
|
+
- - '='
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: 2.2.1
|
|
22
|
+
type: :runtime
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
requirements:
|
|
26
|
+
- - '='
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
version: 2.2.1
|
|
29
|
+
- !ruby/object:Gem::Dependency
|
|
30
|
+
name: whirly
|
|
31
|
+
requirement: !ruby/object:Gem::Requirement
|
|
32
|
+
requirements:
|
|
33
|
+
- - '='
|
|
34
|
+
- !ruby/object:Gem::Version
|
|
35
|
+
version: 0.3.0
|
|
36
|
+
type: :runtime
|
|
37
|
+
prerelease: false
|
|
38
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
39
|
+
requirements:
|
|
40
|
+
- - '='
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
version: 0.3.0
|
|
15
43
|
description: SOULs is a Serverless Application Framework. SOULs has four strains,
|
|
16
44
|
API, Worker, Console, Media, and can be used in combination according to the purpose.
|
|
17
45
|
SOULs Backend GraphQL Ruby & Frontend Relay are Scalable and Easy to deploy to Google
|
|
@@ -181,11 +209,11 @@ files:
|
|
|
181
209
|
- lib/souls/version.rb
|
|
182
210
|
- rbs/init.rbs
|
|
183
211
|
- souls.gemspec
|
|
184
|
-
homepage: https://
|
|
212
|
+
homepage: https://souls-doc.el-soul.com
|
|
185
213
|
licenses:
|
|
186
214
|
- Apache-2.0
|
|
187
215
|
metadata:
|
|
188
|
-
homepage_uri: https://
|
|
216
|
+
homepage_uri: https://souls-doc.el-soul.com
|
|
189
217
|
source_code_uri: https://github.com/elsoul/souls
|
|
190
218
|
changelog_uri: https://github.com/elsoul/souls
|
|
191
219
|
post_install_message:
|