souls 0.68.4 → 0.68.5

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: 342cb15821455bcfbb8426bd006ffc643d7f956cd4af1fc7c4642d685c3b7f51
4
- data.tar.gz: 5be5a14ffca3368d5ecd0e996571f9151a16f4dbfa8c3bfbbac7e47d41699b97
3
+ metadata.gz: 50e374db1891821d585cf2e326ec95d76b1727b4eb8abb7fb2b450df2e56419c
4
+ data.tar.gz: b43541b3a9c59a8cd6486e6760b0600783c976b5165ab7418fca23b0c90da671
5
5
  SHA512:
6
- metadata.gz: f18414efec39e469c91d6fa6a8c372a401b6c314bb998edd77a3a4fa27ca681f4d8e955b62d87716ce9031b9ee53c0eea3d479f031b8030284a7c9f04b5f1792
7
- data.tar.gz: 429f1b3a171ec7e71a1664bb4c9db8559486cf517433e513ecda05bf1fd1d50068eb4b71ce8035213aac64fbef7269b67dc53849c57cd468a86fae5d6d98b0e3
6
+ metadata.gz: 28648c3fc8fe7ad1801a8d9813898c7eeb0f0fbf92f2425dfe4e586f6c679fd56688821a17d5b22709a94b44034586bd51f8403803b6630bb0f7549f7ebb70ad
7
+ data.tar.gz: 4d0de95b86254a8ce0a6cebe33ee2b31c8a1e4e0d06243d925e33d86575665c46f47cf8b3ddc8244c3725e57968e87bbcb553e693b4610bb34797782bd37414a
data/README.md CHANGED
@@ -21,6 +21,9 @@
21
21
 
22
22
  Welcome to SOULs Serverless Application Framework!
23
23
 
24
+ Build Serverless Apps faster like Rails.
25
+ Powered by Ruby GraphQL, RBS/Steep, Active Record, RSpec, RuboCop, and Google Cloud.
26
+
24
27
  - Focus on business logic in serverless environment
25
28
  - Maximize development efficiency with CI / CD standard schema-driven Scaffold
26
29
  - Achieve global scale with lower management costs
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.68.4".freeze
2
+ VERSION = "0.68.5".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.47.4
1
+ 0.47.5
@@ -1 +1 @@
1
- 0.47.4
1
+ 0.47.5
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.68.4
4
+ version: 0.68.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2021-10-05 00:00:00.000000000 Z
13
+ date: 2021-10-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -110,13 +110,8 @@ dependencies:
110
110
  - - ">="
111
111
  - !ruby/object:Gem::Version
112
112
  version: 1.1.0
113
- description: |-
114
- Welcome to SOULs Serverless Application Framework!
115
- - Ruby GraphQL with RBS/Steep - Run like Rails! - Focus on business logic in serverless environment
116
-
117
- - Maximize development efficiency with CI / CD standard schema-driven Scaffold
118
-
119
- - Achieve global scale with lower management costs - Rails like Scaffold
113
+ description: "Build Serverless Apps faster like Rails.\n Powered by Ruby GraphQL,
114
+ RBS/Steep, Active Record, RSpec, RuboCop, and Google Cloud. "
120
115
  email:
121
116
  - f.kawasaki@elsoul.nl
122
117
  - s.kishi@elsoul.nl
@@ -226,8 +221,6 @@ requirements: []
226
221
  rubygems_version: 3.2.22
227
222
  signing_key:
228
223
  specification_version: 4
229
- summary: Welcome to SOULs Serverless Application Framework! - Ruby GraphQL with RBS/Steep
230
- - Run like Rails! - Focus on business logic in serverless environment - Maximize
231
- development efficiency with CI / CD standard schema-driven Scaffold - Achieve global
232
- scale with lower management costs - Rails like Scaffold
224
+ summary: Build Serverless Apps faster like Rails. Powered by Ruby GraphQL, RBS/Steep,
225
+ Active Record, RSpec, RuboCop, and Google Cloud.
233
226
  test_files: []