marathon-srv 1.0.2 → 1.0.3
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/marathon/srv/cli.rb +1 -1
- data/lib/marathon/srv/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23c7a44026357d3e3f3e45358ec6093963bbca8e
|
4
|
+
data.tar.gz: ec55ee61654b8b72bf8c7dc571e3a25734c3579a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06a26dd418e3854058515df7743d6bb2b9b5790d2290f2cad16cc190dc04130510bff5f342ad93bd82968e4c3b048a3ba1baf2f1147a3e9c17d645bc3a7aa613
|
7
|
+
data.tar.gz: 5150ab5cb237b4841570fa70216b34c7d303f377998bb32a050413dc3087f17ecfa6ad9ba0fc9b8d1efb1d4fbafe0282858e8c78f65a342c9bb7115e11bb8526
|
data/lib/marathon/srv/cli.rb
CHANGED
@@ -20,7 +20,7 @@ module Marathon
|
|
20
20
|
option :container_port, :type => :numeric, :desc => "Docker container-side port to translate"
|
21
21
|
option :username, :required => false
|
22
22
|
option :password, :required => false
|
23
|
-
option :healthy, :default => true, :desc => "Consider healthy application instances/tasks only"
|
23
|
+
option :healthy, :type => :boolean, :default => true, :desc => "Consider healthy application instances/tasks only"
|
24
24
|
def find
|
25
25
|
|
26
26
|
client = Marathon::Srv::Client.new options[:marathon], options[:username], options[:password], {:log_level => (options[:verbose] ? Logger::DEBUG : Logger::ERROR)}
|
data/lib/marathon/srv/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: marathon-srv
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andras Szerdahelyi
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|