souls 0.33.4 → 0.33.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: 0d646bd85b172e8de520a7df064670d8097407fa85a07b5b3149480b15e497a9
4
- data.tar.gz: 75b4ea6db4e92031a9e303c2c7cb0edb8f5c8e3f328db4ebc531d4cd965d2eb9
3
+ metadata.gz: 407612a8618e5d5ffd323ab3e172952740f63e30e55db1c8ee1ea33668504dbc
4
+ data.tar.gz: 519a665685c9227cb5940e9c1f2bae741fb9abc972f50c06518b8aa6663615cf
5
5
  SHA512:
6
- metadata.gz: 8d6fc03dba103a44c1d441866dec676c46595a63141c6ae6c241f4e6abd88a0aeadac26cca63ee96823e05add2ff148953cb32c0990df58477ce8d6563929b1d
7
- data.tar.gz: 0e5649148bf8d07ff4636adc8f59745f8496244a99dc1ee65ed83b5e29b2a5aae18178c39283ee40fed5b0f22ff8c785f793640be25d919140d5c98f02211f6c
6
+ metadata.gz: b079b3b24df0dfbd01fb169602d4ed20617f1e4b818791ac679b12d7d1b17019c54bd957df343307d1f83707a98b1db327042870dd8b8d14cb1e4adca7aa828b
7
+ data.tar.gz: f3f87320d01f683e6408fa58ad65eaddcbeb3524e8fb5db5a71750f408ef7f4f07b4973b34331858add68fb88f06c8ce224fe1c15ee9c7bc80f3bc5da53ca57c
data/README.md CHANGED
@@ -36,7 +36,7 @@ SOULs フレームワークでは [Monorepo](https://en.wikipedia.org/wiki/Monor
36
36
  SOULs creates 3 types of framework.
37
37
 
38
38
  1. API - GraphQL (Ruby) - Simple API - Cloud Run
39
- 2. Worker - Google Pub/Sub Worker API (Ruby) - Cloud Run
39
+ 2. Worker - Google Pub/Sub Messaging Worker API (Ruby) - Cloud Run
40
40
  3. Frontend - React Application (TypeScript) - Firebase
41
41
 
42
42
  ## Dependency
@@ -53,7 +53,6 @@ SOULs creates 3 types of framework.
53
53
  - [Google Cloud Pub/Sub](https://cloud.google.com/pubsub)
54
54
  - [Google Cloud Storage](https://cloud.google.com/run)
55
55
  - [Google Cloud IAM](https://cloud.google.com/iam)
56
- - [Google Cloud DNS](https://cloud.google.com/dns)
57
56
  - [Google Cloud Container Registry](https://cloud.google.com/container-registry)
58
57
  - [Google Firebase](https://firebase.google.com/)
59
58
  - [Google Cloud Scheduler](https://cloud.google.com/scheduler)
@@ -90,7 +89,7 @@ And Create Your APP
90
89
  `Gemfile`, `Gemfile.lock` を最新のバージョンに自動更新します。
91
90
 
92
91
  ```
93
- souls gem:update
92
+ souls upgrade gemfile
94
93
  ```
95
94
 
96
95
 
@@ -103,7 +102,6 @@ Souls.configure do |config|
103
102
  config.app = "souls-api"
104
103
  config.project_id = "souls-api"
105
104
  config.strain = "api"
106
- config.github_repo = "elsoul/souls"
107
105
  config.fixed_gems = ["selenium-webdriver", "pg"]
108
106
  end
109
107
  ```
data/exe/souls CHANGED
@@ -60,6 +60,8 @@ begin
60
60
  when "new"
61
61
  args = ARGV
62
62
  Souls::Init.start(args)
63
+ when "bashrc", "zshrc"
64
+ Souls::Init.generate_cd
63
65
  when "s", "server"
64
66
  system("foreman start -f Procfile.dev")
65
67
  when "c", "console"
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.33.4".freeze
2
+ VERSION = "0.33.5".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.12.4
1
+ 0.12.5
@@ -1 +1 @@
1
- 0.12.4
1
+ 0.12.5
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.33.4
4
+ version: 0.33.5
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-08-27 00:00:00.000000000 Z
13
+ date: 2021-08-28 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -157,7 +157,7 @@ metadata:
157
157
  homepage_uri: https://souls.elsoul.nl
158
158
  source_code_uri: https://github.com/elsoul/souls
159
159
  changelog_uri: https://github.com/elsoul/souls
160
- post_install_message:
160
+ post_install_message:
161
161
  rdoc_options: []
162
162
  require_paths:
163
163
  - lib
@@ -173,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
173
  version: '0'
174
174
  requirements: []
175
175
  rubygems_version: 3.2.22
176
- signing_key:
176
+ signing_key:
177
177
  specification_version: 4
178
178
  summary: SOULs はサーバーレスフルスタックフレームワークです。柔軟な Ruby GraphQL API と Worker はルーティングの必要がありません。
179
179
  クラウド環境への自動デプロイ、CI/CD ワークフローを標準装備。開発者がビジネスロジックに集中し、楽しくコードが書けるような環境を目指しています。