vagrant-hosts 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,6 +1,13 @@
1
1
  CHANGELOG
2
2
  =========
3
3
 
4
+ 1.1.1
5
+ -----
6
+
7
+ This is a backwards compatible feature and bugfix release.
8
+
9
+ * gemspec dependency on vagrant
10
+
4
11
  1.1.0
5
12
  -----
6
13
 
@@ -18,6 +18,8 @@ module Hostname
18
18
  @machine.guest.change_host_name(name)
19
19
  when /1\.2/
20
20
  @machine.guest.capability(:change_host_name, name)
21
+ else
22
+ raise RuntimeError, "#{Vagrant::VERSION} isn't a recognized Vagrant version, can't reliably shim `change_host_name`"
21
23
  end
22
24
  end
23
25
 
@@ -1,3 +1,3 @@
1
1
  module VagrantHosts
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
3
3
  end
@@ -18,8 +18,6 @@ Gem::Specification.new do |gem|
18
18
  gem.has_rdoc = true
19
19
  gem.license = 'Apache 2.0'
20
20
 
21
- gem.add_dependency 'vagrant', '~> 1.0'
22
-
23
21
  gem.files = %x{git ls-files -z}.split("\0")
24
22
  gem.require_path = 'lib'
25
23
  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.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,24 +9,8 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-09 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: vagrant
16
- requirement: !ruby/object:Gem::Requirement
17
- none: false
18
- requirements:
19
- - - ~>
20
- - !ruby/object:Gem::Version
21
- version: '1.0'
22
- type: :runtime
23
- prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ~>
28
- - !ruby/object:Gem::Version
29
- version: '1.0'
12
+ date: 2013-07-08 00:00:00.000000000 Z
13
+ dependencies: []
30
14
  description: ! ' Manage static DNS entries and configuration for Vagrant guests.
31
15
 
32
16
  '
@@ -71,3 +55,4 @@ signing_key:
71
55
  specification_version: 3
72
56
  summary: Manage static DNS on vagrant guests
73
57
  test_files: []
58
+ has_rdoc: true