souls 0.10.4 → 0.10.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/souls/init.rb +1 -2
- data/lib/souls/version.rb +1 -1
- metadata +3 -4
- data/v0.0.8.tar.gz +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b156e6723bbffc13d1cc2902a86ac4cbcd5ba627ba4ad3b14dc3a1d5385d5dc
|
|
4
|
+
data.tar.gz: 8d6378c58d3c8af8f157da88cdc47ba625aed8dac14703fa6ba14413fe2bd4f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d2ffbf97336cba78bd194d7bcfc3cf7a5e796fa225a83e960b00ccd11efe041e5e5694c71980886823ba4ccb7f3cf61fa027d5ac3efad03341ab83e627f794d
|
|
7
|
+
data.tar.gz: eb88107ec6ffdae5a6e771cf6d431ae8eea6177bb6fafc2316d408a31ca076169948dd13bc428f921ec921d1fdf89025e98b1f85a044239c2387295ce2b8a341
|
data/Gemfile.lock
CHANGED
data/lib/souls/init.rb
CHANGED
|
@@ -3,7 +3,7 @@ module Souls
|
|
|
3
3
|
module Init
|
|
4
4
|
class << self
|
|
5
5
|
def create_souls strain: 1, app_name: "souls"
|
|
6
|
-
config_needed = (1..
|
|
6
|
+
config_needed = (1..3)
|
|
7
7
|
project = {}
|
|
8
8
|
project[:strain] = STRAINS[strain.to_i - 1]
|
|
9
9
|
begin
|
|
@@ -49,7 +49,6 @@ module Souls
|
|
|
49
49
|
end
|
|
50
50
|
|
|
51
51
|
def initial_config_init app_name: "souls", project: {}
|
|
52
|
-
puts "Generating souls conf..."
|
|
53
52
|
`touch "#{app_name}/config/initializers/souls.rb"`
|
|
54
53
|
file_path = "#{app_name}/config/initializers/souls.rb"
|
|
55
54
|
File.open(file_path, "w") do |f|
|
data/lib/souls/version.rb
CHANGED
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.10.
|
|
4
|
+
version: 0.10.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-01-
|
|
13
|
+
date: 2021-01-23 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: SOULS is a Web Application Framework for Microservices on Multi Cloud
|
|
16
16
|
Platform such as Google Cloud Platform, Amazon Web Services, and Alibaba Cloud.
|
|
@@ -47,7 +47,6 @@ files:
|
|
|
47
47
|
- lib/souls/version.rb
|
|
48
48
|
- rbs/init.rbs
|
|
49
49
|
- souls.gemspec
|
|
50
|
-
- v0.0.8.tar.gz
|
|
51
50
|
homepage: https://github.com/elsoul/souls
|
|
52
51
|
licenses:
|
|
53
52
|
- Apache-2.0
|
|
@@ -70,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
70
69
|
- !ruby/object:Gem::Version
|
|
71
70
|
version: '0'
|
|
72
71
|
requirements: []
|
|
73
|
-
rubygems_version: 3.2.
|
|
72
|
+
rubygems_version: 3.2.4
|
|
74
73
|
signing_key:
|
|
75
74
|
specification_version: 4
|
|
76
75
|
summary: SOULS is a Web Application Framework for Microservices on Multi Cloud Platform
|
data/v0.0.8.tar.gz
DELETED
|
Binary file
|