vagrant-hosts 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
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
 
@@ -25,7 +25,7 @@ module VagrantHosts
25
25
  end
26
26
  end
27
27
 
28
- ::ConfigBuilder::Model::Provisioner.register('shell', self)
28
+ ::ConfigBuilder::Model::Provisioner.register('hosts', self)
29
29
  end
30
30
  end
31
31
  end
@@ -20,7 +20,7 @@ class VagrantHosts::Plugin < Vagrant.plugin(2)
20
20
  VagrantHosts::Config
21
21
  end
22
22
 
23
- action_hook(:hosts, :config_builder_extension) do
23
+ def self.config_builder_hook
24
24
  require_relative 'config_builder'
25
25
  end
26
26
  end
@@ -1,3 +1,3 @@
1
1
  module VagrantHosts
2
- VERSION = '1.1.3'
2
+ VERSION = '1.1.4'
3
3
  end
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.3
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-08 00:00:00.000000000 Z
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