choria-mcorpc-support 2.20.7 → 2.20.8
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/lib/mcollective.rb +1 -1
- data/lib/mcollective/applications.rb +2 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb7a857de2f51cbd58bf4cba56d44379f64cc198
|
|
4
|
+
data.tar.gz: 1caeef76539d040751a4c90c8762659e92bfb6ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd11527997e8889619df7fdb287942d3a2c89a07df4896bd3ed41b1c74da48f2f25d7481a95c1dda8100d4a490e1394d9d1bf78c8868aad0d03fbb735c67331d
|
|
7
|
+
data.tar.gz: c4698a78c63e91cbeacf54e1914dddd58e04ef4bbc87031ca02a3be1e44f037bb9e32f812a57dd2bdc633a147ae1cbb66b9d3f8a3fbff58116f3741c5c72cd82
|
data/lib/mcollective.rb
CHANGED
|
@@ -10,7 +10,7 @@ module MCollective
|
|
|
10
10
|
|
|
11
11
|
begin
|
|
12
12
|
load_application(appname)
|
|
13
|
-
rescue Exception # rubocop:disable Lint/RescueException
|
|
13
|
+
rescue Exception => e # rubocop:disable Lint/RescueException
|
|
14
14
|
e.backtrace.first << Util.colorize(:red, " <----")
|
|
15
15
|
STDERR.puts "Application '%s' failed to load:" % appname
|
|
16
16
|
STDERR.puts
|
|
@@ -98,6 +98,7 @@ module MCollective
|
|
|
98
98
|
|
|
99
99
|
# avoid option parsers own internal version handling that sux
|
|
100
100
|
parser.on("-v", "--verbose")
|
|
101
|
+
parser.on("--version")
|
|
101
102
|
|
|
102
103
|
if original_extra_opts
|
|
103
104
|
begin
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: choria-mcorpc-support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.20.
|
|
4
|
+
version: 2.20.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- R.I.Pienaar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-11-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: systemu
|
|
@@ -36,14 +36,14 @@ dependencies:
|
|
|
36
36
|
requirements:
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: 0.
|
|
39
|
+
version: '0.6'
|
|
40
40
|
type: :runtime
|
|
41
41
|
prerelease: false
|
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 0.
|
|
46
|
+
version: '0.6'
|
|
47
47
|
description: Libraries enabling Ruby support for the Choria Orchestration Server
|
|
48
48
|
email: rip@devco.net
|
|
49
49
|
executables:
|