vagrant-hosts 2.1.1 → 2.1.2

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 CHANGED
@@ -1,7 +1,15 @@
1
1
  CHANGELOG
2
2
  =========
3
3
 
4
+ 2.1.2
5
+ -----
6
+
7
+ This is a backwards compatible maintenance release.
8
+
9
+ * (GH-22) Add support for Vagrant 1.4
10
+
4
11
  2.1.1
12
+ -----
5
13
 
6
14
  2013-11-13
7
15
 
@@ -28,10 +28,10 @@ class VagrantHosts::Cap::SyncHosts::Base
28
28
  case Vagrant::VERSION
29
29
  when /^1\.1/
30
30
  @machine.guest.change_host_name(name)
31
- when /^1\.2/, /^1\.3/
31
+ when /^1\.[234]/
32
32
  @machine.guest.capability(:change_host_name, name)
33
33
  else
34
- raise UnknownVersion, :vagrant_version => Vagrant::VERSION
34
+ raise VagrantHosts::Cap::SyncHosts::UnknownVersion, :vagrant_version => Vagrant::VERSION
35
35
  end
36
36
  end
37
37
 
@@ -1,3 +1,3 @@
1
1
  module VagrantHosts
2
- VERSION = '2.1.1'
2
+ VERSION = '2.1.2'
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: 2.1.1
4
+ version: 2.1.2
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-11-13 00:00:00.000000000 Z
12
+ date: 2013-12-18 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ! ' Manage static DNS entries and configuration for Vagrant guests.
15
15