vagrant-dnsmasq 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a52e299c9c41fd5835db65f40488f9cf2feb795e
4
- data.tar.gz: cc4a55dd8ecf3acaec6c7feaab3bafa459557e98
3
+ metadata.gz: 4b75455201bfb6befe1e758adbc39e12fc285499
4
+ data.tar.gz: 533a9dba6753b9f00fed10706b995f983e87c57a
5
5
  SHA512:
6
- metadata.gz: 7870a2826d6bbd88491df62f9d9ae30a00708a32acdb97f4ede5f615c4725e58bf37ad30093e253ced599b5a36d442a4e37c46dde2397c9fb1f9891afe42a941
7
- data.tar.gz: df6e0b5c5cf3745ef753574562d56128747ced29063043e6ca3f1513923e032320ea04a507bb69fe2ea175df380e393b3fb990cf6a85469289137029a3469fa9
6
+ metadata.gz: 7453f930a999bba5635ba38e20175ba4668cbd9bd1e765f229b38678b7741a81ca5b1acebf72d717af931edf525b2d200e614470a6be1ef2d0401150e81f3644
7
+ data.tar.gz: ba5e5c725f7f2c3ea2b67602c390c30ac66ca280a2a72d4dd306485f57ce852987302167ee415a4edd045308e04327bb01d03aee684ddd6cc8d1809f0964e999
data/Gemfile.lock CHANGED
@@ -15,7 +15,7 @@ GIT
15
15
  PATH
16
16
  remote: .
17
17
  specs:
18
- vagrant-dnsmasq (0.0.8)
18
+ vagrant-dnsmasq (0.0.9)
19
19
 
20
20
  GEM
21
21
  remote: https://rubygems.org/
@@ -12,9 +12,12 @@ class DnsmasqConf
12
12
  begin
13
13
  # restart dnsmasq (if installed with homebrew)
14
14
 
15
- puts "You might be asked for your password to restart the dnsmasq daemon."
16
- system "sudo launchctl unload /Library/LaunchDaemons/homebrew.mxcl.dnsmasq.plist"
17
- system "sudo launchctl load /Library/LaunchDaemons/homebrew.mxcl.dnsmasq.plist"
15
+
16
+ # hmm ... this seems to be useless?!
17
+ # puts "You might be asked for your password to restart the dnsmasq daemon."
18
+ # system "sudo launchctl unload /Library/LaunchDaemons/homebrew.mxcl.dnsmasq.plist"
19
+ # system "sudo launchctl load /Library/LaunchDaemons/homebrew.mxcl.dnsmasq.plist"
20
+
18
21
 
19
22
  # @todo: call proc or try other fancy things to reload dnsmasq
20
23
 
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module Dnsmasq
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-dnsmasq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - mattes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-26 00:00:00.000000000 Z
11
+ date: 2013-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler