lh-vagrant-dns 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
3
3
  gemspec
4
4
 
5
5
  group :development do
6
- gem "vagrant", git: "git://github.com/mitchellh/vagrant.git"
6
+ gem "vagrant", git: "git://github.com/mitchellh/vagrant.git", tag: "v1.1.5"
7
7
  end
@@ -20,7 +20,7 @@ module VagrantPlugins
20
20
  attr_accessor :dns_server
21
21
 
22
22
  def initialize
23
- @ui = ::Vagrant::UI::Colored.new.scope("dns")
23
+ @ui = ::Vagrant::UI::Colored.new("dns")
24
24
  end
25
25
 
26
26
  def tmp_path
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module DNS
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
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.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: