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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da1b4ef96274286a1ecd371eba2f6047ebcb8c07e1522c9c999c7e8700e5bd8e
4
- data.tar.gz: ad35a9b26fc7197727f12e0372088adbd7caf35bfd5cf6ada2616efa3d89082e
3
+ metadata.gz: f6517df7f62ab9f2d60547d4c969966866f2259df1d6d9e8c60894607706a126
4
+ data.tar.gz: f7688cebc8f9776cfd414bc251d13687e5a48619486a880ffb9322c6e6ee1ab1
5
5
  SHA512:
6
- metadata.gz: db071ff2745d11749a9fe381ffef10dca4e001baa17e8509d3c1ee59acd8d4390e12e142e4442875977568c3c0f364fbd0e8d87192f572485654bfb10e3e3071
7
- data.tar.gz: e54a5a17e3a57a7d1f8493dd6a69584ba19cd6c3cb70a59d58e171dafdc80ccfa717a4669ba8e1b74fb40e3340879a2adca244d4a2b02984c48e02bc72dfa6cf
6
+ metadata.gz: b9c12b8d22cbcba8c2b830e4745f7d63d3d24a9e74fcf1e8520152c2dc9b5769bfaee2140a867d63a4e9ea5645920f2bd7536f133389371b89edc005a41d9989
7
+ data.tar.gz: 1115378bab9c486a6a0a31510bec9231a7f72ee49afe00cc63bd0dcc62b1ec3c20015ee38a3ce41f9dcc6891e036e307ce235aa6cff8ab9429aecc464ff62b3f
data/Gemfile.lock CHANGED
@@ -1,7 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- souls (0.22.6)
4
+ souls (0.22.7)
5
+ paint (= 2.2.1)
6
+ whirly (= 0.3.0)
5
7
 
6
8
  GEM
7
9
  remote: https://rubygems.org/
data/lib/souls/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Souls
2
- VERSION = "0.22.7"
2
+ VERSION = "0.22.8"
3
3
  end
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://github.com/elsoul/souls"
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.7
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://github.com/elsoul/souls
212
+ homepage: https://souls-doc.el-soul.com
185
213
  licenses:
186
214
  - Apache-2.0
187
215
  metadata:
188
- homepage_uri: https://github.com/elsoul/souls
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: