souls 0.32.0 → 0.32.1

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: 629d9272b1d1b1f8c09898cb928b72a7ff0077713386911b5e6dd6449b50b919
4
- data.tar.gz: d67c0a7542abf5daaf1c9c909343ba133a40cd46d576a01e89da432960aa11c0
3
+ metadata.gz: dec6cfe7521dc0e26b87ca6f5b2344f4d992a84baa14d1ca7b689c257192c778
4
+ data.tar.gz: 98b431c8d87a1ab432797e950b8ac4972388f7c46fdc25069b6f9d263ea3b57b
5
5
  SHA512:
6
- metadata.gz: 8a7177bc0f0b933516487a0ebf238c54c9d4ca4a711fa2804c48d5b2bebdb03d10e7ccf81c8989ddcb99a5e089537aab5ab025b8a452ec8b3a5eb5855f844d3f
7
- data.tar.gz: a50e58aba5430903013f8334922032ef900698a6866fc1b6547bbf3692e945ff90fe82908a5b18f1034e803997a5cd7585f67f5bd031c53f52986c5b681f02d5
6
+ metadata.gz: 136fbbffda73809fcce2eb54b60c2ea9e1249ff7137d9c6b5ea7cc18a039d3102a0139c34adc852bc249310635b0cfcaba93f64b02e580a5d4d9e46e690802bf
7
+ data.tar.gz: 65cee48c8b7eedfe779de232f09b356b88f8191c2a582c972848361af700b0f9c36e0db06b8a912d5e640fa8529dfe78290daf4a7d14e07c73969d3af7e1a6a4
data/exe/souls CHANGED
@@ -2,7 +2,7 @@
2
2
  require "souls"
3
3
  begin
4
4
  souls_command = ARGV[0]
5
- require("./config/souls") unless ["new", "i", "-v", "deploy"].include?(souls_command)
5
+ require("./config/souls") unless ["new", "docker", "-v", "deploy"].include?(souls_command)
6
6
  rescue StandardError
7
7
  puts("Make sure you are at SOULs APP directory!")
8
8
  end
@@ -105,8 +105,8 @@ begin
105
105
  ARGV.each { |n| n.include?(":") ? keys << n.gsub(":", "").to_sym : key_strings << n }
106
106
  raise(StandardError, "wrong arguments!") unless keys.size == key_strings.size
107
107
 
108
- params = keys.zip(key_strings).to_h
109
- Object.const_get("Souls::Gcloud::#{module_name.camelize}").public_send(method_name.to_sym, **params)
108
+ args = keys.zip(key_strings).to_h
109
+ Object.const_get("Souls::Gcloud::#{module_name.camelize}").public_send(method_name.to_sym, **args)
110
110
  end
111
111
  Whirly.status = "Done!"
112
112
  end
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.32.0".freeze
2
+ VERSION = "0.32.1".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.11.0
1
+ 0.11.1
@@ -1 +1 @@
1
- 0.11.0
1
+ 0.11.1
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.32.0
4
+ version: 0.32.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI