devdnsd 3.0.4 → 3.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/doc/DevDNSd/Application.html +122 -122
- data/doc/DevDNSd/ApplicationMethods/Aliases.html +63 -63
- data/doc/DevDNSd/ApplicationMethods/Server.html +46 -46
- data/doc/DevDNSd/ApplicationMethods/System/ClassMethods.html +188 -22
- data/doc/DevDNSd/ApplicationMethods/System.html +60 -60
- data/doc/DevDNSd/ApplicationMethods.html +3 -3
- data/doc/DevDNSd/Configuration.html +3 -3
- data/doc/DevDNSd/Errors/InvalidRule.html +3 -3
- data/doc/DevDNSd/Errors.html +3 -3
- data/doc/DevDNSd/Rule.html +3 -3
- data/doc/DevDNSd/Version.html +4 -4
- data/doc/DevDNSd.html +3 -3
- data/doc/_index.html +4 -4
- data/doc/file.README.html +5 -4
- data/doc/frames.html +5 -7
- data/doc/index.html +5 -4
- data/doc/method_list.html +34 -22
- data/doc/top-level-namespace.html +3 -3
- data/lib/devdnsd/application.rb +18 -3
- data/lib/devdnsd/version.rb +1 -1
- data/spec/devdnsd/application_spec.rb +32 -6
- metadata +2 -2
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DevDNSd::ApplicationMethods::System
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -451,12 +451,12 @@
|
|
451
451
|
<pre class="lines">
|
452
452
|
|
453
453
|
|
454
|
-
|
455
|
-
|
456
|
-
|
454
|
+
125
|
455
|
+
126
|
456
|
+
127</pre>
|
457
457
|
</td>
|
458
458
|
<td>
|
459
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
459
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 125</span>
|
460
460
|
|
461
461
|
<span class='kw'>def</span> <span class='id identifier rubyid_action_add'>action_add</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
462
462
|
<span class='id identifier rubyid_manage_aliases'>manage_aliases</span><span class='lparen'>(</span><span class='symbol'>:add</span><span class='comma'>,</span> <span class='id identifier rubyid_i18n'>i18n</span><span class='period'>.</span><span class='id identifier rubyid_add_empty'>add_empty</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
@@ -508,12 +508,12 @@
|
|
508
508
|
<pre class="lines">
|
509
509
|
|
510
510
|
|
511
|
-
|
512
|
-
|
513
|
-
|
511
|
+
141
|
512
|
+
142
|
513
|
+
143</pre>
|
514
514
|
</td>
|
515
515
|
<td>
|
516
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
516
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 141</span>
|
517
517
|
|
518
518
|
<span class='kw'>def</span> <span class='id identifier rubyid_action_install'>action_install</span>
|
519
519
|
<span class='id identifier rubyid_manage_installation'>manage_installation</span><span class='lparen'>(</span><span class='id identifier rubyid_launch_agent_path'>launch_agent_path</span><span class='comma'>,</span> <span class='id identifier rubyid_resolver_path'>resolver_path</span><span class='comma'>,</span> <span class='symbol'>:create_resolver</span><span class='comma'>,</span> <span class='symbol'>:create_agent</span><span class='comma'>,</span> <span class='symbol'>:load_agent</span><span class='rparen'>)</span>
|
@@ -584,12 +584,12 @@
|
|
584
584
|
<pre class="lines">
|
585
585
|
|
586
586
|
|
587
|
-
|
588
|
-
|
589
|
-
|
587
|
+
133
|
588
|
+
134
|
589
|
+
135</pre>
|
590
590
|
</td>
|
591
591
|
<td>
|
592
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
592
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 133</span>
|
593
593
|
|
594
594
|
<span class='kw'>def</span> <span class='id identifier rubyid_action_remove'>action_remove</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
595
595
|
<span class='id identifier rubyid_manage_aliases'>manage_aliases</span><span class='lparen'>(</span><span class='symbol'>:remove</span><span class='comma'>,</span> <span class='id identifier rubyid_i18n'>i18n</span><span class='period'>.</span><span class='id identifier rubyid_remove_empty'>remove_empty</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
@@ -641,22 +641,22 @@
|
|
641
641
|
<pre class="lines">
|
642
642
|
|
643
643
|
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
644
|
+
99
|
645
|
+
100
|
646
|
+
101
|
647
|
+
102
|
648
|
+
103
|
649
|
+
104
|
650
|
+
105
|
651
|
+
106
|
652
|
+
107
|
653
|
+
108
|
654
|
+
109
|
655
|
+
110
|
656
|
+
111</pre>
|
657
657
|
</td>
|
658
658
|
<td>
|
659
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
659
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 99</span>
|
660
660
|
|
661
661
|
<span class='kw'>def</span> <span class='id identifier rubyid_action_start'>action_start</span>
|
662
662
|
<span class='id identifier rubyid_get_logger'>get_logger</span><span class='period'>.</span><span class='id identifier rubyid_info'>info</span><span class='lparen'>(</span><span class='id identifier rubyid_i18n'>i18n</span><span class='period'>.</span><span class='id identifier rubyid_starting'>starting</span><span class='rparen'>)</span>
|
@@ -718,13 +718,13 @@
|
|
718
718
|
<pre class="lines">
|
719
719
|
|
720
720
|
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
721
|
+
116
|
722
|
+
117
|
723
|
+
118
|
724
|
+
119</pre>
|
725
725
|
</td>
|
726
726
|
<td>
|
727
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
727
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 116</span>
|
728
728
|
|
729
729
|
<span class='kw'>def</span> <span class='id identifier rubyid_action_stop'>action_stop</span>
|
730
730
|
<span class='const'>RExec</span><span class='op'>::</span><span class='const'>Daemon</span><span class='op'>::</span><span class='const'>Controller</span><span class='period'>.</span><span class='id identifier rubyid_stop'>stop</span><span class='lparen'>(</span><span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='rparen'>)</span>
|
@@ -777,12 +777,12 @@
|
|
777
777
|
<pre class="lines">
|
778
778
|
|
779
779
|
|
780
|
-
|
781
|
-
|
782
|
-
|
780
|
+
148
|
781
|
+
149
|
782
|
+
150</pre>
|
783
783
|
</td>
|
784
784
|
<td>
|
785
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
785
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 148</span>
|
786
786
|
|
787
787
|
<span class='kw'>def</span> <span class='id identifier rubyid_action_uninstall'>action_uninstall</span>
|
788
788
|
<span class='id identifier rubyid_manage_installation'>manage_installation</span><span class='lparen'>(</span><span class='id identifier rubyid_launch_agent_path'>launch_agent_path</span><span class='comma'>,</span> <span class='id identifier rubyid_resolver_path'>resolver_path</span><span class='comma'>,</span> <span class='symbol'>:delete_resolver</span><span class='comma'>,</span> <span class='symbol'>:unload_agent</span><span class='comma'>,</span> <span class='symbol'>:delete_agent</span><span class='rparen'>)</span>
|
@@ -834,13 +834,13 @@
|
|
834
834
|
<pre class="lines">
|
835
835
|
|
836
836
|
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
837
|
+
82
|
838
|
+
83
|
839
|
+
84
|
840
|
+
85</pre>
|
841
841
|
</td>
|
842
842
|
<td>
|
843
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
843
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 82</span>
|
844
844
|
|
845
845
|
<span class='kw'>def</span> <span class='id identifier rubyid_dns_update'>dns_update</span>
|
846
846
|
<span class='ivar'>@logger</span><span class='period'>.</span><span class='id identifier rubyid_info'>info</span><span class='lparen'>(</span><span class='id identifier rubyid_i18n'>i18n</span><span class='period'>.</span><span class='id identifier rubyid_dns_update'>dns_update</span><span class='rparen'>)</span>
|
@@ -912,12 +912,12 @@
|
|
912
912
|
<pre class="lines">
|
913
913
|
|
914
914
|
|
915
|
-
|
916
|
-
|
917
|
-
|
915
|
+
75
|
916
|
+
76
|
917
|
+
77</pre>
|
918
918
|
</td>
|
919
919
|
<td>
|
920
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
920
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 75</span>
|
921
921
|
|
922
922
|
<span class='kw'>def</span> <span class='id identifier rubyid_execute_command'>execute_command</span><span class='lparen'>(</span><span class='id identifier rubyid_command'>command</span><span class='rparen'>)</span>
|
923
923
|
<span class='id identifier rubyid_system'>system</span><span class='lparen'>(</span><span class='id identifier rubyid_command'>command</span><span class='rparen'>)</span>
|
@@ -971,12 +971,12 @@
|
|
971
971
|
<pre class="lines">
|
972
972
|
|
973
973
|
|
974
|
-
|
975
|
-
|
976
|
-
|
974
|
+
92
|
975
|
+
93
|
976
|
+
94</pre>
|
977
977
|
</td>
|
978
978
|
<td>
|
979
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
979
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 92</span>
|
980
980
|
|
981
981
|
<span class='kw'>def</span> <span class='id identifier rubyid_is_osx?'>is_osx?</span>
|
982
982
|
<span class='op'>::</span><span class='const'>RbConfig</span><span class='op'>::</span><span class='const'>CONFIG</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>host_os</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span> <span class='op'>=~</span> <span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>^darwin</span><span class='regexp_end'>/</span></span>
|
@@ -1049,12 +1049,12 @@
|
|
1049
1049
|
<pre class="lines">
|
1050
1050
|
|
1051
1051
|
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1052
|
+
67
|
1053
|
+
68
|
1054
|
+
69</pre>
|
1055
1055
|
</td>
|
1056
1056
|
<td>
|
1057
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
1057
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 67</span>
|
1058
1058
|
|
1059
1059
|
<span class='kw'>def</span> <span class='id identifier rubyid_launch_agent_path'>launch_agent_path</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>it.cowtech.devdnsd</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
1060
1060
|
<span class='const'>ENV</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>HOME</span><span class='tstring_end'>"</span></span><span class='rbracket'>]</span> <span class='op'>+</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/Library/LaunchAgents/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_name'>name</span><span class='embexpr_end'>}</span><span class='tstring_content'>.plist</span><span class='tstring_end'>"</span></span>
|
@@ -1127,13 +1127,13 @@
|
|
1127
1127
|
<pre class="lines">
|
1128
1128
|
|
1129
1129
|
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1130
|
+
58
|
1131
|
+
59
|
1132
|
+
60
|
1133
|
+
61</pre>
|
1134
1134
|
</td>
|
1135
1135
|
<td>
|
1136
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
1136
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 58</span>
|
1137
1137
|
|
1138
1138
|
<span class='kw'>def</span> <span class='id identifier rubyid_resolver_path'>resolver_path</span><span class='lparen'>(</span><span class='id identifier rubyid_tld'>tld</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
1139
1139
|
<span class='id identifier rubyid_tld'>tld</span> <span class='op'>||=</span> <span class='ivar'>@config</span><span class='period'>.</span><span class='id identifier rubyid_tld'>tld</span>
|
@@ -1149,9 +1149,9 @@
|
|
1149
1149
|
</div>
|
1150
1150
|
|
1151
1151
|
<div id="footer">
|
1152
|
-
Generated on
|
1152
|
+
Generated on Thu Sep 26 10:55:09 2013 by
|
1153
1153
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1154
|
-
0.8.7 (ruby-2.0.0).
|
1154
|
+
0.8.7.2 (ruby-2.0.0).
|
1155
1155
|
</div>
|
1156
1156
|
|
1157
1157
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DevDNSd::ApplicationMethods
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -116,9 +116,9 @@
|
|
116
116
|
</div>
|
117
117
|
|
118
118
|
<div id="footer">
|
119
|
-
Generated on
|
119
|
+
Generated on Thu Sep 26 10:55:09 2013 by
|
120
120
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
121
|
-
0.8.7 (ruby-2.0.0).
|
121
|
+
0.8.7.2 (ruby-2.0.0).
|
122
122
|
</div>
|
123
123
|
|
124
124
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: DevDNSd::Configuration
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -411,9 +411,9 @@ config.add_rule("match.dev", "10.0.0.1")
|
|
411
411
|
</div>
|
412
412
|
|
413
413
|
<div id="footer">
|
414
|
-
Generated on
|
414
|
+
Generated on Thu Sep 26 10:55:11 2013 by
|
415
415
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
416
|
-
0.8.7 (ruby-2.0.0).
|
416
|
+
0.8.7.2 (ruby-2.0.0).
|
417
417
|
</div>
|
418
418
|
|
419
419
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Exception: DevDNSd::Errors::InvalidRule
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -124,9 +124,9 @@
|
|
124
124
|
</div>
|
125
125
|
|
126
126
|
<div id="footer">
|
127
|
-
Generated on
|
127
|
+
Generated on Thu Sep 26 10:55:10 2013 by
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
129
|
-
0.8.7 (ruby-2.0.0).
|
129
|
+
0.8.7.2 (ruby-2.0.0).
|
130
130
|
</div>
|
131
131
|
|
132
132
|
</body>
|
data/doc/DevDNSd/Errors.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DevDNSd::Errors
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -116,9 +116,9 @@
|
|
116
116
|
</div>
|
117
117
|
|
118
118
|
<div id="footer">
|
119
|
-
Generated on
|
119
|
+
Generated on Thu Sep 26 10:55:09 2013 by
|
120
120
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
121
|
-
0.8.7 (ruby-2.0.0).
|
121
|
+
0.8.7.2 (ruby-2.0.0).
|
122
122
|
</div>
|
123
123
|
|
124
124
|
</body>
|
data/doc/DevDNSd/Rule.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: DevDNSd::Rule
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -2927,9 +2927,9 @@
|
|
2927
2927
|
</div>
|
2928
2928
|
|
2929
2929
|
<div id="footer">
|
2930
|
-
Generated on
|
2930
|
+
Generated on Thu Sep 26 10:55:10 2013 by
|
2931
2931
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2932
|
-
0.8.7 (ruby-2.0.0).
|
2932
|
+
0.8.7.2 (ruby-2.0.0).
|
2933
2933
|
</div>
|
2934
2934
|
|
2935
2935
|
</body>
|
data/doc/DevDNSd/Version.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DevDNSd::Version
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -149,7 +149,7 @@
|
|
149
149
|
|
150
150
|
</div>
|
151
151
|
</dt>
|
152
|
-
<dd><pre class="code"><span class='int'>
|
152
|
+
<dd><pre class="code"><span class='int'>5</span></pre></dd>
|
153
153
|
|
154
154
|
<dt id="STRING-constant" class="">STRING =
|
155
155
|
<div class="docstring">
|
@@ -180,9 +180,9 @@
|
|
180
180
|
</div>
|
181
181
|
|
182
182
|
<div id="footer">
|
183
|
-
Generated on
|
183
|
+
Generated on Thu Sep 26 10:55:09 2013 by
|
184
184
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
185
|
-
0.8.7 (ruby-2.0.0).
|
185
|
+
0.8.7.2 (ruby-2.0.0).
|
186
186
|
</div>
|
187
187
|
|
188
188
|
</body>
|
data/doc/DevDNSd.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DevDNSd
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -121,9 +121,9 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
|
|
121
121
|
</div>
|
122
122
|
|
123
123
|
<div id="footer">
|
124
|
-
Generated on
|
124
|
+
Generated on Thu Sep 26 10:55:09 2013 by
|
125
125
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
126
|
-
0.8.7 (ruby-2.0.0).
|
126
|
+
0.8.7.2 (ruby-2.0.0).
|
127
127
|
</div>
|
128
128
|
|
129
129
|
</body>
|
data/doc/_index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<head>
|
5
5
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
6
|
<title>
|
7
|
-
Documentation by YARD 0.8.7
|
7
|
+
Documentation by YARD 0.8.7.2
|
8
8
|
|
9
9
|
</title>
|
10
10
|
|
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
<iframe id="search_frame"></iframe>
|
58
58
|
|
59
|
-
<div id="content"><h1 class="noborder title">Documentation by YARD 0.8.7</h1>
|
59
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.8.7.2</h1>
|
60
60
|
<div id="listing">
|
61
61
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
62
62
|
|
@@ -237,9 +237,9 @@
|
|
237
237
|
</div>
|
238
238
|
|
239
239
|
<div id="footer">
|
240
|
-
Generated on
|
240
|
+
Generated on Thu Sep 26 10:55:09 2013 by
|
241
241
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
242
|
-
0.8.7 (ruby-2.0.0).
|
242
|
+
0.8.7.2 (ruby-2.0.0).
|
243
243
|
</div>
|
244
244
|
|
245
245
|
</body>
|
data/doc/file.README.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -67,7 +67,8 @@
|
|
67
67
|
<a href="https://gemnasium.com/ShogunPanda/devdnsd"><img src="https://gemnasium.com/ShogunPanda/devdnsd.png?travis" alt="Dependency Status" /></a>
|
68
68
|
<a href="http://travis-ci.org/ShogunPanda/devdnsd"><img src="https://secure.travis-ci.org/ShogunPanda/devdnsd.png?branch=master" alt="Build Status" /></a>
|
69
69
|
<a href="https://codeclimate.com/github/ShogunPanda/devdnsd"><img src="https://codeclimate.com/github/ShogunPanda/devdnsd.png" alt="Code Climate" /></a>
|
70
|
-
<a href="https://coveralls.io/r/ShogunPanda/devdnsd"><img src="https://coveralls.io/repos/ShogunPanda/devdnsd/badge.png" alt="Coverage Status" /></a
|
70
|
+
<a href="https://coveralls.io/r/ShogunPanda/devdnsd"><img src="https://coveralls.io/repos/ShogunPanda/devdnsd/badge.png" alt="Coverage Status" /></a>
|
71
|
+
<a href="https://bitdeli.com/free" title="Bitdeli Badge"><img src="https://d2weczhvl823v0.cloudfront.net/ShogunPanda/devdnsd/trend.png" alt="Bitdeli Trend" /></a></p>
|
71
72
|
|
72
73
|
<p>A small DNS server to enable local .dev domain resolution.</p>
|
73
74
|
|
@@ -165,9 +166,9 @@ This argument is ignored if you pass the block, as it assumes that the second ar
|
|
165
166
|
</div></div>
|
166
167
|
|
167
168
|
<div id="footer">
|
168
|
-
Generated on
|
169
|
+
Generated on Thu Sep 26 10:55:09 2013 by
|
169
170
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
170
|
-
0.8.7 (ruby-2.0.0).
|
171
|
+
0.8.7.2 (ruby-2.0.0).
|
171
172
|
</div>
|
172
173
|
|
173
174
|
</body>
|
data/doc/frames.html
CHANGED
@@ -4,18 +4,16 @@
|
|
4
4
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
5
|
<head>
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
7
|
-
<title>Documentation by YARD 0.8.7</title>
|
7
|
+
<title>Documentation by YARD 0.8.7.2</title>
|
8
8
|
</head>
|
9
9
|
<script type="text/javascript" charset="utf-8">
|
10
10
|
window.onload = function() {
|
11
|
-
var match = window.location.hash.match(/^#!(.+)/);
|
12
|
-
var name = 'index.html';
|
13
|
-
|
14
|
-
name = unescape(match[1]);
|
15
|
-
}
|
11
|
+
var match = unescape(window.location.hash).match(/^#!(.+)/);
|
12
|
+
var name = match ? match[1] : 'index.html';
|
13
|
+
name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, '');
|
16
14
|
document.writeln('<frameset cols="20%,*">' +
|
17
15
|
'<frame name="list" src="class_list.html" />' +
|
18
|
-
'<frame name="main" src="' + name + '" />' +
|
16
|
+
'<frame name="main" src="' + escape(name) + '" />' +
|
19
17
|
'</frameset>');
|
20
18
|
}
|
21
19
|
</script>
|
data/doc/index.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -67,7 +67,8 @@
|
|
67
67
|
<a href="https://gemnasium.com/ShogunPanda/devdnsd"><img src="https://gemnasium.com/ShogunPanda/devdnsd.png?travis" alt="Dependency Status" /></a>
|
68
68
|
<a href="http://travis-ci.org/ShogunPanda/devdnsd"><img src="https://secure.travis-ci.org/ShogunPanda/devdnsd.png?branch=master" alt="Build Status" /></a>
|
69
69
|
<a href="https://codeclimate.com/github/ShogunPanda/devdnsd"><img src="https://codeclimate.com/github/ShogunPanda/devdnsd.png" alt="Code Climate" /></a>
|
70
|
-
<a href="https://coveralls.io/r/ShogunPanda/devdnsd"><img src="https://coveralls.io/repos/ShogunPanda/devdnsd/badge.png" alt="Coverage Status" /></a
|
70
|
+
<a href="https://coveralls.io/r/ShogunPanda/devdnsd"><img src="https://coveralls.io/repos/ShogunPanda/devdnsd/badge.png" alt="Coverage Status" /></a>
|
71
|
+
<a href="https://bitdeli.com/free" title="Bitdeli Badge"><img src="https://d2weczhvl823v0.cloudfront.net/ShogunPanda/devdnsd/trend.png" alt="Bitdeli Trend" /></a></p>
|
71
72
|
|
72
73
|
<p>A small DNS server to enable local .dev domain resolution.</p>
|
73
74
|
|
@@ -165,9 +166,9 @@ This argument is ignored if you pass the block, as it assumes that the second ar
|
|
165
166
|
</div></div>
|
166
167
|
|
167
168
|
<div id="footer">
|
168
|
-
Generated on
|
169
|
+
Generated on Thu Sep 26 10:55:09 2013 by
|
169
170
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
170
|
-
0.8.7 (ruby-2.0.0).
|
171
|
+
0.8.7.2 (ruby-2.0.0).
|
171
172
|
</div>
|
172
173
|
|
173
174
|
</body>
|