vagrant-hosts 1.1.3 → 1.1.4
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.
- data/CHANGELOG +11 -0
- data/lib/vagrant-hosts/config_builder.rb +1 -1
- data/lib/vagrant-hosts/plugin.rb +1 -1
- data/lib/vagrant-hosts/version.rb +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
CHANGELOG
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
+
1.1.4
|
|
5
|
+
-----
|
|
6
|
+
|
|
7
|
+
2013-08-18
|
|
8
|
+
|
|
9
|
+
This is a backwards compatible bugfix release.
|
|
10
|
+
|
|
11
|
+
* Register config_builder provisioner extension with 'hosts' identifier
|
|
12
|
+
|
|
4
13
|
1.1.3
|
|
5
14
|
-----
|
|
6
15
|
|
|
@@ -9,6 +18,8 @@ CHANGELOG
|
|
|
9
18
|
* Update config_builder provisioner model registration syntax
|
|
10
19
|
* GH-9 Use correct machine host for each /etc/hosts entry
|
|
11
20
|
|
|
21
|
+
Thanks to Hunter Haugen for his help on this release.
|
|
22
|
+
|
|
12
23
|
1.1.2
|
|
13
24
|
-----
|
|
14
25
|
|
data/lib/vagrant-hosts/plugin.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-hosts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-08-
|
|
12
|
+
date: 2013-08-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: ! ' Manage static DNS entries and configuration for Vagrant guests.
|
|
15
15
|
|