vagrant-hosts 2.2.0 → 2.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- data/CHANGELOG +9 -0
- data/lib/vagrant-hosts/plugin.rb +1 -1
- data/lib/vagrant-hosts/version.rb +1 -1
- data/vagrant-hosts.gemspec +1 -0
- metadata +7 -8
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
Y2YwNWQ5ZmRlZTMxNzBmNTE5OTU0OWYzNDFkMDEwNjllOTY2YTE1Yw==
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 454bbb39c7ada37b8e8543854ab6bf3fd2169c5e
|
4
|
+
data.tar.gz: d6306902260f4feb51b047761c7b74187e94aa54
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
ZmEzY2RiYTdkMTg1ZDc0ZWY4ZWZiNWE4NTVmYjViMDRmYWZkZGJlYmUxNjBi
|
11
|
-
NmVlOTFmMjE1NDllNTVhYzIyZWNmOTYwZGQ5NTY1MjJlNzMwNTI=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
YzNiNWUxM2JjNzAwOTZjZWE5ZDhjMzgxNTkzMzU0OTBiMmRkYWUzNjZjOTk2
|
14
|
-
ZThkNTM3MzFkZmRlYzkyNTllYWUyODM0OWEwODFjMDdjZTY3NmJlMjg0YjQ2
|
15
|
-
ZWQwZTMxMDBkZGUyMTljZmRhZGM0Y2FkMjA0OTc5Y2JiOTA4NTc=
|
6
|
+
metadata.gz: 35dd0eb3aeb91983226b259ee4a4d33120f7315a68eca35eec1c2fc50ad7e41af1a1e5893bbdc915b09c1fcc11d9db190e27eac6c66fe96fe92cb318c043222d
|
7
|
+
data.tar.gz: e7a9b3aaceb2484b7c30461b75211c97caa1a5d3f4f7f196dbd4e32ee61472ab47260a0140a4227ac274a4832f69275f114186e962274574f459c701874421f0
|
data/CHANGELOG
CHANGED
data/lib/vagrant-hosts/plugin.rb
CHANGED
@@ -22,7 +22,7 @@ class VagrantHosts::Plugin < Vagrant.plugin(2)
|
|
22
22
|
|
23
23
|
# Guest capabilities for vagrant-hosts
|
24
24
|
|
25
|
-
[:darwin, :linux, :solaris].each do |os|
|
25
|
+
[:darwin, :linux, :solaris, :solaris11].each do |os|
|
26
26
|
guest_capability(os, 'sync_hosts') do
|
27
27
|
require_relative 'cap'
|
28
28
|
VagrantHosts::Cap::SyncHosts::POSIX
|
data/vagrant-hosts.gemspec
CHANGED
metadata
CHANGED
@@ -1,18 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-hosts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrien Thebo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
14
|
-
|
15
|
-
'
|
13
|
+
description: |2
|
14
|
+
Manage static DNS entries and configuration for Vagrant guests.
|
16
15
|
email: adrien@somethingsinistral.net
|
17
16
|
executables: []
|
18
17
|
extensions: []
|
@@ -48,17 +47,17 @@ require_paths:
|
|
48
47
|
- lib
|
49
48
|
required_ruby_version: !ruby/object:Gem::Requirement
|
50
49
|
requirements:
|
51
|
-
- -
|
50
|
+
- - '>='
|
52
51
|
- !ruby/object:Gem::Version
|
53
52
|
version: '0'
|
54
53
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
55
54
|
requirements:
|
56
|
-
- -
|
55
|
+
- - '>='
|
57
56
|
- !ruby/object:Gem::Version
|
58
57
|
version: '0'
|
59
58
|
requirements: []
|
60
59
|
rubyforge_project:
|
61
|
-
rubygems_version: 2.
|
60
|
+
rubygems_version: 2.0.14
|
62
61
|
signing_key:
|
63
62
|
specification_version: 4
|
64
63
|
summary: Manage static DNS on vagrant guests
|