souls 0.68.2 → 0.68.3

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: 420bd82f0189ae76a1ff615426954b652d4459d913ba302d96e4be139df4cac0
4
- data.tar.gz: 94d6355a219f279444b7de60585b9e95cfae580dcc378d9091f91248c75b2b5f
3
+ metadata.gz: af7698852f0121588c60883aee4a3c80b6b573ca0c08e8f33487f476de63b7f9
4
+ data.tar.gz: 14ae91be145a5cd8d38453f4995c04e85860b0fbdf0fffbe109701d1e79ec069
5
5
  SHA512:
6
- metadata.gz: 516c7692c53c20a8a11d2aa1acc3524482b72a54022073cedb1ccc15e4a052be488fd0a6e42ebf60edc6b4002438067f193fdcc57579e11c8d418fdd9e46dc28
7
- data.tar.gz: e9db926ca043aa388f5202a426e412a0c0cbf6d573f0eb9344a04f356cf47540fe21a577a572108eb417eae59f486e4ee9a808a76b672c07f6f06bb52741e2b6
6
+ metadata.gz: 7a9e9593df5f2aa7110e439f14ff67bc69c0754a701e0481c722430e3cc73203c2f3aef3a1ec248947379c17f33bc351ab070eb1e8a767951e88c50bd0786bc4
7
+ data.tar.gz: da8018823d2efcc24764844befa4ad9b901504adc7a8ffa23ded174cc6bb9bc5c3fbfe7b6fe1eb18303c13dcbca67aa25501633c4da657050136683a1da600b6
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.68.2".freeze
2
+ VERSION = "0.68.3".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.47.2
1
+ 0.47.3
@@ -1 +1 @@
1
- 0.47.2
1
+ 0.47.3
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: souls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.68.2
4
+ version: 0.68.3
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
- date: 2021-10-03 00:00:00.000000000 Z
13
+ date: 2021-10-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -112,12 +112,11 @@ dependencies:
112
112
  version: 1.1.0
113
113
  description: |-
114
114
  Welcome to SOULs Serverless Application Framework!
115
-
116
- - Focus on business logic in serverless environment
115
+ - Ruby GraphQL with RBS/Steep - Focus on business logic in serverless environment
117
116
 
118
117
  - Maximize development efficiency with CI / CD standard schema-driven Scaffold
119
118
 
120
- - Achieve global scale with lower management costs
119
+ - Achieve global scale with lower management costs - Rails like Scaffold
121
120
  email:
122
121
  - f.kawasaki@elsoul.nl
123
122
  - s.kishi@elsoul.nl
@@ -207,7 +206,7 @@ metadata:
207
206
  homepage_uri: https://souls.elsoul.nl
208
207
  source_code_uri: https://github.com/elsoul/souls
209
208
  changelog_uri: https://github.com/elsoul/souls
210
- post_install_message:
209
+ post_install_message:
211
210
  rdoc_options: []
212
211
  require_paths:
213
212
  - lib
@@ -223,9 +222,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
223
222
  version: '0'
224
223
  requirements: []
225
224
  rubygems_version: 3.2.22
226
- signing_key:
225
+ signing_key:
227
226
  specification_version: 4
228
- summary: Welcome to SOULs Serverless Application Framework! - Focus on business logic
229
- in serverless environment - Maximize development efficiency with CI / CD standard
230
- schema-driven Scaffold - Achieve global scale with lower management costs
227
+ summary: Welcome to SOULs Serverless Application Framework! - Ruby GraphQL with RBS/Steep -
228
+ Focus on business logic in serverless environment - Maximize development efficiency
229
+ with CI / CD standard schema-driven Scaffold - Achieve global scale with lower
230
+ management costs - Rails like Scaffold
231
231
  test_files: []