lh-vagrant-dns 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module DNS
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
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.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -83,6 +83,7 @@ extensions: []
83
83
  extra_rdoc_files: []
84
84
  files:
85
85
  - Gemfile
86
+ - lib/lh-vagrant-dns.rb
86
87
  - lib/vagrant-dns/action/create_daemons_dir.rb
87
88
  - lib/vagrant-dns/action/create_resolvers.rb
88
89
  - lib/vagrant-dns/action/register_patterns.rb
@@ -97,7 +98,6 @@ files:
97
98
  - lib/vagrant-dns/env_helper.rb
98
99
  - lib/vagrant-dns/plugin.rb
99
100
  - lib/vagrant-dns/version.rb
100
- - lib/vagrant-dns.rb
101
101
  - LICENSE.txt
102
102
  - Rakefile
103
103
  - README.md