vagrant-dnsmasq 0.0.8 → 0.0.9
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/vagrant-dnsmasq/includes/DnsmasqConf.class.rb +6 -3
- data/lib/vagrant-dnsmasq/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b75455201bfb6befe1e758adbc39e12fc285499
|
|
4
|
+
data.tar.gz: 533a9dba6753b9f00fed10706b995f983e87c57a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7453f930a999bba5635ba38e20175ba4668cbd9bd1e765f229b38678b7741a81ca5b1acebf72d717af931edf525b2d200e614470a6be1ef2d0401150e81f3644
|
|
7
|
+
data.tar.gz: ba5e5c725f7f2c3ea2b67602c390c30ac66ca280a2a72d4dd306485f57ce852987302167ee415a4edd045308e04327bb01d03aee684ddd6cc8d1809f0964e999
|
data/Gemfile.lock
CHANGED
|
@@ -12,9 +12,12 @@ class DnsmasqConf
|
|
|
12
12
|
begin
|
|
13
13
|
# restart dnsmasq (if installed with homebrew)
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2013-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|