devdnsd 3.1.1 → 3.1.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.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/.travis-gemfile +4 -4
- data/CHANGELOG.md +4 -0
- data/doc/DevDNSd.html +4 -4
- data/doc/DevDNSd/Application.html +21 -13
- data/doc/DevDNSd/ApplicationMethods.html +4 -4
- data/doc/DevDNSd/ApplicationMethods/Aliases.html +4 -4
- data/doc/DevDNSd/ApplicationMethods/Server.html +4 -4
- data/doc/DevDNSd/ApplicationMethods/System.html +9 -9
- data/doc/DevDNSd/ApplicationMethods/System/ClassMethods.html +4 -4
- data/doc/DevDNSd/Configuration.html +4 -4
- data/doc/DevDNSd/Errors.html +4 -4
- data/doc/DevDNSd/Errors/InvalidRule.html +4 -4
- data/doc/DevDNSd/Rule.html +4 -4
- data/doc/DevDNSd/Version.html +5 -5
- data/doc/_index.html +5 -5
- data/doc/css/style.css +1 -0
- data/doc/file.README.html +4 -4
- data/doc/frames.html +1 -1
- data/doc/index.html +4 -4
- data/doc/top-level-namespace.html +4 -4
- data/lib/devdnsd/application.rb +11 -10
- data/lib/devdnsd/version.rb +1 -1
- data/spec/devdnsd/application_spec.rb +2 -2
- metadata +2 -4
- data/.bundle/install.log +0 -88
- data/1 +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b648c4b43870869cc0ca377f48c02ebeab6f1ac
|
4
|
+
data.tar.gz: 64dc8c2906f4a3527734422b859e42948826cdf1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5054c5973bc03b74ec5d260e208f63382b54f838b0f847f74078a42cdbbc3d372b2c858b91da79b6cd573d2ba15c91457e23d64e0bfde2a5c9430ab2ed6f6d8
|
7
|
+
data.tar.gz: 75adba2ac56d7ca682a55b833578d04d4f3a3f881b92c511cc9a314df80f4c9f6d3d489df0bc15cc77f2f90b67b70e22563fcba8e569961afb4c4cc22ddec1c5
|
data/.gitignore
CHANGED
data/.travis-gemfile
CHANGED
data/CHANGELOG.md
CHANGED
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.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '';
|
20
|
-
framesUrl = "frames.html#!"
|
20
|
+
framesUrl = "frames.html#!DevDNSd.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -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 Sat Mar 29 11:53:13 2014 by
|
125
125
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
126
|
-
0.8.7.
|
126
|
+
0.8.7.4 (ruby-2.1.0).
|
127
127
|
</div>
|
128
128
|
|
129
129
|
</body>
|
@@ -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.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!"
|
20
|
+
framesUrl = "../frames.html#!DevDNSd/Application.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -826,7 +826,8 @@
|
|
826
826
|
805
|
827
827
|
806
|
828
828
|
807
|
829
|
-
808
|
829
|
+
808
|
830
|
+
809</pre>
|
830
831
|
</td>
|
831
832
|
<td>
|
832
833
|
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 651</span>
|
@@ -873,7 +874,7 @@
|
|
873
874
|
</span> <span class='comment'>#
|
874
875
|
</span> <span class='comment'># @return [Logger] The current logger of the application.
|
875
876
|
</span> <span class='kw'>def</span> <span class='id identifier rubyid_get_logger'>get_logger</span>
|
876
|
-
<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='
|
877
|
+
<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='gvar'>$stdout</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>
|
877
878
|
<span class='kw'>end</span>
|
878
879
|
|
879
880
|
<span class='comment'># This method is called when the server starts. By default is a no-op.
|
@@ -938,6 +939,7 @@
|
|
938
939
|
<span class='const'>FileUtils</span><span class='period'>.</span><span class='id identifier rubyid_mkdir_p'>mkdir_p</span><span class='lparen'>(</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span><span class='lparen'>(</span><span class='id identifier rubyid_file'>file</span><span class='rparen'>)</span><span class='rparen'>)</span>
|
939
940
|
<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='id identifier rubyid_file'>file</span><span class='comma'>,</span> <span class='const'>Logger</span><span class='op'>::</span><span class='const'>INFO</span><span class='rparen'>)</span>
|
940
941
|
<span class='kw'>rescue</span>
|
942
|
+
<span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>log_file</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'>STDOUT</span><span class='tstring_end'>"</span></span>
|
941
943
|
<span class='id identifier rubyid_file'>file</span> <span class='op'>=</span> <span class='gvar'>$stdout</span>
|
942
944
|
<span class='id identifier rubyid_warn_failure'>warn_failure</span> <span class='op'>=</span> <span class='kw'>true</span>
|
943
945
|
<span class='kw'>end</span>
|
@@ -1195,7 +1197,8 @@
|
|
1195
1197
|
805
|
1196
1198
|
806
|
1197
1199
|
807
|
1198
|
-
808
|
1200
|
+
808
|
1201
|
+
809</pre>
|
1199
1202
|
</td>
|
1200
1203
|
<td>
|
1201
1204
|
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 651</span>
|
@@ -1242,7 +1245,7 @@
|
|
1242
1245
|
</span> <span class='comment'>#
|
1243
1246
|
</span> <span class='comment'># @return [Logger] The current logger of the application.
|
1244
1247
|
</span> <span class='kw'>def</span> <span class='id identifier rubyid_get_logger'>get_logger</span>
|
1245
|
-
<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='
|
1248
|
+
<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='gvar'>$stdout</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>
|
1246
1249
|
<span class='kw'>end</span>
|
1247
1250
|
|
1248
1251
|
<span class='comment'># This method is called when the server starts. By default is a no-op.
|
@@ -1307,6 +1310,7 @@
|
|
1307
1310
|
<span class='const'>FileUtils</span><span class='period'>.</span><span class='id identifier rubyid_mkdir_p'>mkdir_p</span><span class='lparen'>(</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span><span class='lparen'>(</span><span class='id identifier rubyid_file'>file</span><span class='rparen'>)</span><span class='rparen'>)</span>
|
1308
1311
|
<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='id identifier rubyid_file'>file</span><span class='comma'>,</span> <span class='const'>Logger</span><span class='op'>::</span><span class='const'>INFO</span><span class='rparen'>)</span>
|
1309
1312
|
<span class='kw'>rescue</span>
|
1313
|
+
<span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>log_file</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'>STDOUT</span><span class='tstring_end'>"</span></span>
|
1310
1314
|
<span class='id identifier rubyid_file'>file</span> <span class='op'>=</span> <span class='gvar'>$stdout</span>
|
1311
1315
|
<span class='id identifier rubyid_warn_failure'>warn_failure</span> <span class='op'>=</span> <span class='kw'>true</span>
|
1312
1316
|
<span class='kw'>end</span>
|
@@ -1564,7 +1568,8 @@
|
|
1564
1568
|
805
|
1565
1569
|
806
|
1566
1570
|
807
|
1567
|
-
808
|
1571
|
+
808
|
1572
|
+
809</pre>
|
1568
1573
|
</td>
|
1569
1574
|
<td>
|
1570
1575
|
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 651</span>
|
@@ -1611,7 +1616,7 @@
|
|
1611
1616
|
</span> <span class='comment'>#
|
1612
1617
|
</span> <span class='comment'># @return [Logger] The current logger of the application.
|
1613
1618
|
</span> <span class='kw'>def</span> <span class='id identifier rubyid_get_logger'>get_logger</span>
|
1614
|
-
<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='
|
1619
|
+
<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='gvar'>$stdout</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>
|
1615
1620
|
<span class='kw'>end</span>
|
1616
1621
|
|
1617
1622
|
<span class='comment'># This method is called when the server starts. By default is a no-op.
|
@@ -1676,6 +1681,7 @@
|
|
1676
1681
|
<span class='const'>FileUtils</span><span class='period'>.</span><span class='id identifier rubyid_mkdir_p'>mkdir_p</span><span class='lparen'>(</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span><span class='lparen'>(</span><span class='id identifier rubyid_file'>file</span><span class='rparen'>)</span><span class='rparen'>)</span>
|
1677
1682
|
<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='id identifier rubyid_file'>file</span><span class='comma'>,</span> <span class='const'>Logger</span><span class='op'>::</span><span class='const'>INFO</span><span class='rparen'>)</span>
|
1678
1683
|
<span class='kw'>rescue</span>
|
1684
|
+
<span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>log_file</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'>STDOUT</span><span class='tstring_end'>"</span></span>
|
1679
1685
|
<span class='id identifier rubyid_file'>file</span> <span class='op'>=</span> <span class='gvar'>$stdout</span>
|
1680
1686
|
<span class='id identifier rubyid_warn_failure'>warn_failure</span> <span class='op'>=</span> <span class='kw'>true</span>
|
1681
1687
|
<span class='kw'>end</span>
|
@@ -1933,7 +1939,8 @@
|
|
1933
1939
|
805
|
1934
1940
|
806
|
1935
1941
|
807
|
1936
|
-
808
|
1942
|
+
808
|
1943
|
+
809</pre>
|
1937
1944
|
</td>
|
1938
1945
|
<td>
|
1939
1946
|
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 651</span>
|
@@ -1980,7 +1987,7 @@
|
|
1980
1987
|
</span> <span class='comment'>#
|
1981
1988
|
</span> <span class='comment'># @return [Logger] The current logger of the application.
|
1982
1989
|
</span> <span class='kw'>def</span> <span class='id identifier rubyid_get_logger'>get_logger</span>
|
1983
|
-
<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='
|
1990
|
+
<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='gvar'>$stdout</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>
|
1984
1991
|
<span class='kw'>end</span>
|
1985
1992
|
|
1986
1993
|
<span class='comment'># This method is called when the server starts. By default is a no-op.
|
@@ -2045,6 +2052,7 @@
|
|
2045
2052
|
<span class='const'>FileUtils</span><span class='period'>.</span><span class='id identifier rubyid_mkdir_p'>mkdir_p</span><span class='lparen'>(</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span><span class='lparen'>(</span><span class='id identifier rubyid_file'>file</span><span class='rparen'>)</span><span class='rparen'>)</span>
|
2046
2053
|
<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='id identifier rubyid_file'>file</span><span class='comma'>,</span> <span class='const'>Logger</span><span class='op'>::</span><span class='const'>INFO</span><span class='rparen'>)</span>
|
2047
2054
|
<span class='kw'>rescue</span>
|
2055
|
+
<span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>log_file</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'>STDOUT</span><span class='tstring_end'>"</span></span>
|
2048
2056
|
<span class='id identifier rubyid_file'>file</span> <span class='op'>=</span> <span class='gvar'>$stdout</span>
|
2049
2057
|
<span class='id identifier rubyid_warn_failure'>warn_failure</span> <span class='op'>=</span> <span class='kw'>true</span>
|
2050
2058
|
<span class='kw'>end</span>
|
@@ -2419,7 +2427,7 @@
|
|
2419
2427
|
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 692</span>
|
2420
2428
|
|
2421
2429
|
<span class='kw'>def</span> <span class='id identifier rubyid_get_logger'>get_logger</span>
|
2422
|
-
<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='
|
2430
|
+
<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='gvar'>$stdout</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>
|
2423
2431
|
<span class='kw'>end</span></pre>
|
2424
2432
|
</td>
|
2425
2433
|
</tr>
|
@@ -2541,9 +2549,9 @@
|
|
2541
2549
|
</div>
|
2542
2550
|
|
2543
2551
|
<div id="footer">
|
2544
|
-
Generated on
|
2552
|
+
Generated on Sat Mar 29 11:53:14 2014 by
|
2545
2553
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2546
|
-
0.8.7.
|
2554
|
+
0.8.7.4 (ruby-2.1.0).
|
2547
2555
|
</div>
|
2548
2556
|
|
2549
2557
|
</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.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!"
|
20
|
+
framesUrl = "../frames.html#!DevDNSd/ApplicationMethods.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -116,9 +116,9 @@
|
|
116
116
|
</div>
|
117
117
|
|
118
118
|
<div id="footer">
|
119
|
-
Generated on
|
119
|
+
Generated on Sat Mar 29 11:53:13 2014 by
|
120
120
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
121
|
-
0.8.7.
|
121
|
+
0.8.7.4 (ruby-2.1.0).
|
122
122
|
</div>
|
123
123
|
|
124
124
|
</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.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!"
|
20
|
+
framesUrl = "../../frames.html#!DevDNSd/ApplicationMethods/Aliases.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -771,9 +771,9 @@
|
|
771
771
|
</div>
|
772
772
|
|
773
773
|
<div id="footer">
|
774
|
-
Generated on
|
774
|
+
Generated on Sat Mar 29 11:53:13 2014 by
|
775
775
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
776
|
-
0.8.7.
|
776
|
+
0.8.7.4 (ruby-2.1.0).
|
777
777
|
</div>
|
778
778
|
|
779
779
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DevDNSd::ApplicationMethods::Server
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7.
|
9
|
+
— Documentation by YARD 0.8.7.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!"
|
20
|
+
framesUrl = "../../frames.html#!DevDNSd/ApplicationMethods/Server.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -508,9 +508,9 @@
|
|
508
508
|
</div>
|
509
509
|
|
510
510
|
<div id="footer">
|
511
|
-
Generated on
|
511
|
+
Generated on Sat Mar 29 11:53:13 2014 by
|
512
512
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
513
|
-
0.8.7.
|
513
|
+
0.8.7.4 (ruby-2.1.0).
|
514
514
|
</div>
|
515
515
|
|
516
516
|
</body>
|
@@ -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.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!"
|
20
|
+
framesUrl = "../../frames.html#!DevDNSd/ApplicationMethods/System.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -1036,12 +1036,12 @@
|
|
1036
1036
|
<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>
|
1037
1037
|
|
1038
1038
|
<span class='id identifier rubyid_script'>script</span> <span class='op'>=</span> <span class='const'>Tempfile</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>devdnsd-dns-cache-script</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
1039
|
-
<span class='id identifier rubyid_script'>script</span><span class='period'>.</span><span class='id identifier rubyid_write'>write</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>dscacheutil -flushcache 2&
|
1040
|
-
<span class='id identifier rubyid_script'>script</span><span class='period'>.</span><span class='id identifier rubyid_write'>write</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>killall -9 mDNSResponder 2&
|
1041
|
-
<span class='id identifier rubyid_script'>script</span><span class='period'>.</span><span class='id identifier rubyid_write'>write</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>killall -9 mDNSResponderHelper 2&
|
1039
|
+
<span class='id identifier rubyid_script'>script</span><span class='period'>.</span><span class='id identifier rubyid_write'>write</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>dscacheutil -flushcache 2>&1 > /dev/null\n</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
1040
|
+
<span class='id identifier rubyid_script'>script</span><span class='period'>.</span><span class='id identifier rubyid_write'>write</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>killall -9 mDNSResponder 2>&1 > /dev/null\n</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
1041
|
+
<span class='id identifier rubyid_script'>script</span><span class='period'>.</span><span class='id identifier rubyid_write'>write</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>killall -9 mDNSResponderHelper 2>&1 > /dev/null\n</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
1042
1042
|
<span class='id identifier rubyid_script'>script</span><span class='period'>.</span><span class='id identifier rubyid_close'>close</span>
|
1043
1043
|
|
1044
|
-
<span class='const'>Kernel</span><span class='period'>.</span><span class='id identifier rubyid_system'>system</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/usr/bin/osascript -e 'do shell script \"sh </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_script'>script</span><span class='period'>.</span><span class='id identifier rubyid_path'>path</span><span class='embexpr_end'>}</span><span class='tstring_content'>\" with administrator privileges' 2&
|
1044
|
+
<span class='const'>Kernel</span><span class='period'>.</span><span class='id identifier rubyid_system'>system</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/usr/bin/osascript -e 'do shell script \"sh </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_script'>script</span><span class='period'>.</span><span class='id identifier rubyid_path'>path</span><span class='embexpr_end'>}</span><span class='tstring_content'>\" with administrator privileges' 2>&1 > /dev/null</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
1045
1045
|
<span class='id identifier rubyid_script'>script</span><span class='period'>.</span><span class='id identifier rubyid_unlink'>unlink</span>
|
1046
1046
|
<span class='kw'>end</span></pre>
|
1047
1047
|
</td>
|
@@ -1118,7 +1118,7 @@
|
|
1118
1118
|
<pre class="code"><span class="info file"># File 'lib/devdnsd/application.rb', line 75</span>
|
1119
1119
|
|
1120
1120
|
<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>
|
1121
|
-
<span class='id identifier rubyid_system'>system</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_command'>command</span><span class='embexpr_end'>}</span><span class='tstring_content'> 2&
|
1121
|
+
<span class='id identifier rubyid_system'>system</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_command'>command</span><span class='embexpr_end'>}</span><span class='tstring_content'> 2>&1 > /dev/null</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
1122
1122
|
<span class='kw'>end</span></pre>
|
1123
1123
|
</td>
|
1124
1124
|
</tr>
|
@@ -1347,9 +1347,9 @@
|
|
1347
1347
|
</div>
|
1348
1348
|
|
1349
1349
|
<div id="footer">
|
1350
|
-
Generated on
|
1350
|
+
Generated on Sat Mar 29 11:53:13 2014 by
|
1351
1351
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1352
|
-
0.8.7.
|
1352
|
+
0.8.7.4 (ruby-2.1.0).
|
1353
1353
|
</div>
|
1354
1354
|
|
1355
1355
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DevDNSd::ApplicationMethods::System::ClassMethods
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7.
|
9
|
+
— Documentation by YARD 0.8.7.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '../../../';
|
20
|
-
framesUrl = "../../../frames.html#!"
|
20
|
+
framesUrl = "../../../frames.html#!DevDNSd/ApplicationMethods/System/ClassMethods.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -529,9 +529,9 @@
|
|
529
529
|
</div>
|
530
530
|
|
531
531
|
<div id="footer">
|
532
|
-
Generated on
|
532
|
+
Generated on Sat Mar 29 11:53:13 2014 by
|
533
533
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
534
|
-
0.8.7.
|
534
|
+
0.8.7.4 (ruby-2.1.0).
|
535
535
|
</div>
|
536
536
|
|
537
537
|
</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.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!"
|
20
|
+
framesUrl = "../frames.html#!DevDNSd/Configuration.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -421,9 +421,9 @@ config.add_rule("match.dev", "10.0.0.1")
|
|
421
421
|
</div>
|
422
422
|
|
423
423
|
<div id="footer">
|
424
|
-
Generated on
|
424
|
+
Generated on Sat Mar 29 11:53:14 2014 by
|
425
425
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
426
|
-
0.8.7.
|
426
|
+
0.8.7.4 (ruby-2.1.0).
|
427
427
|
</div>
|
428
428
|
|
429
429
|
</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.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!"
|
20
|
+
framesUrl = "../frames.html#!DevDNSd/Errors.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -116,9 +116,9 @@
|
|
116
116
|
</div>
|
117
117
|
|
118
118
|
<div id="footer">
|
119
|
-
Generated on
|
119
|
+
Generated on Sat Mar 29 11:53:13 2014 by
|
120
120
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
121
|
-
0.8.7.
|
121
|
+
0.8.7.4 (ruby-2.1.0).
|
122
122
|
</div>
|
123
123
|
|
124
124
|
</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.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!"
|
20
|
+
framesUrl = "../../frames.html#!DevDNSd/Errors/InvalidRule.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -124,9 +124,9 @@
|
|
124
124
|
</div>
|
125
125
|
|
126
126
|
<div id="footer">
|
127
|
-
Generated on
|
127
|
+
Generated on Sat Mar 29 11:53:13 2014 by
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
129
|
-
0.8.7.
|
129
|
+
0.8.7.4 (ruby-2.1.0).
|
130
130
|
</div>
|
131
131
|
|
132
132
|
</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.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!"
|
20
|
+
framesUrl = "../frames.html#!DevDNSd/Rule.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -2927,9 +2927,9 @@
|
|
2927
2927
|
</div>
|
2928
2928
|
|
2929
2929
|
<div id="footer">
|
2930
|
-
Generated on
|
2930
|
+
Generated on Sat Mar 29 11:53:13 2014 by
|
2931
2931
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2932
|
-
0.8.7.
|
2932
|
+
0.8.7.4 (ruby-2.1.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.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!"
|
20
|
+
framesUrl = "../frames.html#!DevDNSd/Version.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -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'>2</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 Sat Mar 29 11:53:13 2014 by
|
184
184
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
185
|
-
0.8.7.
|
185
|
+
0.8.7.4 (ruby-2.1.0).
|
186
186
|
</div>
|
187
187
|
|
188
188
|
</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.4
|
8
8
|
|
9
9
|
</title>
|
10
10
|
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript" charset="utf-8">
|
16
16
|
hasFrames = window.top.frames.main ? true : false;
|
17
17
|
relpath = '';
|
18
|
-
framesUrl = "frames.html#!"
|
18
|
+
framesUrl = "frames.html#!_index.html";
|
19
19
|
</script>
|
20
20
|
|
21
21
|
|
@@ -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.
|
59
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.8.7.4</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 Sat Mar 29 11:53:13 2014 by
|
241
241
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
242
|
-
0.8.7.
|
242
|
+
0.8.7.4 (ruby-2.1.0).
|
243
243
|
</div>
|
244
244
|
|
245
245
|
</body>
|
data/doc/css/style.css
CHANGED
@@ -291,6 +291,7 @@ li.r2 { background: #fafafa; }
|
|
291
291
|
-moz-box-shadow: -2px 2px 6px #bbb;
|
292
292
|
z-index: 5000;
|
293
293
|
position: relative;
|
294
|
+
overflow-x: auto;
|
294
295
|
}
|
295
296
|
#toc.nofloat { float: none; max-width: none; border: none; padding: 0; margin: 20px 0; -webkit-box-shadow: none; -moz-box-shadow: none; }
|
296
297
|
#toc.nofloat.hidden { padding: 0; background: 0; margin-bottom: 5px; }
|
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.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '';
|
20
|
-
framesUrl = "frames.html#!
|
20
|
+
framesUrl = "frames.html#!file.README.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -175,9 +175,9 @@ This argument is ignored if you pass the block, as it assumes that the second ar
|
|
175
175
|
</div></div>
|
176
176
|
|
177
177
|
<div id="footer">
|
178
|
-
Generated on
|
178
|
+
Generated on Sat Mar 29 11:53:13 2014 by
|
179
179
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
180
|
-
0.8.7.
|
180
|
+
0.8.7.4 (ruby-2.1.0).
|
181
181
|
</div>
|
182
182
|
|
183
183
|
</body>
|
data/doc/frames.html
CHANGED
@@ -4,7 +4,7 @@
|
|
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.
|
7
|
+
<title>Documentation by YARD 0.8.7.4</title>
|
8
8
|
</head>
|
9
9
|
<script type="text/javascript" charset="utf-8">
|
10
10
|
window.onload = function() {
|
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.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '';
|
20
|
-
framesUrl = "frames.html#!
|
20
|
+
framesUrl = "frames.html#!file.README.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -175,9 +175,9 @@ This argument is ignored if you pass the block, as it assumes that the second ar
|
|
175
175
|
</div></div>
|
176
176
|
|
177
177
|
<div id="footer">
|
178
|
-
Generated on
|
178
|
+
Generated on Sat Mar 29 11:53:13 2014 by
|
179
179
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
180
|
-
0.8.7.
|
180
|
+
0.8.7.4 (ruby-2.1.0).
|
181
181
|
</div>
|
182
182
|
|
183
183
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Top Level Namespace
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7.
|
9
|
+
— Documentation by YARD 0.8.7.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '';
|
20
|
-
framesUrl = "frames.html#!"
|
20
|
+
framesUrl = "frames.html#!top-level-namespace.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -103,9 +103,9 @@
|
|
103
103
|
</div>
|
104
104
|
|
105
105
|
<div id="footer">
|
106
|
-
Generated on
|
106
|
+
Generated on Sat Mar 29 11:53:13 2014 by
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
108
|
-
0.8.7.
|
108
|
+
0.8.7.4 (ruby-2.1.0).
|
109
109
|
</div>
|
110
110
|
|
111
111
|
</body>
|
data/lib/devdnsd/application.rb
CHANGED
@@ -73,7 +73,7 @@ module DevDNSd
|
|
73
73
|
# @param command [String] The command to execute.
|
74
74
|
# @return [Boolean] `true` if command succeeded, `false` otherwise.
|
75
75
|
def execute_command(command)
|
76
|
-
system("#{command} 2
|
76
|
+
system("#{command} 2>&1 > /dev/null")
|
77
77
|
end
|
78
78
|
|
79
79
|
# Updates DNS cache.
|
@@ -83,12 +83,12 @@ module DevDNSd
|
|
83
83
|
@logger.info(i18n.dns_update)
|
84
84
|
|
85
85
|
script = Tempfile.new("devdnsd-dns-cache-script")
|
86
|
-
script.write("dscacheutil -flushcache 2
|
87
|
-
script.write("killall -9 mDNSResponder 2
|
88
|
-
script.write("killall -9 mDNSResponderHelper 2
|
86
|
+
script.write("dscacheutil -flushcache 2>&1 > /dev/null\n")
|
87
|
+
script.write("killall -9 mDNSResponder 2>&1 > /dev/null\n")
|
88
|
+
script.write("killall -9 mDNSResponderHelper 2>&1 > /dev/null\n")
|
89
89
|
script.close
|
90
90
|
|
91
|
-
Kernel.system("/usr/bin/osascript -e 'do shell script \"sh #{script.path}\" with administrator privileges' 2
|
91
|
+
Kernel.system("/usr/bin/osascript -e 'do shell script \"sh #{script.path}\" with administrator privileges' 2>&1 > /dev/null")
|
92
92
|
script.unlink
|
93
93
|
end
|
94
94
|
|
@@ -245,7 +245,7 @@ module DevDNSd
|
|
245
245
|
script.write("echo 'nameserver 127.0.0.1\\nport #{@config.port}' >> '#{resolver_path}'")
|
246
246
|
script.close
|
247
247
|
|
248
|
-
Kernel.system("/usr/bin/osascript -e 'do shell script \"sh #{script.path}\" with administrator privileges' 2
|
248
|
+
Kernel.system("/usr/bin/osascript -e 'do shell script \"sh #{script.path}\" with administrator privileges' 2>&1 > /dev/null")
|
249
249
|
script.unlink
|
250
250
|
true
|
251
251
|
rescue Exception
|
@@ -261,7 +261,7 @@ module DevDNSd
|
|
261
261
|
def delete_resolver(_, resolver_path)
|
262
262
|
begin
|
263
263
|
logger.info(i18n.resolver_deleting(resolver_path))
|
264
|
-
Kernel.system("/usr/bin/osascript -e 'do shell script \"rm #{resolver_path}\" with administrator privileges' 2
|
264
|
+
Kernel.system("/usr/bin/osascript -e 'do shell script \"rm #{resolver_path}\" with administrator privileges' 2>&1 > /dev/null")
|
265
265
|
true
|
266
266
|
rescue Exception
|
267
267
|
logger.warn(i18n.resolver_deleting_error)
|
@@ -335,7 +335,7 @@ module DevDNSd
|
|
335
335
|
def toggle_agent(launch_agent, operation, info_message, error_message, error_level)
|
336
336
|
begin
|
337
337
|
logger.info(i18n.send(info_message, launch_agent))
|
338
|
-
execute_command("launchctl #{operation} -w \"#{launch_agent}\" > /dev/null 2
|
338
|
+
execute_command("launchctl #{operation} -w \"#{launch_agent}\" > /dev/null 2>&1")
|
339
339
|
true
|
340
340
|
rescue
|
341
341
|
logger.send(error_level, i18n.send(error_message))
|
@@ -493,7 +493,7 @@ module DevDNSd
|
|
493
493
|
# @param address [String] The address to manage.
|
494
494
|
# @return [String] The command to execute.
|
495
495
|
def build_command(type, address)
|
496
|
-
Mustache.render(config.send((type == :remove) ? :remove_command : :add_command), {interface: config.interface, address: address.to_s}) + " > /dev/null 2
|
496
|
+
Mustache.render(config.send((type == :remove) ? :remove_command : :add_command), {interface: config.interface, address: address.to_s}) + " > /dev/null 2>&1"
|
497
497
|
end
|
498
498
|
|
499
499
|
# Executes management.
|
@@ -690,7 +690,7 @@ module DevDNSd
|
|
690
690
|
#
|
691
691
|
# @return [Logger] The current logger of the application.
|
692
692
|
def get_logger
|
693
|
-
@logger ||= Bovem::Logger.create(@config.foreground ?
|
693
|
+
@logger ||= Bovem::Logger.create(@config.foreground ? $stdout : @config.log_file, @config.log_level, @log_formatter)
|
694
694
|
end
|
695
695
|
|
696
696
|
# This method is called when the server starts. By default is a no-op.
|
@@ -755,6 +755,7 @@ module DevDNSd
|
|
755
755
|
FileUtils.mkdir_p(File.dirname(file))
|
756
756
|
@logger = Bovem::Logger.create(file, Logger::INFO)
|
757
757
|
rescue
|
758
|
+
options["log_file"] = "STDOUT"
|
758
759
|
file = $stdout
|
759
760
|
warn_failure = true
|
760
761
|
end
|
data/lib/devdnsd/version.rb
CHANGED
@@ -416,10 +416,10 @@ describe DevDNSd::Application do
|
|
416
416
|
end
|
417
417
|
|
418
418
|
it "should call the right system command" do
|
419
|
-
expect(application).to receive(:execute_command).with("sudo ifconfig lo0 alias 10.0.0.3 > /dev/null 2
|
419
|
+
expect(application).to receive(:execute_command).with("sudo ifconfig lo0 alias 10.0.0.3 > /dev/null 2>&1")
|
420
420
|
application.manage_address(:add, "10.0.0.3")
|
421
421
|
|
422
|
-
expect(application).to receive(:execute_command).with("sudo ifconfig lo0 -alias 10.0.0.3 > /dev/null 2
|
422
|
+
expect(application).to receive(:execute_command).with("sudo ifconfig lo0 -alias 10.0.0.3 > /dev/null 2>&1")
|
423
423
|
application.manage_address(:remove, "10.0.0.3")
|
424
424
|
end
|
425
425
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: devdnsd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shogun
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-03-
|
11
|
+
date: 2014-03-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bovem
|
@@ -75,14 +75,12 @@ extensions: []
|
|
75
75
|
extra_rdoc_files: []
|
76
76
|
files:
|
77
77
|
- ".DS_Store"
|
78
|
-
- ".bundle/install.log"
|
79
78
|
- ".gitignore"
|
80
79
|
- ".rbx/8b/8b2d1928657c1eeac610d1207ff1bee6e918287c"
|
81
80
|
- ".rbx/db/dbd6130694811dcd0359863bd5380c673db0fe71"
|
82
81
|
- ".travis-gemfile"
|
83
82
|
- ".travis.yml"
|
84
83
|
- ".yardopts"
|
85
|
-
- '1'
|
86
84
|
- CHANGELOG.md
|
87
85
|
- Gemfile
|
88
86
|
- README.md
|
data/.bundle/install.log
DELETED
@@ -1,88 +0,0 @@
|
|
1
|
-
# Logfile created on 2014-03-08 10:32:49 -0800 by logger.rb/44203
|
2
|
-
I, [2014-03-08T10:32:49.336426 #70946] INFO -- : 0: rake (10.1.1) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/rake-10.1.1.gemspec
|
3
|
-
I, [2014-03-08T10:32:49.337465 #70946] INFO -- : 0: i18n (0.6.9) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/i18n-0.6.9.gemspec
|
4
|
-
I, [2014-03-08T10:32:49.338039 #70946] INFO -- : 0: multi_json (1.9.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/multi_json-1.9.0.gemspec
|
5
|
-
I, [2014-03-08T10:32:49.338438 #70946] INFO -- : 0: activesupport (3.2.17) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/activesupport-3.2.17.gemspec
|
6
|
-
I, [2014-03-08T10:32:49.338920 #70946] INFO -- : 0: atomic (1.1.15) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/atomic-1.1.15.gemspec
|
7
|
-
I, [2014-03-08T10:32:49.339397 #70946] INFO -- : 0: hashie (2.0.5) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/hashie-2.0.5.gemspec
|
8
|
-
I, [2014-03-08T10:32:49.339835 #70946] INFO -- : 0: json (1.8.1) from /Volumes/DATI/Users/Shogun/.rvm/rubies/ruby-2.1.0/lib/ruby/gems/2.1.0/specifications/default/json-1.8.1.gemspec
|
9
|
-
I, [2014-03-08T10:32:49.340332 #70946] INFO -- : 0: r18n-core (1.1.8) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/r18n-core-1.1.8.gemspec
|
10
|
-
I, [2014-03-08T10:32:49.340827 #70946] INFO -- : 0: r18n-desktop (1.1.8) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/r18n-desktop-1.1.8.gemspec
|
11
|
-
I, [2014-03-08T10:32:49.341275 #70946] INFO -- : 0: thread_safe (0.2.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/thread_safe-0.2.0.gemspec
|
12
|
-
I, [2014-03-08T10:32:49.341694 #70946] INFO -- : 0: tzinfo (1.1.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/tzinfo-1.1.0.gemspec
|
13
|
-
I, [2014-03-08T10:32:49.342092 #70946] INFO -- : 0: lazier (3.5.1) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/lazier-3.5.1.gemspec
|
14
|
-
I, [2014-03-08T10:32:49.342500 #70946] INFO -- : 0: open4 (1.3.3) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/open4-1.3.3.gemspec
|
15
|
-
I, [2014-03-08T10:32:50.755388 #70946] INFO -- : 0: bovem (3.0.5) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/bovem-3.0.5.gemspec
|
16
|
-
I, [2014-03-08T10:32:50.755807 #70946] INFO -- : 0: coderay (1.1.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/coderay-1.1.0.gemspec
|
17
|
-
I, [2014-03-08T10:32:50.756086 #70946] INFO -- : 0: mime-types (2.1) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/mime-types-2.1.gemspec
|
18
|
-
I, [2014-03-08T10:32:50.756366 #70946] INFO -- : 0: rest-client (1.6.7) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/rest-client-1.6.7.gemspec
|
19
|
-
I, [2014-03-08T10:32:50.756653 #70946] INFO -- : 0: docile (1.1.3) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/docile-1.1.3.gemspec
|
20
|
-
I, [2014-03-08T10:32:50.756939 #70946] INFO -- : 0: simplecov-html (0.8.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/simplecov-html-0.8.0.gemspec
|
21
|
-
I, [2014-03-08T10:32:50.757221 #70946] INFO -- : 0: simplecov (0.8.2) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/simplecov-0.8.2.gemspec
|
22
|
-
I, [2014-03-08T10:32:50.757495 #70946] INFO -- : 0: tins (1.0.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/tins-1.0.0.gemspec
|
23
|
-
I, [2014-03-08T10:32:50.757770 #70946] INFO -- : 0: term-ansicolor (1.3.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/term-ansicolor-1.3.0.gemspec
|
24
|
-
I, [2014-03-08T10:32:50.758041 #70946] INFO -- : 0: thor (0.18.1) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/thor-0.18.1.gemspec
|
25
|
-
I, [2014-03-08T10:32:50.758308 #70946] INFO -- : 0: coveralls (0.7.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/coveralls-0.7.0.gemspec
|
26
|
-
I, [2014-03-08T10:32:50.758574 #70946] INFO -- : 0: mustache (0.99.5) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/mustache-0.99.5.gemspec
|
27
|
-
I, [2014-03-08T10:32:50.758864 #70946] INFO -- : 0: plist (3.1.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/plist-3.1.0.gemspec
|
28
|
-
I, [2014-03-08T10:32:50.759130 #70946] INFO -- : 0: eventmachine (1.0.3) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/eventmachine-1.0.3.gemspec
|
29
|
-
I, [2014-03-08T10:32:50.759406 #70946] INFO -- : 0: rainbow (2.0.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/rainbow-2.0.0.gemspec
|
30
|
-
I, [2014-03-08T10:32:51.092255 #70946] INFO -- : 0: rexec (1.6.3) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/rexec-1.6.3.gemspec
|
31
|
-
I, [2014-03-08T10:32:52.184336 #70946] INFO -- : 0: rubydns (0.7.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/rubydns-0.7.0.gemspec
|
32
|
-
I, [2014-03-08T10:32:52.290713 #70946] INFO -- : 0: devdnsd (3.0.5) from /Volumes/DATI/Users/Shogun/Programmazione/Ruby/devdnsd/devdnsd.gemspec
|
33
|
-
I, [2014-03-08T10:32:52.291208 #70946] INFO -- : 0: diff-lcs (1.2.5) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/diff-lcs-1.2.5.gemspec
|
34
|
-
I, [2014-03-08T10:32:52.291496 #70946] INFO -- : 0: github-markup (1.0.3) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/github-markup-1.0.3.gemspec
|
35
|
-
I, [2014-03-08T10:32:52.291927 #70946] INFO -- : 0: kramdown (1.3.2) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/kramdown-1.3.2.gemspec
|
36
|
-
I, [2014-03-08T10:32:52.292265 #70946] INFO -- : 0: method_source (0.8.2) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/method_source-0.8.2.gemspec
|
37
|
-
I, [2014-03-08T10:32:52.292636 #70946] INFO -- : 0: slop (3.4.7) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/slop-3.4.7.gemspec
|
38
|
-
I, [2014-03-08T10:32:52.293009 #70946] INFO -- : 0: pry (0.9.12.6) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/pry-0.9.12.6.gemspec
|
39
|
-
I, [2014-03-08T10:32:52.293351 #70946] INFO -- : 0: rspec-core (2.14.8) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/rspec-core-2.14.8.gemspec
|
40
|
-
I, [2014-03-08T10:32:52.293693 #70946] INFO -- : 0: rspec-expectations (2.14.5) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/rspec-expectations-2.14.5.gemspec
|
41
|
-
I, [2014-03-08T10:32:52.294090 #70946] INFO -- : 0: rspec-mocks (2.14.6) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/rspec-mocks-2.14.6.gemspec
|
42
|
-
I, [2014-03-08T10:32:52.294448 #70946] INFO -- : 0: rspec (2.14.1) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/rspec-2.14.1.gemspec
|
43
|
-
I, [2014-03-08T10:32:52.294799 #70946] INFO -- : 0: yard (0.8.7.3) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/yard-0.8.7.3.gemspec
|
44
|
-
I, [2014-03-08T10:32:52.295126 #70946] INFO -- : 0: bundler (1.5.1) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0@global/specifications/bundler-1.5.1.gemspec
|
45
|
-
I, [2014-03-08T13:41:58.426718 #12610] INFO -- : 0: rake (10.1.1) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/rake-10.1.1.gemspec
|
46
|
-
I, [2014-03-08T13:41:58.427136 #12610] INFO -- : 0: i18n (0.6.9) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/i18n-0.6.9.gemspec
|
47
|
-
I, [2014-03-08T13:41:58.427446 #12610] INFO -- : 0: multi_json (1.9.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/multi_json-1.9.0.gemspec
|
48
|
-
I, [2014-03-08T13:41:58.427731 #12610] INFO -- : 0: activesupport (3.2.17) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/activesupport-3.2.17.gemspec
|
49
|
-
I, [2014-03-08T13:41:58.428003 #12610] INFO -- : 0: atomic (1.1.15) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/atomic-1.1.15.gemspec
|
50
|
-
I, [2014-03-08T13:41:58.428276 #12610] INFO -- : 0: hashie (2.0.5) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/hashie-2.0.5.gemspec
|
51
|
-
I, [2014-03-08T13:41:58.428539 #12610] INFO -- : 0: json (1.8.1) from /Volumes/DATI/Users/Shogun/.rvm/rubies/ruby-2.1.0/lib/ruby/gems/2.1.0/specifications/default/json-1.8.1.gemspec
|
52
|
-
I, [2014-03-08T13:41:58.428831 #12610] INFO -- : 0: r18n-core (1.1.8) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/r18n-core-1.1.8.gemspec
|
53
|
-
I, [2014-03-08T13:41:58.429100 #12610] INFO -- : 0: r18n-desktop (1.1.8) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/r18n-desktop-1.1.8.gemspec
|
54
|
-
I, [2014-03-08T13:41:58.429413 #12610] INFO -- : 0: thread_safe (0.2.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/thread_safe-0.2.0.gemspec
|
55
|
-
I, [2014-03-08T13:41:58.429681 #12610] INFO -- : 0: tzinfo (1.1.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/tzinfo-1.1.0.gemspec
|
56
|
-
I, [2014-03-08T13:41:58.429953 #12610] INFO -- : 0: lazier (3.5.1) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/lazier-3.5.1.gemspec
|
57
|
-
I, [2014-03-08T13:41:58.430222 #12610] INFO -- : 0: open4 (1.3.3) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/open4-1.3.3.gemspec
|
58
|
-
I, [2014-03-08T13:41:58.430490 #12610] INFO -- : 0: bovem (3.0.5) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/bovem-3.0.5.gemspec
|
59
|
-
I, [2014-03-08T13:41:58.430758 #12610] INFO -- : 0: coderay (1.1.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/coderay-1.1.0.gemspec
|
60
|
-
I, [2014-03-08T13:41:58.431025 #12610] INFO -- : 0: mime-types (2.1) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/mime-types-2.1.gemspec
|
61
|
-
I, [2014-03-08T13:41:58.431283 #12610] INFO -- : 0: rest-client (1.6.7) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/rest-client-1.6.7.gemspec
|
62
|
-
I, [2014-03-08T13:41:58.431551 #12610] INFO -- : 0: docile (1.1.3) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/docile-1.1.3.gemspec
|
63
|
-
I, [2014-03-08T13:41:58.431817 #12610] INFO -- : 0: simplecov-html (0.8.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/simplecov-html-0.8.0.gemspec
|
64
|
-
I, [2014-03-08T13:41:58.432082 #12610] INFO -- : 0: simplecov (0.8.2) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/simplecov-0.8.2.gemspec
|
65
|
-
I, [2014-03-08T13:41:58.432344 #12610] INFO -- : 0: tins (1.0.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/tins-1.0.0.gemspec
|
66
|
-
I, [2014-03-08T13:41:58.432607 #12610] INFO -- : 0: term-ansicolor (1.3.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/term-ansicolor-1.3.0.gemspec
|
67
|
-
I, [2014-03-08T13:41:58.432862 #12610] INFO -- : 0: thor (0.18.1) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/thor-0.18.1.gemspec
|
68
|
-
I, [2014-03-08T13:41:58.433110 #12610] INFO -- : 0: coveralls (0.7.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/coveralls-0.7.0.gemspec
|
69
|
-
I, [2014-03-08T13:41:59.564385 #12610] INFO -- : 0: highline (1.6.21) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/highline-1.6.21.gemspec
|
70
|
-
I, [2014-03-08T13:41:59.564782 #12610] INFO -- : 0: mustache (0.99.5) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/mustache-0.99.5.gemspec
|
71
|
-
I, [2014-03-08T13:41:59.565057 #12610] INFO -- : 0: plist (3.1.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/plist-3.1.0.gemspec
|
72
|
-
I, [2014-03-08T13:41:59.565329 #12610] INFO -- : 0: eventmachine (1.0.3) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/eventmachine-1.0.3.gemspec
|
73
|
-
I, [2014-03-08T13:41:59.565604 #12610] INFO -- : 0: rainbow (2.0.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/rainbow-2.0.0.gemspec
|
74
|
-
I, [2014-03-08T13:41:59.565874 #12610] INFO -- : 0: rexec (1.6.3) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/rexec-1.6.3.gemspec
|
75
|
-
I, [2014-03-08T13:41:59.566144 #12610] INFO -- : 0: rubydns (0.7.0) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/rubydns-0.7.0.gemspec
|
76
|
-
I, [2014-03-08T13:41:59.671983 #12610] INFO -- : 0: devdnsd (3.0.8) from /Volumes/DATI/Users/Shogun/Programmazione/Ruby/devdnsd/devdnsd.gemspec
|
77
|
-
I, [2014-03-08T13:41:59.672384 #12610] INFO -- : 0: diff-lcs (1.2.5) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/diff-lcs-1.2.5.gemspec
|
78
|
-
I, [2014-03-08T13:41:59.672740 #12610] INFO -- : 0: github-markup (1.0.3) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/github-markup-1.0.3.gemspec
|
79
|
-
I, [2014-03-08T13:41:59.673033 #12610] INFO -- : 0: kramdown (1.3.2) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/kramdown-1.3.2.gemspec
|
80
|
-
I, [2014-03-08T13:41:59.673328 #12610] INFO -- : 0: method_source (0.8.2) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/method_source-0.8.2.gemspec
|
81
|
-
I, [2014-03-08T13:41:59.673603 #12610] INFO -- : 0: slop (3.4.7) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/slop-3.4.7.gemspec
|
82
|
-
I, [2014-03-08T13:41:59.673889 #12610] INFO -- : 0: pry (0.9.12.6) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/pry-0.9.12.6.gemspec
|
83
|
-
I, [2014-03-08T13:41:59.674173 #12610] INFO -- : 0: rspec-core (2.14.8) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/rspec-core-2.14.8.gemspec
|
84
|
-
I, [2014-03-08T13:41:59.674468 #12610] INFO -- : 0: rspec-expectations (2.14.5) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/rspec-expectations-2.14.5.gemspec
|
85
|
-
I, [2014-03-08T13:41:59.674750 #12610] INFO -- : 0: rspec-mocks (2.14.6) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/rspec-mocks-2.14.6.gemspec
|
86
|
-
I, [2014-03-08T13:41:59.675030 #12610] INFO -- : 0: rspec (2.14.1) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/rspec-2.14.1.gemspec
|
87
|
-
I, [2014-03-08T13:41:59.675298 #12610] INFO -- : 0: yard (0.8.7.3) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0/specifications/yard-0.8.7.3.gemspec
|
88
|
-
I, [2014-03-08T13:41:59.675564 #12610] INFO -- : 0: bundler (1.5.1) from /Volumes/DATI/Users/Shogun/.rvm/gems/ruby-2.1.0@global/specifications/bundler-1.5.1.gemspec
|
data/1
DELETED
File without changes
|