souls 1.9.8 → 1.9.9

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: '0894d11de68247464cb9e18e72d8669ab76bc595aba139a7755d0dd03095a6e4'
4
- data.tar.gz: 1c83ac29578d9197df03f50c5a9d496953989456736d5fbd7fc4fb5d52b4c241
3
+ metadata.gz: a19db3fada626ed2f610127ce7da17d220e56c58d1e1654b2e4387885efe1429
4
+ data.tar.gz: 9a7a590f075558a6054079af19b23409f44bc25551ced17bdeca0c55000bf07c
5
5
  SHA512:
6
- metadata.gz: 5c38578d8bd6c041b865972362b32f2b31b6fdb323752772a357e43e15be4dc2cd854a096046a01183a6d238913d06ed082036b96ac686e3ae7ec08c5556cd9d
7
- data.tar.gz: b0663a6b95b83a7f4f49a8b95e864e08d723f8430eb8631de8c70518b05a0ea4a56b504caf6820ac3ad74c6eeb2fdb535f289df76f90ee101e3979ec86753de1
6
+ metadata.gz: e8249307010d8c995718a0a2d5dba4f7317da1c3aa32788af06798f204378f812e143975169206eaa215a23fab6b153eb064bc5a32039ead331bdf9449f92b91
7
+ data.tar.gz: 2bb7d1f937b05113225404ad0d27414b9d37d7d25eb3f71b5d42f281ea96d8868d26069f3c672767a655ff2a39f65eadd45ae08b9740793893c983465def07bf
data/README.md CHANGED
@@ -21,22 +21,27 @@
21
21
  <a aria-label="License" href="https://github.com/elsoul/souls/blob/master/LICENSE.txt">
22
22
  <img alt="" src="https://badgen.net/badge/license/Apache/blue">
23
23
  </a>
24
+ <a aria-label="Code of Conduct" href="https://github.com/elsoul/souls/blob/master/CODE_OF_CONDUCT.md">
25
+ <img alt="" src="https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg">
26
+ </a>
24
27
  </p>
25
28
 
26
29
 
27
- ## SOULs Serverless Application Framework Document
30
+ ## Ruby Serverless Application Framework SOULs Document
28
31
 
29
32
  - [Go to SOULs Document](https://souls.elsoul.nl/)
30
33
 
31
34
  <p>
32
- <a aria-label="SOULs Document" href="https://souls.elsoul.nl/">
35
+ <a aria-label="Ruby Serverless Application Framework SOULs Document" href="https://souls.elsoul.nl/">
33
36
  <img src="https://souls.elsoul.nl/imgs/gifs/souls-new-video.gif">
34
37
  </a>
35
38
  </p>
36
39
 
37
40
  ## What's SOULs?
38
41
 
39
- Welcome to SOULs Serverless Application Framework!
42
+ Ruby Serverless Framework 'SOULs'.
43
+
44
+ The SOULs project was launched with the goal of reducing software development, operation and maintenance costs.
40
45
 
41
46
  Build Serverless Apps faster like Rails.
42
47
  Powered by Ruby GraphQL, RBS/Steep, Active Record, RSpec, RuboCop, and Google Cloud.
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.9.8".freeze
2
+ VERSION = "1.9.9".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.9.8
1
+ 1.9.9
@@ -1 +1 @@
1
- 1.9.8
1
+ 1.9.9
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: 1.9.8
4
+ version: 1.9.9
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-11-25 00:00:00.000000000 Z
13
+ date: 2021-11-26 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -110,8 +110,10 @@ dependencies:
110
110
  - - ">="
111
111
  - !ruby/object:Gem::Version
112
112
  version: 1.1.0
113
- description: "Build Serverless Apps faster like Rails.\n Powered by Ruby GraphQL,
114
- RBS/Steep, Active Record, RSpec, RuboCop, and Google Cloud. "
113
+ description: "Ruby Serverless Framework 'SOULs'. The SOULs project was launched with
114
+ the goal of reducing software development, operation and maintenance costs. Build
115
+ Serverless Apps faster like Rails.\n Powered by Ruby GraphQL, RBS/Steep, Active
116
+ Record, RSpec, RuboCop, and Google Cloud. "
115
117
  email:
116
118
  - f.kawasaki@elsoul.nl
117
119
  - s.kishi@elsoul.nl
@@ -229,7 +231,7 @@ licenses:
229
231
  - Apache-2.0
230
232
  metadata:
231
233
  rubygems_mfa_required: 'true'
232
- post_install_message:
234
+ post_install_message:
233
235
  rdoc_options: []
234
236
  require_paths:
235
237
  - lib
@@ -244,9 +246,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
244
246
  - !ruby/object:Gem::Version
245
247
  version: '0'
246
248
  requirements: []
247
- rubygems_version: 3.2.22
248
- signing_key:
249
+ rubygems_version: 3.2.32
250
+ signing_key:
249
251
  specification_version: 4
250
- summary: Build Serverless Apps faster like Rails. Powered by Ruby GraphQL, RBS/Steep,
251
- Active Record, RSpec, RuboCop, and Google Cloud.
252
+ summary: Ruby Serverless Framework 'SOULs'. The SOULs project was launched with the
253
+ goal of reducing software development, operation and maintenance costs. Build Serverless
254
+ Apps faster like Rails. Powered by Ruby GraphQL, RBS/Steep, Active Record, RSpec,
255
+ RuboCop, and Google Cloud.
252
256
  test_files: []