spurious 0.2.0 → 0.2.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
  SHA1:
3
- metadata.gz: bdedd43a1cfc7f8e986c49b569d2c31beee13c05
4
- data.tar.gz: 43c7ec6444583803bef3b08b16cce73c3290f93b
3
+ metadata.gz: 0b533d30b3dcb525331727b9951acc663b1eca0a
4
+ data.tar.gz: c78434539e6826c1aec78b1998844c20374a3ada
5
5
  SHA512:
6
- metadata.gz: c2fb5574563f6837b47faaf23d292317287f6da15a96b92de586b6d406ae59bde3a725bbc357a6ff99657bc3db890ef3d0601447c130d7dca85c5b5bd7c82472
7
- data.tar.gz: 8dea00654be0c4c30ebf579c2133bb809bce38b47d3b68943c774aeca94465c826751a587112be3550dfe83f77eb259c29b7c6e1de464223bd836095064e2f56
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["GuestPort"],
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', 'Guest port', 'Host port'], data)
27
+ build_table(['Service', 'Host', 'Port'], data)
28
28
  ) unless parsed_data['response'].empty?
29
29
 
30
30
  end
@@ -1,3 +1,3 @@
1
1
  module Spurious
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.0
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-09 00:00:00.000000000 Z
11
+ date: 2014-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: docker