vagrant-dns 0.6.0 → 1.0.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/Gemfile +2 -2
- data/README.md +2 -6
- data/lib/vagrant-dns/version.rb +1 -1
- data/vagrant-dns.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e10dc6e9ae63d965ec678d7bb481a48cfb81fa1f
|
|
4
|
+
data.tar.gz: 673770b40b4723277f9db600302018a0b7f7a201
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79631a6d0a2c2c909bb076ab5c94fcaba0765cfc0d5fad27363d5b39813807c22800c8a2334e86db514901f63ff522ae6053a47f81beb8fff575fd0e66faa3fd
|
|
7
|
+
data.tar.gz: 1ee7d0ea094ba2909b4a2e6eccf5949e5d87eae2e7044f50959da5083dfdcf8e1e2e48061f21073d26874bf28d963981bed0c631c3ffe54d698d4eb4e4b5d5cc
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
source 'https://rubygems.org'
|
|
2
2
|
ruby '2.0.0'
|
|
3
3
|
|
|
4
|
-
ENV['TEST_VAGRANT_VERSION'] ||= '~> v1.
|
|
4
|
+
ENV['TEST_VAGRANT_VERSION'] ||= '~> v1.7.4'
|
|
5
5
|
|
|
6
6
|
# Using the :plugins group causes Vagrant to automagially load auto_network
|
|
7
7
|
# during acceptance tests.
|
|
@@ -15,7 +15,7 @@ group :test, :development do
|
|
|
15
15
|
else
|
|
16
16
|
gem 'vagrant', :github => 'mitchellh/vagrant', :tag => ENV['TEST_VAGRANT_VERSION']
|
|
17
17
|
end
|
|
18
|
-
gem 'rubydns', '~> 0.
|
|
18
|
+
gem 'rubydns', '~> 1.0.2'
|
|
19
19
|
end
|
|
20
20
|
|
|
21
21
|
group :test do
|
data/README.md
CHANGED
|
@@ -75,10 +75,6 @@ You can now reach the server under the given domain.
|
|
|
75
75
|
`dig` or `nslookup`, but `dscacheutil` instead. Read [this article](http://apple.stackexchange.com/a/70583)
|
|
76
76
|
for more information.
|
|
77
77
|
|
|
78
|
-
**Note:** Chrome users could still encounter problems resolving hosts in the development subdomain(s).
|
|
79
|
-
If this is the case, make sure to turn of the [Built-in Asynchronous DNS](https://plus.google.com/100132233764003563318/posts/JXcvYw1yCkH)
|
|
80
|
-
client. The built-in DNS client not handling split DNS is [reported](https://code.google.com/p/chromium/issues/detail?id=265970).
|
|
81
|
-
|
|
82
78
|
Finally, stop the server using:
|
|
83
79
|
|
|
84
80
|
```bash
|
|
@@ -100,8 +96,8 @@ The DNS server will start automatically once the first VM is started.
|
|
|
100
96
|
|
|
101
97
|
## Issues
|
|
102
98
|
|
|
103
|
-
* A records only
|
|
104
|
-
*
|
|
99
|
+
* `A` records only
|
|
100
|
+
* No IPv6 support
|
|
105
101
|
* OS X only (please read: [Platform
|
|
106
102
|
Support](https://github.com/BerlinVagrant/vagrant-dns/blob/master/PLATFORM_SUPPORT.md) before ranting about this).
|
|
107
103
|
* Not visible inside the box
|
data/lib/vagrant-dns/version.rb
CHANGED
data/vagrant-dns.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-dns
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Florian Gilcher
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2015-08-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: daemons
|
|
@@ -31,14 +31,14 @@ dependencies:
|
|
|
31
31
|
requirements:
|
|
32
32
|
- - ~>
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: 0.
|
|
34
|
+
version: 1.0.2
|
|
35
35
|
type: :runtime
|
|
36
36
|
prerelease: false
|
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
39
|
- - ~>
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: 0.
|
|
41
|
+
version: 1.0.2
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
43
|
name: rspec
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
103
103
|
version: '0'
|
|
104
104
|
requirements: []
|
|
105
105
|
rubyforge_project:
|
|
106
|
-
rubygems_version: 2.
|
|
106
|
+
rubygems_version: 2.4.8
|
|
107
107
|
signing_key:
|
|
108
108
|
specification_version: 4
|
|
109
109
|
summary: vagrant-dns manages DNS records of vagrant machines
|