devdnsd 1.5.1 → 1.5.2
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.
- data/Gemfile.lock +5 -5
- data/devdnsd.gemspec +1 -1
- data/doc/DevDNSd/Application.html +1 -1
- data/doc/DevDNSd/Configuration.html +1 -1
- data/doc/DevDNSd/Errors/InvalidRule.html +1 -1
- data/doc/DevDNSd/Errors.html +1 -1
- data/doc/DevDNSd/Rule.html +1 -1
- data/doc/DevDNSd/Version.html +2 -2
- data/doc/DevDNSd.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/top-level-namespace.html +1 -1
- data/lib/devdnsd/version.rb +1 -1
- data/spec/devdnsd/application_spec.rb +4 -4
- metadata +6 -6
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
devdnsd (1.5.
|
|
5
|
-
mamertes (~> 1.1.
|
|
4
|
+
devdnsd (1.5.2)
|
|
5
|
+
mamertes (~> 1.1.8)
|
|
6
6
|
rexec (~> 1.4.1)
|
|
7
7
|
rubydns (~> 0.4.0)
|
|
8
8
|
|
|
@@ -25,7 +25,7 @@ GEM
|
|
|
25
25
|
activesupport (3.2.8)
|
|
26
26
|
i18n (~> 0.6)
|
|
27
27
|
multi_json (~> 1.0)
|
|
28
|
-
bovem (1.2.
|
|
28
|
+
bovem (1.2.2)
|
|
29
29
|
lazier (~> 1.0)
|
|
30
30
|
open4 (~> 1.3.0)
|
|
31
31
|
builder (3.0.3)
|
|
@@ -42,8 +42,8 @@ GEM
|
|
|
42
42
|
actionpack (~> 3.0)
|
|
43
43
|
json (~> 1.7.0)
|
|
44
44
|
tzinfo (~> 0.3.0)
|
|
45
|
-
mamertes (1.1.
|
|
46
|
-
bovem (~> 1.2.
|
|
45
|
+
mamertes (1.1.8)
|
|
46
|
+
bovem (~> 1.2.2)
|
|
47
47
|
method_source (0.8)
|
|
48
48
|
multi_json (1.3.6)
|
|
49
49
|
net-dns (0.7.1)
|
data/devdnsd.gemspec
CHANGED
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
|
|
|
21
21
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
22
22
|
gem.require_paths = ["lib"]
|
|
23
23
|
|
|
24
|
-
gem.add_dependency("mamertes", "~> 1.1.
|
|
24
|
+
gem.add_dependency("mamertes", "~> 1.1.8")
|
|
25
25
|
gem.add_dependency("rubydns", "~> 0.4.0")
|
|
26
26
|
gem.add_dependency("rexec", "~> 1.4.1")
|
|
27
27
|
|
|
@@ -2429,7 +2429,7 @@ System services are only available on that platform.</p>
|
|
|
2429
2429
|
</div>
|
|
2430
2430
|
|
|
2431
2431
|
<div id="footer">
|
|
2432
|
-
Generated on Sat Oct 6
|
|
2432
|
+
Generated on Sat Oct 6 09:37:07 2012 by
|
|
2433
2433
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
2434
2434
|
0.8.2.1 (ruby-1.8.7).
|
|
2435
2435
|
</div>
|
|
@@ -414,7 +414,7 @@ A configuration file is a plain Ruby file with a top-level <span class='object_l
|
|
|
414
414
|
</div>
|
|
415
415
|
|
|
416
416
|
<div id="footer">
|
|
417
|
-
Generated on Sat Oct 6
|
|
417
|
+
Generated on Sat Oct 6 09:37:07 2012 by
|
|
418
418
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
419
419
|
0.8.2.1 (ruby-1.8.7).
|
|
420
420
|
</div>
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
</div>
|
|
125
125
|
|
|
126
126
|
<div id="footer">
|
|
127
|
-
Generated on Sat Oct 6
|
|
127
|
+
Generated on Sat Oct 6 09:37:06 2012 by
|
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
129
129
|
0.8.2.1 (ruby-1.8.7).
|
|
130
130
|
</div>
|
data/doc/DevDNSd/Errors.html
CHANGED
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
</div>
|
|
117
117
|
|
|
118
118
|
<div id="footer">
|
|
119
|
-
Generated on Sat Oct 6
|
|
119
|
+
Generated on Sat Oct 6 09:37:06 2012 by
|
|
120
120
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
121
121
|
0.8.2.1 (ruby-1.8.7).
|
|
122
122
|
</div>
|
data/doc/DevDNSd/Rule.html
CHANGED
|
@@ -1473,7 +1473,7 @@
|
|
|
1473
1473
|
</div>
|
|
1474
1474
|
|
|
1475
1475
|
<div id="footer">
|
|
1476
|
-
Generated on Sat Oct 6
|
|
1476
|
+
Generated on Sat Oct 6 09:37:06 2012 by
|
|
1477
1477
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1478
1478
|
0.8.2.1 (ruby-1.8.7).
|
|
1479
1479
|
</div>
|
data/doc/DevDNSd/Version.html
CHANGED
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
|
|
152
152
|
</div>
|
|
153
153
|
</dt>
|
|
154
|
-
<dd><pre class="code"><span class='integer val'>
|
|
154
|
+
<dd><pre class="code"><span class='integer val'>2</span>
|
|
155
155
|
</pre></dd>
|
|
156
156
|
|
|
157
157
|
<dt id="STRING-constant" class="">STRING =
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
</div>
|
|
185
185
|
|
|
186
186
|
<div id="footer">
|
|
187
|
-
Generated on Sat Oct 6
|
|
187
|
+
Generated on Sat Oct 6 09:37:06 2012 by
|
|
188
188
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
189
189
|
0.8.2.1 (ruby-1.8.7).
|
|
190
190
|
</div>
|
data/doc/DevDNSd.html
CHANGED
|
@@ -121,7 +121,7 @@ Licensed under the MIT license, which can be found at <a href="http://www.openso
|
|
|
121
121
|
</div>
|
|
122
122
|
|
|
123
123
|
<div id="footer">
|
|
124
|
-
Generated on Sat Oct 6
|
|
124
|
+
Generated on Sat Oct 6 09:37:06 2012 by
|
|
125
125
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
126
126
|
0.8.2.1 (ruby-1.8.7).
|
|
127
127
|
</div>
|
data/doc/_index.html
CHANGED
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
</div>
|
|
192
192
|
|
|
193
193
|
<div id="footer">
|
|
194
|
-
Generated on Sat Oct 6
|
|
194
|
+
Generated on Sat Oct 6 09:37:06 2012 by
|
|
195
195
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
196
196
|
0.8.2.1 (ruby-1.8.7).
|
|
197
197
|
</div>
|
data/doc/file.README.html
CHANGED
|
@@ -153,7 +153,7 @@ Licensed under the MIT license, which can be found at <a href="http://www.openso
|
|
|
153
153
|
</div></div>
|
|
154
154
|
|
|
155
155
|
<div id="footer">
|
|
156
|
-
Generated on Sat Oct 6
|
|
156
|
+
Generated on Sat Oct 6 09:37:06 2012 by
|
|
157
157
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
158
158
|
0.8.2.1 (ruby-1.8.7).
|
|
159
159
|
</div>
|
data/doc/index.html
CHANGED
|
@@ -153,7 +153,7 @@ Licensed under the MIT license, which can be found at <a href="http://www.openso
|
|
|
153
153
|
</div></div>
|
|
154
154
|
|
|
155
155
|
<div id="footer">
|
|
156
|
-
Generated on Sat Oct 6
|
|
156
|
+
Generated on Sat Oct 6 09:37:06 2012 by
|
|
157
157
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
158
158
|
0.8.2.1 (ruby-1.8.7).
|
|
159
159
|
</div>
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
</div>
|
|
104
104
|
|
|
105
105
|
<div id="footer">
|
|
106
|
-
Generated on Sat Oct 6
|
|
106
|
+
Generated on Sat Oct 6 09:37:06 2012 by
|
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
108
108
|
0.8.2.1 (ruby-1.8.7).
|
|
109
109
|
</div>
|
data/lib/devdnsd/version.rb
CHANGED
|
@@ -14,10 +14,10 @@ describe DevDNSd::Application do
|
|
|
14
14
|
|
|
15
15
|
def create_application(overrides = {})
|
|
16
16
|
mamertes_app = Mamertes::App(:run => false) do
|
|
17
|
-
option "configuration", [], {:default => overrides["configuration"] || "
|
|
17
|
+
option "configuration", [], {:default => overrides["configuration"] || "/dev/null"}
|
|
18
18
|
option "tld", [], {:default => overrides["tld"] || "dev"}
|
|
19
19
|
option "port", [], {:type => Integer, :default => overrides["port"] || 7771}
|
|
20
|
-
option "log-file", [], {:default => overrides["log-file"] || "
|
|
20
|
+
option "log-file", [], {:default => overrides["log-file"] || "/dev/null"}
|
|
21
21
|
option "log-level", [:L], {:type => Integer, :default => overrides["log-level"] || 1}
|
|
22
22
|
end
|
|
23
23
|
|
|
@@ -72,10 +72,10 @@ describe DevDNSd::Application do
|
|
|
72
72
|
|
|
73
73
|
let(:mamertes) {
|
|
74
74
|
mamertes_app = Mamertes::App(:run => false) do
|
|
75
|
-
option "configuration", [], {:default => "
|
|
75
|
+
option "configuration", [], {:default => "/dev/null"}
|
|
76
76
|
option "tld", [], {:default => "dev"}
|
|
77
77
|
option "port", [], {:type => Integer, :default => 7771}
|
|
78
|
-
option "log-file", [], {:default => "
|
|
78
|
+
option "log-file", [], {:default => "/dev/null"}
|
|
79
79
|
option "log-level", [:L], {:type => Integer, :default => 1}
|
|
80
80
|
end
|
|
81
81
|
}
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: devdnsd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 7
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 1.5.
|
|
9
|
+
- 2
|
|
10
|
+
version: 1.5.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Shogun
|
|
@@ -23,12 +23,12 @@ dependencies:
|
|
|
23
23
|
requirements:
|
|
24
24
|
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
hash:
|
|
26
|
+
hash: 3
|
|
27
27
|
segments:
|
|
28
28
|
- 1
|
|
29
29
|
- 1
|
|
30
|
-
-
|
|
31
|
-
version: 1.1.
|
|
30
|
+
- 8
|
|
31
|
+
version: 1.1.8
|
|
32
32
|
prerelease: false
|
|
33
33
|
type: :runtime
|
|
34
34
|
name: mamertes
|