devdnsd 3.0.4 → 3.0.5
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/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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 718c6916f505ae3f40ecd6b6434b7c5d8e6104bb
|
4
|
+
data.tar.gz: d7a24589562e54b6444aba2e37ac9c18af15ee08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82aefb1f31655b1924b4745621eff4e44d53fa2504ea66584be638299c0180de8394ef66257d5d232bc0523eb06d6eee6b7602e5a5948f4e461d09b1bf542828
|
7
|
+
data.tar.gz: 33cd255ecdc5aba5cf718eed17f2bb47bbc1a90a21e4ebad06b2df4efcc6c222219cd5c2a2c25c0406358a96e9b8c7a0b6d0ee73f659bab4b3ad3a67d8c5f73e
|
data/README.md
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
[](http://travis-ci.org/ShogunPanda/devdnsd)
|
6
6
|
[](https://codeclimate.com/github/ShogunPanda/devdnsd)
|
7
7
|
[](https://coveralls.io/r/ShogunPanda/devdnsd)
|
8
|
+
[](https://bitdeli.com/free "Bitdeli Badge")
|
8
9
|
|
9
10
|
A small DNS server to enable local .dev domain resolution.
|
10
11
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: DevDNSd::Application
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -579,25 +579,25 @@
|
|
579
579
|
<pre class="lines">
|
580
580
|
|
581
581
|
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
582
|
+
619
|
583
|
+
620
|
584
|
+
621
|
585
|
+
622
|
586
|
+
623
|
587
|
+
624
|
588
|
+
625
|
589
|
+
626
|
590
|
+
627
|
591
|
+
628
|
592
|
+
629
|
593
|
+
630
|
594
|
+
631
|
595
|
+
632
|
596
|
+
633
|
597
|
+
634</pre>
|
598
598
|
</td>
|
599
599
|
<td>
|
600
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
600
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 619</span>
|
601
601
|
|
602
602
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_command'>command</span><span class='comma'>,</span> <span class='id identifier rubyid_locale'>locale</span><span class='rparen'>)</span>
|
603
603
|
<span class='id identifier rubyid_i18n_setup'>i18n_setup</span><span class='lparen'>(</span><span class='symbol'>:devdnsd</span><span class='comma'>,</span> <span class='op'>::</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_absolute_path'>absolute_path</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Pathname</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span><span class='lparen'>(</span><span class='kw'>__FILE__</span><span class='rparen'>)</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='op'>+</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/../../locales/</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='rparen'>)</span>
|
@@ -669,21 +669,6 @@
|
|
669
669
|
<pre class="lines">
|
670
670
|
|
671
671
|
|
672
|
-
583
|
673
|
-
584
|
674
|
-
585
|
675
|
-
586
|
676
|
-
587
|
677
|
-
588
|
678
|
-
589
|
679
|
-
590
|
680
|
-
591
|
681
|
-
592
|
682
|
-
593
|
683
|
-
594
|
684
|
-
595
|
685
|
-
596
|
686
|
-
597
|
687
672
|
598
|
688
673
|
599
|
689
674
|
600
|
@@ -775,10 +760,25 @@
|
|
775
760
|
686
|
776
761
|
687
|
777
762
|
688
|
778
|
-
689
|
763
|
+
689
|
764
|
+
690
|
765
|
+
691
|
766
|
+
692
|
767
|
+
693
|
768
|
+
694
|
769
|
+
695
|
770
|
+
696
|
771
|
+
697
|
772
|
+
698
|
773
|
+
699
|
774
|
+
700
|
775
|
+
701
|
776
|
+
702
|
777
|
+
703
|
778
|
+
704</pre>
|
779
779
|
</td>
|
780
780
|
<td>
|
781
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
781
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 598</span>
|
782
782
|
|
783
783
|
<span class='kw'>class</span> <span class='const'>Application</span> <span class='op'><</span> <span class='const'>RExec</span><span class='op'>::</span><span class='const'>Daemon</span><span class='op'>::</span><span class='const'>Base</span>
|
784
784
|
<span class='comment'># Class for ANY DNS request.
|
@@ -936,21 +936,6 @@
|
|
936
936
|
<pre class="lines">
|
937
937
|
|
938
938
|
|
939
|
-
583
|
940
|
-
584
|
941
|
-
585
|
942
|
-
586
|
943
|
-
587
|
944
|
-
588
|
945
|
-
589
|
946
|
-
590
|
947
|
-
591
|
948
|
-
592
|
949
|
-
593
|
950
|
-
594
|
951
|
-
595
|
952
|
-
596
|
953
|
-
597
|
954
939
|
598
|
955
940
|
599
|
956
941
|
600
|
@@ -1042,10 +1027,25 @@
|
|
1042
1027
|
686
|
1043
1028
|
687
|
1044
1029
|
688
|
1045
|
-
689
|
1030
|
+
689
|
1031
|
+
690
|
1032
|
+
691
|
1033
|
+
692
|
1034
|
+
693
|
1035
|
+
694
|
1036
|
+
695
|
1037
|
+
696
|
1038
|
+
697
|
1039
|
+
698
|
1040
|
+
699
|
1041
|
+
700
|
1042
|
+
701
|
1043
|
+
702
|
1044
|
+
703
|
1045
|
+
704</pre>
|
1046
1046
|
</td>
|
1047
1047
|
<td>
|
1048
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
1048
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 598</span>
|
1049
1049
|
|
1050
1050
|
<span class='kw'>class</span> <span class='const'>Application</span> <span class='op'><</span> <span class='const'>RExec</span><span class='op'>::</span><span class='const'>Daemon</span><span class='op'>::</span><span class='const'>Base</span>
|
1051
1051
|
<span class='comment'># Class for ANY DNS request.
|
@@ -1203,21 +1203,6 @@
|
|
1203
1203
|
<pre class="lines">
|
1204
1204
|
|
1205
1205
|
|
1206
|
-
583
|
1207
|
-
584
|
1208
|
-
585
|
1209
|
-
586
|
1210
|
-
587
|
1211
|
-
588
|
1212
|
-
589
|
1213
|
-
590
|
1214
|
-
591
|
1215
|
-
592
|
1216
|
-
593
|
1217
|
-
594
|
1218
|
-
595
|
1219
|
-
596
|
1220
|
-
597
|
1221
1206
|
598
|
1222
1207
|
599
|
1223
1208
|
600
|
@@ -1309,10 +1294,25 @@
|
|
1309
1294
|
686
|
1310
1295
|
687
|
1311
1296
|
688
|
1312
|
-
689
|
1297
|
+
689
|
1298
|
+
690
|
1299
|
+
691
|
1300
|
+
692
|
1301
|
+
693
|
1302
|
+
694
|
1303
|
+
695
|
1304
|
+
696
|
1305
|
+
697
|
1306
|
+
698
|
1307
|
+
699
|
1308
|
+
700
|
1309
|
+
701
|
1310
|
+
702
|
1311
|
+
703
|
1312
|
+
704</pre>
|
1313
1313
|
</td>
|
1314
1314
|
<td>
|
1315
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
1315
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 598</span>
|
1316
1316
|
|
1317
1317
|
<span class='kw'>class</span> <span class='const'>Application</span> <span class='op'><</span> <span class='const'>RExec</span><span class='op'>::</span><span class='const'>Daemon</span><span class='op'>::</span><span class='const'>Base</span>
|
1318
1318
|
<span class='comment'># Class for ANY DNS request.
|
@@ -1470,21 +1470,6 @@
|
|
1470
1470
|
<pre class="lines">
|
1471
1471
|
|
1472
1472
|
|
1473
|
-
583
|
1474
|
-
584
|
1475
|
-
585
|
1476
|
-
586
|
1477
|
-
587
|
1478
|
-
588
|
1479
|
-
589
|
1480
|
-
590
|
1481
|
-
591
|
1482
|
-
592
|
1483
|
-
593
|
1484
|
-
594
|
1485
|
-
595
|
1486
|
-
596
|
1487
|
-
597
|
1488
1473
|
598
|
1489
1474
|
599
|
1490
1475
|
600
|
@@ -1576,10 +1561,25 @@
|
|
1576
1561
|
686
|
1577
1562
|
687
|
1578
1563
|
688
|
1579
|
-
689
|
1564
|
+
689
|
1565
|
+
690
|
1566
|
+
691
|
1567
|
+
692
|
1568
|
+
693
|
1569
|
+
694
|
1570
|
+
695
|
1571
|
+
696
|
1572
|
+
697
|
1573
|
+
698
|
1574
|
+
699
|
1575
|
+
700
|
1576
|
+
701
|
1577
|
+
702
|
1578
|
+
703
|
1579
|
+
704</pre>
|
1580
1580
|
</td>
|
1581
1581
|
<td>
|
1582
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
1582
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 598</span>
|
1583
1583
|
|
1584
1584
|
<span class='kw'>class</span> <span class='const'>Application</span> <span class='op'><</span> <span class='const'>RExec</span><span class='op'>::</span><span class='const'>Daemon</span><span class='op'>::</span><span class='const'>Base</span>
|
1585
1585
|
<span class='comment'># Class for ANY DNS request.
|
@@ -1725,15 +1725,15 @@
|
|
1725
1725
|
<pre class="lines">
|
1726
1726
|
|
1727
1727
|
|
1728
|
-
|
1729
|
-
|
1730
|
-
|
1731
|
-
|
1732
|
-
|
1733
|
-
|
1728
|
+
683
|
1729
|
+
684
|
1730
|
+
685
|
1731
|
+
686
|
1732
|
+
687
|
1733
|
+
688</pre>
|
1734
1734
|
</td>
|
1735
1735
|
<td>
|
1736
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
1736
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 683</span>
|
1737
1737
|
|
1738
1738
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_check_ruby_implementation'>check_ruby_implementation</span>
|
1739
1739
|
<span class='kw'>if</span> <span class='kw'>defined?</span><span class='lparen'>(</span><span class='const'>JRuby</span><span class='rparen'>)</span> <span class='kw'>then</span>
|
@@ -1843,14 +1843,14 @@
|
|
1843
1843
|
<pre class="lines">
|
1844
1844
|
|
1845
1845
|
|
1846
|
-
|
1847
|
-
|
1848
|
-
|
1849
|
-
|
1850
|
-
|
1846
|
+
661
|
1847
|
+
662
|
1848
|
+
663
|
1849
|
+
664
|
1850
|
+
665</pre>
|
1851
1851
|
</td>
|
1852
1852
|
<td>
|
1853
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
1853
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 661</span>
|
1854
1854
|
|
1855
1855
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_instance'>instance</span><span class='lparen'>(</span><span class='id identifier rubyid_command'>command</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_locale'>locale</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_force'>force</span> <span class='op'>=</span> <span class='kw'>false</span><span class='rparen'>)</span>
|
1856
1856
|
<span class='ivar'>@instance</span> <span class='op'>=</span> <span class='kw'>nil</span> <span class='kw'>if</span> <span class='id identifier rubyid_force'>force</span>
|
@@ -1887,15 +1887,15 @@
|
|
1887
1887
|
<pre class="lines">
|
1888
1888
|
|
1889
1889
|
|
1890
|
-
|
1891
|
-
|
1892
|
-
|
1893
|
-
|
1894
|
-
|
1895
|
-
|
1890
|
+
675
|
1891
|
+
676
|
1892
|
+
677
|
1893
|
+
678
|
1894
|
+
679
|
1895
|
+
680</pre>
|
1896
1896
|
</td>
|
1897
1897
|
<td>
|
1898
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
1898
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 675</span>
|
1899
1899
|
|
1900
1900
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_quit'>quit</span>
|
1901
1901
|
<span class='kw'>begin</span>
|
@@ -1940,12 +1940,12 @@
|
|
1940
1940
|
<pre class="lines">
|
1941
1941
|
|
1942
1942
|
|
1943
|
-
|
1944
|
-
|
1945
|
-
|
1943
|
+
670
|
1944
|
+
671
|
1945
|
+
672</pre>
|
1946
1946
|
</td>
|
1947
1947
|
<td>
|
1948
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
1948
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 670</span>
|
1949
1949
|
|
1950
1950
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_run'>run</span>
|
1951
1951
|
<span class='id identifier rubyid_instance'>instance</span><span class='period'>.</span><span class='id identifier rubyid_perform_server'>perform_server</span>
|
@@ -2003,12 +2003,12 @@
|
|
2003
2003
|
<pre class="lines">
|
2004
2004
|
|
2005
2005
|
|
2006
|
-
|
2007
|
-
|
2008
|
-
|
2006
|
+
639
|
2007
|
+
640
|
2008
|
+
641</pre>
|
2009
2009
|
</td>
|
2010
2010
|
<td>
|
2011
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
2011
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 639</span>
|
2012
2012
|
|
2013
2013
|
<span class='kw'>def</span> <span class='id identifier rubyid_get_logger'>get_logger</span>
|
2014
2014
|
<span class='ivar'>@logger</span> <span class='op'>||=</span> <span class='const'>Bovem</span><span class='op'>::</span><span class='const'>Logger</span><span class='period'>.</span><span class='id identifier rubyid_create'>create</span><span class='lparen'>(</span><span class='ivar'>@config</span><span class='period'>.</span><span class='id identifier rubyid_foreground'>foreground</span> <span class='op'>?</span> <span class='const'>Bovem</span><span class='op'>::</span><span class='const'>Logger</span><span class='period'>.</span><span class='id identifier rubyid_default_file'>default_file</span> <span class='op'>:</span> <span class='ivar'>@config</span><span class='period'>.</span><span class='id identifier rubyid_log_file'>log_file</span><span class='comma'>,</span> <span class='ivar'>@config</span><span class='period'>.</span><span class='id identifier rubyid_log_level'>log_level</span><span class='comma'>,</span> <span class='ivar'>@log_formatter</span><span class='rparen'>)</span>
|
@@ -2060,11 +2060,11 @@
|
|
2060
2060
|
<pre class="lines">
|
2061
2061
|
|
2062
2062
|
|
2063
|
-
|
2064
|
-
|
2063
|
+
646
|
2064
|
+
647</pre>
|
2065
2065
|
</td>
|
2066
2066
|
<td>
|
2067
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
2067
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 646</span>
|
2068
2068
|
|
2069
2069
|
<span class='kw'>def</span> <span class='id identifier rubyid_on_start'>on_start</span>
|
2070
2070
|
<span class='kw'>end</span></pre>
|
@@ -2115,11 +2115,11 @@
|
|
2115
2115
|
<pre class="lines">
|
2116
2116
|
|
2117
2117
|
|
2118
|
-
|
2119
|
-
|
2118
|
+
652
|
2119
|
+
653</pre>
|
2120
2120
|
</td>
|
2121
2121
|
<td>
|
2122
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
2122
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 652</span>
|
2123
2123
|
|
2124
2124
|
<span class='kw'>def</span> <span class='id identifier rubyid_on_stop'>on_stop</span>
|
2125
2125
|
<span class='kw'>end</span></pre>
|
@@ -2133,9 +2133,9 @@
|
|
2133
2133
|
</div>
|
2134
2134
|
|
2135
2135
|
<div id="footer">
|
2136
|
-
Generated on
|
2136
|
+
Generated on Thu Sep 26 10:55:11 2013 by
|
2137
2137
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2138
|
-
0.8.7 (ruby-2.0.0).
|
2138
|
+
0.8.7.2 (ruby-2.0.0).
|
2139
2139
|
</div>
|
2140
2140
|
|
2141
2141
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DevDNSd::ApplicationMethods::Aliases
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -305,13 +305,13 @@
|
|
305
305
|
<pre class="lines">
|
306
306
|
|
307
307
|
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
308
|
+
361
|
309
|
+
362
|
310
|
+
363
|
311
|
+
364</pre>
|
312
312
|
</td>
|
313
313
|
<td>
|
314
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
314
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 361</span>
|
315
315
|
|
316
316
|
<span class='kw'>def</span> <span class='id identifier rubyid_compute_addresses'>compute_addresses</span><span class='lparen'>(</span><span class='id identifier rubyid_type'>type</span> <span class='op'>=</span> <span class='symbol'>:all</span><span class='rparen'>)</span>
|
317
317
|
<span class='id identifier rubyid_config'>config</span> <span class='op'>=</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_config'>config</span>
|
@@ -383,15 +383,15 @@
|
|
383
383
|
<pre class="lines">
|
384
384
|
|
385
385
|
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
386
|
+
370
|
387
|
+
371
|
388
|
+
372
|
389
|
+
373
|
390
|
+
374
|
391
|
+
375</pre>
|
392
392
|
</td>
|
393
393
|
<td>
|
394
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
394
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 370</span>
|
395
395
|
|
396
396
|
<span class='kw'>def</span> <span class='id identifier rubyid_is_ipv4?'>is_ipv4?</span><span class='lparen'>(</span><span class='id identifier rubyid_address'>address</span><span class='rparen'>)</span>
|
397
397
|
<span class='id identifier rubyid_address'>address</span> <span class='op'>=</span> <span class='id identifier rubyid_address'>address</span><span class='period'>.</span><span class='id identifier rubyid_ensure_string'>ensure_string</span>
|
@@ -465,25 +465,25 @@
|
|
465
465
|
<pre class="lines">
|
466
466
|
|
467
467
|
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
468
|
+
381
|
469
|
+
382
|
470
|
+
383
|
471
|
+
384
|
472
|
+
385
|
473
|
+
386
|
474
|
+
387
|
475
|
+
388
|
476
|
+
389
|
477
|
+
390
|
478
|
+
391
|
479
|
+
392
|
480
|
+
393
|
481
|
+
394
|
482
|
+
395
|
483
|
+
396</pre>
|
484
484
|
</td>
|
485
485
|
<td>
|
486
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
486
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 381</span>
|
487
487
|
|
488
488
|
<span class='kw'>def</span> <span class='id identifier rubyid_is_ipv6?'>is_ipv6?</span><span class='lparen'>(</span><span class='id identifier rubyid_address'>address</span><span class='rparen'>)</span>
|
489
489
|
<span class='id identifier rubyid_address'>address</span> <span class='op'>=</span> <span class='id identifier rubyid_address'>address</span><span class='period'>.</span><span class='id identifier rubyid_ensure_string'>ensure_string</span>
|
@@ -599,24 +599,24 @@
|
|
599
599
|
<pre class="lines">
|
600
600
|
|
601
601
|
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
602
|
+
341
|
603
|
+
342
|
604
|
+
343
|
605
|
+
344
|
606
|
+
345
|
607
|
+
346
|
608
|
+
347
|
609
|
+
348
|
610
|
+
349
|
611
|
+
350
|
612
|
+
351
|
613
|
+
352
|
614
|
+
353
|
615
|
+
354
|
616
|
+
355</pre>
|
617
617
|
</td>
|
618
618
|
<td>
|
619
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
619
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 341</span>
|
620
620
|
|
621
621
|
<span class='kw'>def</span> <span class='id identifier rubyid_manage_address'>manage_address</span><span class='lparen'>(</span><span class='id identifier rubyid_type'>type</span><span class='comma'>,</span> <span class='id identifier rubyid_address'>address</span><span class='comma'>,</span> <span class='id identifier rubyid_dry_run'>dry_run</span> <span class='op'>=</span> <span class='kw'>false</span><span class='rparen'>)</span>
|
622
622
|
<span class='id identifier rubyid_locale'>locale</span> <span class='op'>=</span> <span class='id identifier rubyid_i18n'>i18n</span>
|
@@ -729,23 +729,23 @@
|
|
729
729
|
<pre class="lines">
|
730
730
|
|
731
731
|
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
732
|
+
320
|
733
|
+
321
|
734
|
+
322
|
735
|
+
323
|
736
|
+
324
|
737
|
+
325
|
738
|
+
326
|
739
|
+
327
|
740
|
+
328
|
741
|
+
329
|
742
|
+
330
|
743
|
+
331
|
744
|
+
332
|
745
|
+
333</pre>
|
746
746
|
</td>
|
747
747
|
<td>
|
748
|
-
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line
|
748
|
+
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 320</span>
|
749
749
|
|
750
750
|
<span class='kw'>def</span> <span class='id identifier rubyid_manage_aliases'>manage_aliases</span><span class='lparen'>(</span><span class='id identifier rubyid_operation'>operation</span><span class='comma'>,</span> <span class='id identifier rubyid_message'>message</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
751
751
|
<span class='id identifier rubyid_config'>config</span> <span class='op'>=</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_config'>config</span>
|
@@ -771,9 +771,9 @@
|
|
771
771
|
</div>
|
772
772
|
|
773
773
|
<div id="footer">
|
774
|
-
Generated on
|
774
|
+
Generated on Thu Sep 26 10:55:10 2013 by
|
775
775
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
776
|
-
0.8.7 (ruby-2.0.0).
|
776
|
+
0.8.7.2 (ruby-2.0.0).
|
777
777
|
</div>
|
778
778
|
|
779
779
|
</body>
|