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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8023faaf2fefb8de70e49faaa956c8f554564069bbb7f975433a7fd99a52ed90
4
- data.tar.gz: afc45d2da26c5de1474907d49ffe47b9436975bb1a3ac7d723e901a5668ab65d
3
+ metadata.gz: 2b156e6723bbffc13d1cc2902a86ac4cbcd5ba627ba4ad3b14dc3a1d5385d5dc
4
+ data.tar.gz: 8d6378c58d3c8af8f157da88cdc47ba625aed8dac14703fa6ba14413fe2bd4f7
5
5
  SHA512:
6
- metadata.gz: de420d82bf8708dfa0bfb056acf124d124a359082aa54f3acce7c0aadd0948a054ccdfe928842b9c3f8beae3667342798cf742ea29e929739d26efc200a6cb1d
7
- data.tar.gz: 73b9328d2a04a7f0cd41c775f13d5abf01cdf8f8727c306cec2de2ff8d7917a2ba52c5cc04670b72767e9c6ff86e894212e95f27670c44649cdf65af59da89e2
6
+ metadata.gz: 6d2ffbf97336cba78bd194d7bcfc3cf7a5e796fa225a83e960b00ccd11efe041e5e5694c71980886823ba4ccb7f3cf61fa027d5ac3efad03341ab83e627f794d
7
+ data.tar.gz: eb88107ec6ffdae5a6e771cf6d431ae8eea6177bb6fafc2316d408a31ca076169948dd13bc428f921ec921d1fdf89025e98b1f85a044239c2387295ce2b8a341
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- souls (0.10.3)
4
+ souls (0.10.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -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..2)
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|
@@ -1,3 +1,3 @@
1
1
  module Souls
2
- VERSION = "0.10.4"
2
+ VERSION = "0.10.5"
3
3
  end
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
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-22 00:00:00.000000000 Z
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.3
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
Binary file