lh-vagrant-dns 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,7 +37,7 @@ module VagrantPlugins
37
37
  RubyDNS::run_server(listen: VagrantPlugins::DNS.listen) do
38
38
  registry.each do |pattern, ip|
39
39
  match(Regexp.new(pattern), Resolv::DNS::Resource::IN::A) \
40
- do |match_data, transaction|
40
+ do |transaction, match_data|
41
41
  transaction.respond!(ip)
42
42
  end
43
43
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module DNS
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lh-vagrant-dns
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: