lh-vagrant-dns 0.0.1.dev → 0.0.1.test

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.
File without changes
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module DNS
3
- VERSION = "0.0.1.dev"
3
+ VERSION = "0.0.1.test"
4
4
  end
5
5
  end
data/vagrant-dns.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["he9lin@gmail.com"]
11
11
  spec.description = %q{A RubyDns plugin for Vagrant 1.1.x}
12
12
  spec.summary = %q{A RubyDns plugin for Vagrant 1.1.x}
13
- spec.homepage = "http://heyook.com"
13
+ spec.homepage = "https://github.com/he9lin/vagrant-dns"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.required_rubygems_version = ">= 1.3.6"
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.dev
4
+ version: 0.0.1.test
5
5
  prerelease: 6
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,13 +98,12 @@ 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
104
104
  - vagrant-dns.gemspec
105
105
  - .gitignore
106
- homepage: http://heyook.com
106
+ homepage: https://github.com/he9lin/vagrant-dns
107
107
  licenses:
108
108
  - MIT
109
109
  post_install_message: