bovem 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/doc/Bovem.html +1 -1
- data/doc/Bovem/Configuration.html +1 -1
- data/doc/Bovem/Console.html +16 -16
- data/doc/Bovem/ConsoleMethods.html +1 -1
- data/doc/Bovem/ConsoleMethods/Interactions.html +7 -7
- data/doc/Bovem/ConsoleMethods/Interactions/ClassMethods.html +4 -4
- data/doc/Bovem/ConsoleMethods/Logging.html +9 -7
- data/doc/Bovem/ConsoleMethods/Logging/ClassMethods.html +1 -1
- data/doc/Bovem/ConsoleMethods/Output.html +1 -1
- data/doc/Bovem/ConsoleMethods/StyleHandling.html +1 -1
- data/doc/Bovem/ConsoleMethods/StyleHandling/ClassMethods.html +1 -1
- data/doc/Bovem/Errors.html +1 -1
- data/doc/Bovem/Errors/InvalidConfiguration.html +1 -1
- data/doc/Bovem/Errors/InvalidLogger.html +1 -1
- data/doc/Bovem/Logger.html +1 -1
- data/doc/Bovem/Shell.html +1 -1
- data/doc/Bovem/ShellMethods.html +1 -1
- data/doc/Bovem/ShellMethods/Directories.html +1 -1
- data/doc/Bovem/ShellMethods/Execute.html +1 -1
- data/doc/Bovem/ShellMethods/General.html +1 -1
- data/doc/Bovem/ShellMethods/Read.html +1 -1
- data/doc/Bovem/ShellMethods/Write.html +1 -1
- data/doc/Bovem/Version.html +2 -2
- data/doc/_index.html +1 -1
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/top-level-namespace.html +1 -1
- data/lib/bovem/console.rb +3 -2
- data/lib/bovem/version.rb +1 -1
- metadata +2 -2
data/doc/Bovem.html
CHANGED
|
@@ -158,7 +158,7 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
|
|
|
158
158
|
</div>
|
|
159
159
|
|
|
160
160
|
<div id="footer">
|
|
161
|
-
Generated on Sun Jul 14 14:
|
|
161
|
+
Generated on Sun Jul 14 14:53:57 2013 by
|
|
162
162
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
163
163
|
0.8.6.2 (ruby-1.9.3).
|
|
164
164
|
</div>
|
|
@@ -444,7 +444,7 @@ config.property = "VALUE"
|
|
|
444
444
|
</div>
|
|
445
445
|
|
|
446
446
|
<div id="footer">
|
|
447
|
-
Generated on Sun Jul 14 14:
|
|
447
|
+
Generated on Sun Jul 14 14:53:59 2013 by
|
|
448
448
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
449
449
|
0.8.6.2 (ruby-1.9.3).
|
|
450
450
|
</div>
|
data/doc/Bovem/Console.html
CHANGED
|
@@ -344,14 +344,14 @@
|
|
|
344
344
|
<pre class="lines">
|
|
345
345
|
|
|
346
346
|
|
|
347
|
-
601
|
|
348
347
|
602
|
|
349
348
|
603
|
|
350
349
|
604
|
|
351
|
-
605
|
|
350
|
+
605
|
|
351
|
+
606</pre>
|
|
352
352
|
</td>
|
|
353
353
|
<td>
|
|
354
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line
|
|
354
|
+
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line 602</span>
|
|
355
355
|
|
|
356
356
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span>
|
|
357
357
|
<span class='ivar'>@indentation</span> <span class='op'>=</span> <span class='int'>0</span>
|
|
@@ -412,7 +412,6 @@
|
|
|
412
412
|
<pre class="lines">
|
|
413
413
|
|
|
414
414
|
|
|
415
|
-
583
|
|
416
415
|
584
|
|
417
416
|
585
|
|
418
417
|
586
|
|
@@ -447,10 +446,11 @@
|
|
|
447
446
|
615
|
|
448
447
|
616
|
|
449
448
|
617
|
|
450
|
-
618
|
|
449
|
+
618
|
|
450
|
+
619</pre>
|
|
451
451
|
</td>
|
|
452
452
|
<td>
|
|
453
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line
|
|
453
|
+
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line 584</span>
|
|
454
454
|
|
|
455
455
|
<span class='kw'>class</span> <span class='const'>Console</span>
|
|
456
456
|
<span class='id identifier rubyid_attr_accessor'>attr_accessor</span> <span class='symbol'>:indentation</span>
|
|
@@ -537,7 +537,6 @@
|
|
|
537
537
|
<pre class="lines">
|
|
538
538
|
|
|
539
539
|
|
|
540
|
-
583
|
|
541
540
|
584
|
|
542
541
|
585
|
|
543
542
|
586
|
|
@@ -572,10 +571,11 @@
|
|
|
572
571
|
615
|
|
573
572
|
616
|
|
574
573
|
617
|
|
575
|
-
618
|
|
574
|
+
618
|
|
575
|
+
619</pre>
|
|
576
576
|
</td>
|
|
577
577
|
<td>
|
|
578
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line
|
|
578
|
+
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line 584</span>
|
|
579
579
|
|
|
580
580
|
<span class='kw'>class</span> <span class='const'>Console</span>
|
|
581
581
|
<span class='id identifier rubyid_attr_accessor'>attr_accessor</span> <span class='symbol'>:indentation</span>
|
|
@@ -667,12 +667,12 @@
|
|
|
667
667
|
<pre class="lines">
|
|
668
668
|
|
|
669
669
|
|
|
670
|
-
596
|
|
671
670
|
597
|
|
672
|
-
598
|
|
671
|
+
598
|
|
672
|
+
599</pre>
|
|
673
673
|
</td>
|
|
674
674
|
<td>
|
|
675
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line
|
|
675
|
+
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line 597</span>
|
|
676
676
|
|
|
677
677
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_instance'>instance</span>
|
|
678
678
|
<span class='ivar'>@instance</span> <span class='op'>||=</span> <span class='op'>::</span><span class='const'>Bovem</span><span class='op'>::</span><span class='const'>Console</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
|
|
@@ -730,17 +730,17 @@
|
|
|
730
730
|
<pre class="lines">
|
|
731
731
|
|
|
732
732
|
|
|
733
|
-
610
|
|
734
733
|
611
|
|
735
734
|
612
|
|
736
735
|
613
|
|
737
736
|
614
|
|
738
737
|
615
|
|
739
738
|
616
|
|
740
|
-
617
|
|
739
|
+
617
|
|
740
|
+
618</pre>
|
|
741
741
|
</td>
|
|
742
742
|
<td>
|
|
743
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line
|
|
743
|
+
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line 611</span>
|
|
744
744
|
|
|
745
745
|
<span class='kw'>def</span> <span class='id identifier rubyid_line_width'>line_width</span>
|
|
746
746
|
<span class='kw'>begin</span>
|
|
@@ -760,7 +760,7 @@
|
|
|
760
760
|
</div>
|
|
761
761
|
|
|
762
762
|
<div id="footer">
|
|
763
|
-
Generated on Sun Jul 14 14:
|
|
763
|
+
Generated on Sun Jul 14 14:53:59 2013 by
|
|
764
764
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
765
765
|
0.8.6.2 (ruby-1.9.3).
|
|
766
766
|
</div>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
</div>
|
|
117
117
|
|
|
118
118
|
<div id="footer">
|
|
119
|
-
Generated on Sun Jul 14 14:
|
|
119
|
+
Generated on Sun Jul 14 14:53:58 2013 by
|
|
120
120
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
121
121
|
0.8.6.2 (ruby-1.9.3).
|
|
122
122
|
</div>
|
|
@@ -280,7 +280,6 @@
|
|
|
280
280
|
<pre class="lines">
|
|
281
281
|
|
|
282
282
|
|
|
283
|
-
453
|
|
284
283
|
454
|
|
285
284
|
455
|
|
286
285
|
456
|
|
@@ -294,10 +293,11 @@
|
|
|
294
293
|
464
|
|
295
294
|
465
|
|
296
295
|
466
|
|
297
|
-
467
|
|
296
|
+
467
|
|
297
|
+
468</pre>
|
|
298
298
|
</td>
|
|
299
299
|
<td>
|
|
300
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line
|
|
300
|
+
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line 454</span>
|
|
301
301
|
|
|
302
302
|
<span class='kw'>def</span> <span class='id identifier rubyid_read'>read</span><span class='lparen'>(</span><span class='id identifier rubyid_prompt'>prompt</span> <span class='op'>=</span> <span class='kw'>true</span><span class='comma'>,</span> <span class='id identifier rubyid_default_value'>default_value</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_validator'>validator</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_echo'>echo</span> <span class='op'>=</span> <span class='kw'>true</span><span class='rparen'>)</span>
|
|
303
303
|
<span class='id identifier rubyid_prompt'>prompt</span> <span class='op'>=</span> <span class='id identifier rubyid_sanitize_prompt'>sanitize_prompt</span><span class='lparen'>(</span><span class='id identifier rubyid_prompt'>prompt</span><span class='rparen'>)</span>
|
|
@@ -518,7 +518,6 @@
|
|
|
518
518
|
<pre class="lines">
|
|
519
519
|
|
|
520
520
|
|
|
521
|
-
481
|
|
522
521
|
482
|
|
523
522
|
483
|
|
524
523
|
484
|
|
@@ -530,10 +529,11 @@
|
|
|
530
529
|
490
|
|
531
530
|
491
|
|
532
531
|
492
|
|
533
|
-
493
|
|
532
|
+
493
|
|
533
|
+
494</pre>
|
|
534
534
|
</td>
|
|
535
535
|
<td>
|
|
536
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line
|
|
536
|
+
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line 482</span>
|
|
537
537
|
|
|
538
538
|
<span class='kw'>def</span> <span class='id identifier rubyid_task'>task</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_suffix'>suffix</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>\n</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='id identifier rubyid_indent'>indent</span> <span class='op'>=</span> <span class='kw'>true</span><span class='comma'>,</span> <span class='id identifier rubyid_wrap'>wrap</span> <span class='op'>=</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='id identifier rubyid_plain'>plain</span> <span class='op'>=</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='id identifier rubyid_indented_banner'>indented_banner</span> <span class='op'>=</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='id identifier rubyid_full_colored'>full_colored</span> <span class='op'>=</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='id identifier rubyid_block_indentation'>block_indentation</span> <span class='op'>=</span> <span class='int'>2</span><span class='comma'>,</span> <span class='id identifier rubyid_block_indentation_absolute'>block_indentation_absolute</span> <span class='op'>=</span> <span class='kw'>false</span><span class='rparen'>)</span>
|
|
539
539
|
<span class='id identifier rubyid_status'>status</span> <span class='op'>=</span> <span class='kw'>nil</span>
|
|
@@ -558,7 +558,7 @@
|
|
|
558
558
|
</div>
|
|
559
559
|
|
|
560
560
|
<div id="footer">
|
|
561
|
-
Generated on Sun Jul 14 14:
|
|
561
|
+
Generated on Sun Jul 14 14:53:58 2013 by
|
|
562
562
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
563
563
|
0.8.6.2 (ruby-1.9.3).
|
|
564
564
|
</div>
|
|
@@ -202,12 +202,12 @@
|
|
|
202
202
|
<pre class="lines">
|
|
203
203
|
|
|
204
204
|
|
|
205
|
-
442
|
|
206
205
|
443
|
|
207
|
-
444
|
|
206
|
+
444
|
|
207
|
+
445</pre>
|
|
208
208
|
</td>
|
|
209
209
|
<td>
|
|
210
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line
|
|
210
|
+
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line 443</span>
|
|
211
211
|
|
|
212
212
|
<span class='kw'>def</span> <span class='id identifier rubyid_execute'>execute</span><span class='lparen'>(</span><span class='id identifier rubyid_command'>command</span><span class='rparen'>)</span>
|
|
213
213
|
<span class='backtick'>%x{</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_command'>command</span><span class='rbrace'>}</span><span class='tstring_end'>}</span></span>
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
</div>
|
|
223
223
|
|
|
224
224
|
<div id="footer">
|
|
225
|
-
Generated on Sun Jul 14 14:
|
|
225
|
+
Generated on Sun Jul 14 14:53:58 2013 by
|
|
226
226
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
227
227
|
0.8.6.2 (ruby-1.9.3).
|
|
228
228
|
</div>
|
|
@@ -911,15 +911,15 @@
|
|
|
911
911
|
<pre class="lines">
|
|
912
912
|
|
|
913
913
|
|
|
914
|
-
427
|
|
915
914
|
428
|
|
916
|
-
429
|
|
915
|
+
429
|
|
916
|
+
430</pre>
|
|
917
917
|
</td>
|
|
918
918
|
<td>
|
|
919
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line
|
|
919
|
+
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line 428</span>
|
|
920
920
|
|
|
921
921
|
<span class='kw'>def</span> <span class='id identifier rubyid_error'>error</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span><span class='comma'>,</span> <span class='id identifier rubyid_suffix'>suffix</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>\n</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='id identifier rubyid_indent'>indent</span> <span class='op'>=</span> <span class='kw'>true</span><span class='comma'>,</span> <span class='id identifier rubyid_wrap'>wrap</span> <span class='op'>=</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='id identifier rubyid_plain'>plain</span> <span class='op'>=</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='id identifier rubyid_indented_banner'>indented_banner</span> <span class='op'>=</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='id identifier rubyid_full_colored'>full_colored</span> <span class='op'>=</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='id identifier rubyid_print'>print</span> <span class='op'>=</span> <span class='kw'>true</span><span class='rparen'>)</span>
|
|
922
|
-
<span class='id identifier rubyid_info'>info</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span><span class='comma'>,</span> <span class='id identifier rubyid_suffix'>suffix</span><span class='comma'>,</span> <span class='id identifier rubyid_indent'>indent</span><span class='comma'>,</span> <span class='id identifier rubyid_wrap'>wrap</span><span class='comma'>,</span> <span class='id identifier rubyid_plain'>plain</span><span class='comma'>,</span> <span class='id identifier rubyid_indented_banner'>indented_banner</span><span class='comma'>,</span> <span class='id identifier rubyid_full_colored'>full_colored</span><span class='comma'>,</span> <span class='id identifier rubyid_print'>print</span><span class='comma'>,</span> <span class='
|
|
922
|
+
<span class='id identifier rubyid_info'>info</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span><span class='comma'>,</span> <span class='id identifier rubyid_suffix'>suffix</span><span class='comma'>,</span> <span class='id identifier rubyid_indent'>indent</span><span class='comma'>,</span> <span class='id identifier rubyid_wrap'>wrap</span><span class='comma'>,</span> <span class='id identifier rubyid_plain'>plain</span><span class='comma'>,</span> <span class='id identifier rubyid_indented_banner'>indented_banner</span><span class='comma'>,</span> <span class='id identifier rubyid_full_colored'>full_colored</span><span class='comma'>,</span> <span class='id identifier rubyid_print'>print</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>E</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>bright red</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
923
923
|
<span class='kw'>end</span></pre>
|
|
924
924
|
</td>
|
|
925
925
|
</tr>
|
|
@@ -1849,13 +1849,15 @@
|
|
|
1849
1849
|
|
|
1850
1850
|
411
|
|
1851
1851
|
412
|
|
1852
|
-
413
|
|
1852
|
+
413
|
|
1853
|
+
414</pre>
|
|
1853
1854
|
</td>
|
|
1854
1855
|
<td>
|
|
1855
1856
|
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line 411</span>
|
|
1856
1857
|
|
|
1857
1858
|
<span class='kw'>def</span> <span class='id identifier rubyid_warn'>warn</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span><span class='comma'>,</span> <span class='id identifier rubyid_suffix'>suffix</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>\n</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='id identifier rubyid_indent'>indent</span> <span class='op'>=</span> <span class='kw'>true</span><span class='comma'>,</span> <span class='id identifier rubyid_wrap'>wrap</span> <span class='op'>=</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='id identifier rubyid_plain'>plain</span> <span class='op'>=</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='id identifier rubyid_indented_banner'>indented_banner</span> <span class='op'>=</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='id identifier rubyid_full_colored'>full_colored</span> <span class='op'>=</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='id identifier rubyid_print'>print</span> <span class='op'>=</span> <span class='kw'>true</span><span class='rparen'>)</span>
|
|
1858
|
-
<span class='id identifier
|
|
1859
|
+
<span class='id identifier rubyid_warn_banner'>warn_banner</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>W</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>bright yellow</span><span class='tstring_end'>"</span></span><span class='rbracket'>]</span>
|
|
1860
|
+
<span class='id identifier rubyid_info'>info</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span><span class='comma'>,</span> <span class='id identifier rubyid_suffix'>suffix</span><span class='comma'>,</span> <span class='id identifier rubyid_indent'>indent</span><span class='comma'>,</span> <span class='id identifier rubyid_wrap'>wrap</span><span class='comma'>,</span> <span class='id identifier rubyid_plain'>plain</span><span class='comma'>,</span> <span class='id identifier rubyid_indented_banner'>indented_banner</span><span class='comma'>,</span> <span class='id identifier rubyid_full_colored'>full_colored</span><span class='comma'>,</span> <span class='id identifier rubyid_print'>print</span><span class='comma'>,</span> <span class='id identifier rubyid_warn_banner'>warn_banner</span><span class='rparen'>)</span>
|
|
1859
1861
|
<span class='kw'>end</span></pre>
|
|
1860
1862
|
</td>
|
|
1861
1863
|
</tr>
|
|
@@ -2207,7 +2209,7 @@
|
|
|
2207
2209
|
</div>
|
|
2208
2210
|
|
|
2209
2211
|
<div id="footer">
|
|
2210
|
-
Generated on Sun Jul 14 14:
|
|
2212
|
+
Generated on Sun Jul 14 14:53:58 2013 by
|
|
2211
2213
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
2212
2214
|
0.8.6.2 (ruby-1.9.3).
|
|
2213
2215
|
</div>
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
</div>
|
|
204
204
|
|
|
205
205
|
<div id="footer">
|
|
206
|
-
Generated on Sun Jul 14 14:
|
|
206
|
+
Generated on Sun Jul 14 14:53:58 2013 by
|
|
207
207
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
208
208
|
0.8.6.2 (ruby-1.9.3).
|
|
209
209
|
</div>
|
|
@@ -1112,7 +1112,7 @@
|
|
|
1112
1112
|
</div>
|
|
1113
1113
|
|
|
1114
1114
|
<div id="footer">
|
|
1115
|
-
Generated on Sun Jul 14 14:
|
|
1115
|
+
Generated on Sun Jul 14 14:53:58 2013 by
|
|
1116
1116
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1117
1117
|
0.8.6.2 (ruby-1.9.3).
|
|
1118
1118
|
</div>
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
</div>
|
|
266
266
|
|
|
267
267
|
<div id="footer">
|
|
268
|
-
Generated on Sun Jul 14 14:
|
|
268
|
+
Generated on Sun Jul 14 14:53:58 2013 by
|
|
269
269
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
270
270
|
0.8.6.2 (ruby-1.9.3).
|
|
271
271
|
</div>
|
|
@@ -641,7 +641,7 @@ Bovem::Console.new.replace_markers("{mark=bright bg_red}{mark=green}Hello world!
|
|
|
641
641
|
</div>
|
|
642
642
|
|
|
643
643
|
<div id="footer">
|
|
644
|
-
Generated on Sun Jul 14 14:
|
|
644
|
+
Generated on Sun Jul 14 14:53:58 2013 by
|
|
645
645
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
646
646
|
0.8.6.2 (ruby-1.9.3).
|
|
647
647
|
</div>
|
data/doc/Bovem/Errors.html
CHANGED
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
</div>
|
|
117
117
|
|
|
118
118
|
<div id="footer">
|
|
119
|
-
Generated on Sun Jul 14 14:
|
|
119
|
+
Generated on Sun Jul 14 14:53:58 2013 by
|
|
120
120
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
121
121
|
0.8.6.2 (ruby-1.9.3).
|
|
122
122
|
</div>
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
</div>
|
|
125
125
|
|
|
126
126
|
<div id="footer">
|
|
127
|
-
Generated on Sun Jul 14 14:
|
|
127
|
+
Generated on Sun Jul 14 14:53:59 2013 by
|
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
129
129
|
0.8.6.2 (ruby-1.9.3).
|
|
130
130
|
</div>
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
</div>
|
|
125
125
|
|
|
126
126
|
<div id="footer">
|
|
127
|
-
Generated on Sun Jul 14 14:
|
|
127
|
+
Generated on Sun Jul 14 14:53:59 2013 by
|
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
129
129
|
0.8.6.2 (ruby-1.9.3).
|
|
130
130
|
</div>
|
data/doc/Bovem/Logger.html
CHANGED
|
@@ -1136,7 +1136,7 @@
|
|
|
1136
1136
|
</div>
|
|
1137
1137
|
|
|
1138
1138
|
<div id="footer">
|
|
1139
|
-
Generated on Sun Jul 14 14:
|
|
1139
|
+
Generated on Sun Jul 14 14:53:59 2013 by
|
|
1140
1140
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1141
1141
|
0.8.6.2 (ruby-1.9.3).
|
|
1142
1142
|
</div>
|
data/doc/Bovem/Shell.html
CHANGED
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
</div>
|
|
494
494
|
|
|
495
495
|
<div id="footer">
|
|
496
|
-
Generated on Sun Jul 14 14:
|
|
496
|
+
Generated on Sun Jul 14 14:53:59 2013 by
|
|
497
497
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
498
498
|
0.8.6.2 (ruby-1.9.3).
|
|
499
499
|
</div>
|
data/doc/Bovem/ShellMethods.html
CHANGED
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
</div>
|
|
117
117
|
|
|
118
118
|
<div id="footer">
|
|
119
|
-
Generated on Sun Jul 14 14:
|
|
119
|
+
Generated on Sun Jul 14 14:53:57 2013 by
|
|
120
120
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
121
121
|
0.8.6.2 (ruby-1.9.3).
|
|
122
122
|
</div>
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
</div>
|
|
474
474
|
|
|
475
475
|
<div id="footer">
|
|
476
|
-
Generated on Sun Jul 14 14:
|
|
476
|
+
Generated on Sun Jul 14 14:53:58 2013 by
|
|
477
477
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
478
478
|
0.8.6.2 (ruby-1.9.3).
|
|
479
479
|
</div>
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
</div>
|
|
557
557
|
|
|
558
558
|
<div id="footer">
|
|
559
|
-
Generated on Sun Jul 14 14:
|
|
559
|
+
Generated on Sun Jul 14 14:53:58 2013 by
|
|
560
560
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
561
561
|
0.8.6.2 (ruby-1.9.3).
|
|
562
562
|
</div>
|
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
</div>
|
|
552
552
|
|
|
553
553
|
<div id="footer">
|
|
554
|
-
Generated on Sun Jul 14 14:
|
|
554
|
+
Generated on Sun Jul 14 14:53:57 2013 by
|
|
555
555
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
556
556
|
0.8.6.2 (ruby-1.9.3).
|
|
557
557
|
</div>
|
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
</div>
|
|
443
443
|
|
|
444
444
|
<div id="footer">
|
|
445
|
-
Generated on Sun Jul 14 14:
|
|
445
|
+
Generated on Sun Jul 14 14:53:57 2013 by
|
|
446
446
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
447
447
|
0.8.6.2 (ruby-1.9.3).
|
|
448
448
|
</div>
|
|
@@ -665,7 +665,7 @@
|
|
|
665
665
|
</div>
|
|
666
666
|
|
|
667
667
|
<div id="footer">
|
|
668
|
-
Generated on Sun Jul 14 14:
|
|
668
|
+
Generated on Sun Jul 14 14:53:57 2013 by
|
|
669
669
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
670
670
|
0.8.6.2 (ruby-1.9.3).
|
|
671
671
|
</div>
|
data/doc/Bovem/Version.html
CHANGED
|
@@ -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'>1</span></pre></dd>
|
|
153
153
|
|
|
154
154
|
<dt id="STRING-constant" class="">STRING =
|
|
155
155
|
<div class="docstring">
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
</div>
|
|
181
181
|
|
|
182
182
|
<div id="footer">
|
|
183
|
-
Generated on Sun Jul 14 14:
|
|
183
|
+
Generated on Sun Jul 14 14:53:58 2013 by
|
|
184
184
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
185
185
|
0.8.6.2 (ruby-1.9.3).
|
|
186
186
|
</div>
|
data/doc/_index.html
CHANGED
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
</div>
|
|
347
347
|
|
|
348
348
|
<div id="footer">
|
|
349
|
-
Generated on Sun Jul 14 14:
|
|
349
|
+
Generated on Sun Jul 14 14:53:57 2013 by
|
|
350
350
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
351
351
|
0.8.6.2 (ruby-1.9.3).
|
|
352
352
|
</div>
|
data/doc/file.README.html
CHANGED
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
</div></div>
|
|
102
102
|
|
|
103
103
|
<div id="footer">
|
|
104
|
-
Generated on Sun Jul 14 14:
|
|
104
|
+
Generated on Sun Jul 14 14:53:57 2013 by
|
|
105
105
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
106
106
|
0.8.6.2 (ruby-1.9.3).
|
|
107
107
|
</div>
|
data/doc/index.html
CHANGED
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
</div></div>
|
|
102
102
|
|
|
103
103
|
<div id="footer">
|
|
104
|
-
Generated on Sun Jul 14 14:
|
|
104
|
+
Generated on Sun Jul 14 14:53:57 2013 by
|
|
105
105
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
106
106
|
0.8.6.2 (ruby-1.9.3).
|
|
107
107
|
</div>
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
</div>
|
|
104
104
|
|
|
105
105
|
<div id="footer">
|
|
106
|
-
Generated on Sun Jul 14 14:
|
|
106
|
+
Generated on Sun Jul 14 14:53:57 2013 by
|
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
108
108
|
0.8.6.2 (ruby-1.9.3).
|
|
109
109
|
</div>
|
data/lib/bovem/console.rb
CHANGED
|
@@ -409,7 +409,8 @@ module Bovem
|
|
|
409
409
|
#
|
|
410
410
|
# @see #format
|
|
411
411
|
def warn(message, suffix = "\n", indent = true, wrap = false, plain = false, indented_banner = false, full_colored = false, print = true)
|
|
412
|
-
|
|
412
|
+
warn_banner = ["W", "bright yellow"]
|
|
413
|
+
info(message, suffix, indent, wrap, plain, indented_banner, full_colored, print, warn_banner)
|
|
413
414
|
end
|
|
414
415
|
|
|
415
416
|
# Writes a message prepending a red banner.
|
|
@@ -425,7 +426,7 @@ module Bovem
|
|
|
425
426
|
#
|
|
426
427
|
# @see #format
|
|
427
428
|
def error(message, suffix = "\n", indent = true, wrap = false, plain = false, indented_banner = false, full_colored = false, print = true)
|
|
428
|
-
info(message, suffix, indent, wrap, plain, indented_banner, full_colored, print,
|
|
429
|
+
info(message, suffix, indent, wrap, plain, indented_banner, full_colored, print, "E", "bright red")
|
|
429
430
|
end
|
|
430
431
|
end
|
|
431
432
|
|
data/lib/bovem/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bovem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
130
130
|
version: '0'
|
|
131
131
|
segments:
|
|
132
132
|
- 0
|
|
133
|
-
hash: -
|
|
133
|
+
hash: -2725515591479141447
|
|
134
134
|
requirements: []
|
|
135
135
|
rubyforge_project: bovem
|
|
136
136
|
rubygems_version: 1.8.25
|