vagrant-skytap 0.2.9 → 0.2.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 92ab283292efba6720a6ae941f353a1810e9b9e2
4
- data.tar.gz: f4ad9c240aa4a0f6ad2029a9e1db5864b4cd19df
3
+ metadata.gz: 489ea945efd6c1515171a6aa12fc3dff169acc6a
4
+ data.tar.gz: 9e32a36b3d528047f7f4ab87a2f6a58ec41a75c2
5
5
  SHA512:
6
- metadata.gz: bc829f8e0f1b6124da4f00ffc4a5d18b4d3e0a4cad4e0247b4103e76f073129fdd7e4c0515a663b2a45735993397854f4f801193d255518210c4460406b81870
7
- data.tar.gz: c7b1d5cc0400d3076c7a03bd78b9e9a4486085917a609edc0c321356355b5d2e99309227f3327ccdf615fa612b46fc27ddaecbc63e6e6c13e2a84b68d165a1a2
6
+ metadata.gz: a14d3e7fd76c84f23128fb04e31650f95cc229aed47b01184b6ab8b548f49b6399c166fe19360854e615378e42d14d1ba2ce2b72a2402490f70f3e3737b46784
7
+ data.tar.gz: 7f038b87db83b4568a038eac6feb6f0d178ba567c8577c7465a643bb5760d2c594ccd28de994eca50199de027cdc24f669377005e5af2e7b06c358bf8d6353cf
data/CHANGELOG.md CHANGED
@@ -1,7 +1,11 @@
1
+ # 0.2.10 (March 17, 2016)
2
+
3
+ * Fix bug in port forwarding messaging.
4
+
1
5
  # 0.2.9 (February 26, 2016)
2
6
 
3
7
  * Re-add User-Agent string.
4
- * Set NFS host/guest IP addresses for synced folders of unspecified type
8
+ * Set NFS host/guest IP addresses for synced folders of unspecified type
5
9
  (Vagrant can choose NFS as the default type, which resulted in an
6
10
  error).
7
11
  * Don't allow suspending stopped VMs. Don't allow halting suspended VMs
@@ -15,7 +19,7 @@
15
19
 
16
20
  * Add User-Agent string with the plugin version and Vagrant version.
17
21
 
18
- * Fix bug which coud cause machines to be mapped to the wrong VMs.
22
+ * Fix bug which could cause machines to be mapped to the wrong VMs.
19
23
 
20
24
  # 0.2.6 (February 16, 2016)
21
25
 
@@ -53,7 +57,7 @@
53
57
  * Add support for port forwarding on Linux and BSD hosts using AutoSSH
54
58
  (TCP only).
55
59
 
56
- * 0.1.12 (December 23, 2015)
60
+ # 0.1.12 (December 23, 2015)
57
61
 
58
62
  * Backward-compatibility fix.
59
63
 
@@ -51,7 +51,7 @@ module VagrantPlugins
51
51
  @env[:forwarded_ports].each do |fp|
52
52
  unless fp.internal_ssh_port?
53
53
  @env[:ui].detail(I18n.t("vagrant.actions.vm.forward_ports.forwarding_entry",
54
- adapter: fp.adapter,
54
+ adapter: "--",
55
55
  guest_port: fp.guest_port,
56
56
  host_port: fp.host_port))
57
57
  @env[:host].capability(:start_ssh_tunnel, fp, @env[:machine])
@@ -22,6 +22,6 @@
22
22
 
23
23
  module VagrantPlugins
24
24
  module Skytap
25
- VERSION = "0.2.9"
25
+ VERSION = "0.2.10"
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-skytap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric True
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-02-27 00:00:00.000000000 Z
12
+ date: 2016-03-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json_pure