spurious 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/spurious/command/ports.rb +2 -2
- data/lib/spurious/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: 0b533d30b3dcb525331727b9951acc663b1eca0a
|
4
|
+
data.tar.gz: c78434539e6826c1aec78b1998844c20374a3ada
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 352b11cba543b8b7e77e44c73f5ca52c230b19000f373d46fdd9bb87e372f92e6f740bb21edd7fae41348cd28587932416246359c5976d4f5302ceb405a8e289
|
7
|
+
data.tar.gz: 111df58ffdedee9430ebafe8d56264c08adc65d04624ae8f43dcd2a18c12be11b9a2fc410ea0275a951d9fa056b7e29d00a3ddb68740bb890bb55a4f9e040480
|
@@ -13,7 +13,7 @@ module Spurious
|
|
13
13
|
mapping.each do |mapping_data|
|
14
14
|
data << [
|
15
15
|
type,
|
16
|
-
mapping_data["
|
16
|
+
mapping_data["Host"],
|
17
17
|
mapping_data["HostPort"]
|
18
18
|
]
|
19
19
|
end
|
@@ -24,7 +24,7 @@ module Spurious
|
|
24
24
|
else
|
25
25
|
app.say "\n"
|
26
26
|
app.print_table(
|
27
|
-
build_table(['Service', '
|
27
|
+
build_table(['Service', 'Host', 'Port'], data)
|
28
28
|
) unless parsed_data['response'].empty?
|
29
29
|
|
30
30
|
end
|
data/lib/spurious/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spurious
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Jack
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-07-
|
11
|
+
date: 2014-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: docker
|