souls 1.15.0 → 1.15.1

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: b8ac629f9417ec89610e144130620cd5b4d63abf618545a2edd03a0dfa641648
4
- data.tar.gz: 7d90d21c551a6308f813b6036497b306926f989a2e4ffd78711ebf3b8dc730bb
3
+ metadata.gz: 807459b9a18818a0fb8f2db3a254ac6de39434cffe7b64b99c4518489e3f87f6
4
+ data.tar.gz: 0f14f0961aa529b3ce62d0dbbe9ab1ebc05274c4938f744f0d64339d8dc36c10
5
5
  SHA512:
6
- metadata.gz: ee9d8fb97ef92a7776ccb458fd46531cb8596e745e739ce0367346a1b1750447b8b99a4079731205d4ee06f1429706e7640cb295f6866a5a50bdbbca9a9a4137
7
- data.tar.gz: ae1becef1a18db18b3b16d7c70b06d30aeb999916b90f91b6389e4efb558d56463bc1ed5e8af44cac3d4f1cde42af8852ac038a1479565a4a271be4e02921583
6
+ metadata.gz: 6cb682da5011c6621d48bb3e463f0aa376fe4f96194b509b9fccc8d01ba1522749a38e3cb09fdf857f8b8c3ec3b565576ae3f575e3008c9e0fe6c5eae627fa42
7
+ data.tar.gz: 8716a72aafd55cb84feb4bf18074157cc26e3b59f2e3e8688c488259acecac1ff00b025f3c578351cf4034f99de9266b28e4400034c55c914c049e25953a1b4f
data/README.md CHANGED
@@ -52,10 +52,11 @@ Powered by Ruby GraphQL, RBS/Steep, Active Record, RSpec, RuboCop, and Google Cl
52
52
 
53
53
  ![SOULs Architecture](https://souls.elsoul.nl/imgs/docs/SOULs-architecture.jpg)
54
54
 
55
- SOULs creates 2 types of App.
55
+ SOULs creates 3 types of App.
56
56
 
57
57
  1. API - GraphQL (Ruby) - Simple API - Cloud Run
58
58
  2. Worker - Google Pub/Sub Messaging Worker API (Ruby) - Cloud Run
59
+ 3. Functions - Google Cloud Functions
59
60
 
60
61
  ## Ruby type checking
61
62
  The SOULs framework uses RBS / Steep, which appeared in Ruby 3.0.
@@ -85,6 +86,7 @@ It is a development environment where you can immediately notice the mistakes th
85
86
  ## Cloud Infrastructure
86
87
 
87
88
  - [Google Cloud Run](https://cloud.google.com/run)
89
+ - [Google Cloud Functions](https://cloud.google.com/functions)
88
90
  - [Google Cloud SQL](https://cloud.google.com/sql)
89
91
  - [Google Cloud Pub/Sub](https://cloud.google.com/pubsub)
90
92
  - [Google Cloud Storage](https://cloud.google.com/run)
@@ -135,7 +135,7 @@ module Souls
135
135
  gem "rake", "13.0.6"
136
136
  gem "rspec", "3.10.0"
137
137
  gem "rubocop", "1.22.3"
138
- gem "sinatra-activerecord", "2.0.23"
138
+ gem "sinatra-activerecord", "2.0.25"
139
139
  gem "solargraph", "0.44.0"
140
140
  #{souls_gem}
141
141
  gem "steep", "0.46.0"
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.15.0".freeze
2
+ VERSION = "1.15.1".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.15.1
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.15.1
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.15.0
4
+ version: 1.15.1
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-12-24 00:00:00.000000000 Z
13
+ date: 2021-12-26 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -278,7 +278,7 @@ licenses:
278
278
  - Apache-2.0
279
279
  metadata:
280
280
  rubygems_mfa_required: 'true'
281
- post_install_message:
281
+ post_install_message:
282
282
  rdoc_options: []
283
283
  require_paths:
284
284
  - lib
@@ -294,7 +294,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
294
294
  version: '0'
295
295
  requirements: []
296
296
  rubygems_version: 3.2.32
297
- signing_key:
297
+ signing_key:
298
298
  specification_version: 4
299
299
  summary: Ruby Serverless Framework 'SOULs' | Ruby サーバーレスフレームワーク SOULs. Powered by
300
300
  Ruby GraphQL, RBS/Steep, Active Record, RSpec, RuboCop, and Google Cloud.