lh-vagrant-dns 0.0.1.test → 0.0.1

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.test"
3
+ VERSION = "0.0.1"
4
4
  end
5
5
  end
File without changes
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lh-vagrant-dns
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.test
5
- prerelease: 6
4
+ version: 0.0.1
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Lin He
@@ -83,7 +83,6 @@ extensions: []
83
83
  extra_rdoc_files: []
84
84
  files:
85
85
  - Gemfile
86
- - lib/lh-vagrant-dns.rb
87
86
  - lib/vagrant-dns/action/create_daemons_dir.rb
88
87
  - lib/vagrant-dns/action/create_resolvers.rb
89
88
  - lib/vagrant-dns/action/register_patterns.rb
@@ -98,6 +97,7 @@ files:
98
97
  - lib/vagrant-dns/env_helper.rb
99
98
  - lib/vagrant-dns/plugin.rb
100
99
  - lib/vagrant-dns/version.rb
100
+ - lib/vagrant-dns.rb
101
101
  - LICENSE.txt
102
102
  - Rakefile
103
103
  - README.md