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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75885177281d42828aff37e9e92aad529290eb27
4
- data.tar.gz: d2009003059ec63f739bb21cbd616fa5627b318a
3
+ metadata.gz: e10dc6e9ae63d965ec678d7bb481a48cfb81fa1f
4
+ data.tar.gz: 673770b40b4723277f9db600302018a0b7f7a201
5
5
  SHA512:
6
- metadata.gz: 1f98e1889327ff8ec869237ce252546583c0398c84cb0db183ae6c5e5c8bec09af160246b7739b3cf42ffb02fbab5eaf0a19e3713d2892166fc8bae7ad5ac49d
7
- data.tar.gz: 8d9040c77cf6c1478895c9af083bf2ba506ecb088bbcfd47950d6bdd8a57cd36f8c8d89a25e878de1d9f7bee456745960cd45cdbe3ed50f1feab14a5c28d82ce
6
+ metadata.gz: 79631a6d0a2c2c909bb076ab5c94fcaba0765cfc0d5fad27363d5b39813807c22800c8a2334e86db514901f63ff522ae6053a47f81beb8fff575fd0e66faa3fd
7
+ data.tar.gz: 1ee7d0ea094ba2909b4a2e6eccf5949e5d87eae2e7044f50959da5083dfdcf8e1e2e48061f21073d26874bf28d963981bed0c631c3ffe54d698d4eb4e4b5d5cc
@@ -1,3 +1,8 @@
1
+ # 1.0.0
2
+
3
+ * 🎉Release as 1.0 [GH-34]
4
+ * Fixes compatibility to Vagrant 1.7.4 by using RubyDNS ~> 1.0.2 [GH-38]
5
+
1
6
  # 0.6.0
2
7
 
3
8
  This is a intermediate release towards v1.0.0
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.6.2'
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.9.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
- * no ipv6 support
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
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module Dns
3
- VERSION = "0.6.0"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
16
16
  gem.version = Vagrant::Dns::VERSION
17
17
 
18
18
  gem.add_dependency "daemons"
19
- gem.add_dependency "rubydns", '~> 0.9.0'
19
+ gem.add_dependency "rubydns", '~> 1.0.2'
20
20
 
21
21
  gem.add_development_dependency 'rspec', '~> 2.14.0'
22
22
  end
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.6.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: 2014-10-24 00:00:00.000000000 Z
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.9.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.9.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.0.14
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