lh-vagrant-dns 0.0.1.dev → 0.0.1.test
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/{vagrant-dns.rb → lh-vagrant-dns.rb} +0 -0
- data/lib/vagrant-dns/version.rb +1 -1
- data/vagrant-dns.gemspec +1 -1
- metadata +3 -3
File without changes
|
data/lib/vagrant-dns/version.rb
CHANGED
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 = "
|
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.
|
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:
|
106
|
+
homepage: https://github.com/he9lin/vagrant-dns
|
107
107
|
licenses:
|
108
108
|
- MIT
|
109
109
|
post_install_message:
|