bauxite 0.3.1 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/doc/Bauxite/Action.html +3 -3
  3. data/doc/Bauxite/ActionModule.html +4 -4
  4. data/doc/Bauxite/Application.html +1 -1
  5. data/doc/Bauxite/Context.html +184 -143
  6. data/doc/Bauxite/Errors/AssertionError.html +1 -1
  7. data/doc/Bauxite/Errors/FileNotFoundError.html +1 -1
  8. data/doc/Bauxite/Errors/FormatError.html +107 -0
  9. data/doc/Bauxite/Errors.html +1 -1
  10. data/doc/Bauxite/Loggers/CompositeLogger.html +1 -1
  11. data/doc/Bauxite/Loggers/EchoLogger.html +2 -1
  12. data/doc/Bauxite/Loggers/FileLogger.html +1 -1
  13. data/doc/Bauxite/Loggers/NullLogger.html +6 -6
  14. data/doc/Bauxite/Loggers/TerminalLogger.html +15 -10
  15. data/doc/Bauxite/Loggers/XtermLogger.html +1 -1
  16. data/doc/Bauxite/Loggers.html +1 -1
  17. data/doc/Bauxite/Parser.html +325 -0
  18. data/doc/Bauxite/ParserModule.html +203 -0
  19. data/doc/Bauxite/Selector.html +1 -1
  20. data/doc/Bauxite/SelectorModule.html +4 -4
  21. data/doc/Bauxite.html +1 -1
  22. data/doc/created.rid +42 -38
  23. data/doc/index.html +5 -1
  24. data/doc/js/search_index.js +1 -1
  25. data/doc/table_of_contents.html +77 -36
  26. data/lib/bauxite/actions/alias.rb +1 -1
  27. data/lib/bauxite/actions/debug.rb +2 -3
  28. data/lib/bauxite/actions/tryload.rb +1 -1
  29. data/lib/bauxite/application.rb +2 -10
  30. data/lib/bauxite/core/{Context.rb → context.rb} +117 -114
  31. data/lib/bauxite/core/{Errors.rb → errors.rb} +6 -0
  32. data/lib/bauxite/core/parser.rb +78 -0
  33. data/lib/bauxite/loggers/echo.rb +1 -0
  34. data/lib/bauxite/loggers/terminal.rb +5 -0
  35. data/lib/bauxite/parsers/csv.rb +49 -0
  36. data/lib/bauxite/parsers/default.rb +42 -0
  37. data/lib/bauxite/parsers/html.rb +76 -0
  38. data/lib/bauxite.rb +1 -1
  39. data/test/alias.bxt +3 -0
  40. data/test/parsers/page.html +7 -0
  41. data/test/parsers.bxt +2 -0
  42. data/test/parsers.csv +7 -0
  43. data/test/parsers.html +32 -0
  44. metadata +18 -7
  45. /data/lib/bauxite/core/{Action.rb → action.rb} +0 -0
  46. /data/lib/bauxite/core/{Logger.rb → logger.rb} +0 -0
  47. /data/lib/bauxite/core/{Selector.rb → selector.rb} +0 -0
@@ -101,7 +101,7 @@
101
101
 
102
102
  <footer id="validator-badges" role="contentinfo">
103
103
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
104
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
104
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
105
105
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
106
106
  </footer>
107
107
 
@@ -0,0 +1,107 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class Bauxite::Errors::FormatError - RDoc Documentation</title>
8
+
9
+ <link href="../../fonts.css" rel="stylesheet">
10
+ <link href="../../rdoc.css" rel="stylesheet">
11
+
12
+ <script type="text/javascript">
13
+ var rdoc_rel_prefix = "../../";
14
+ </script>
15
+
16
+ <script src="../../js/jquery.js"></script>
17
+ <script src="../../js/navigation.js"></script>
18
+ <script src="../../js/search_index.js"></script>
19
+ <script src="../../js/search.js"></script>
20
+ <script src="../../js/searcher.js"></script>
21
+ <script src="../../js/darkfish.js"></script>
22
+
23
+
24
+ <body id="top" role="document" class="class">
25
+ <nav role="navigation">
26
+ <div id="project-navigation">
27
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
28
+ <h2>
29
+ <a href="../../index.html" rel="home">Home</a>
30
+ </h2>
31
+
32
+ <div id="table-of-contents-navigation">
33
+ <a href="../../table_of_contents.html#pages">Pages</a>
34
+ <a href="../../table_of_contents.html#classes">Classes</a>
35
+ <a href="../../table_of_contents.html#methods">Methods</a>
36
+ </div>
37
+ </div>
38
+
39
+ <div id="search-section" role="search" class="project-section initially-hidden">
40
+ <form action="#" method="get" accept-charset="utf-8">
41
+ <div id="search-field-wrapper">
42
+ <input id="search-field" role="combobox" aria-label="Search"
43
+ aria-autocomplete="list" aria-controls="search-results"
44
+ type="text" name="search" placeholder="Search" spellcheck="false"
45
+ title="Type to search, Up and Down to navigate, Enter to load">
46
+ </div>
47
+
48
+ <ul id="search-results" aria-label="Search Results"
49
+ aria-busy="false" aria-expanded="false"
50
+ aria-atomic="false" class="initially-hidden"></ul>
51
+ </form>
52
+ </div>
53
+
54
+ </div>
55
+
56
+
57
+
58
+ <div id="class-metadata">
59
+
60
+ <div id="parent-class-section" class="nav-section">
61
+ <h3>Parent</h3>
62
+
63
+
64
+ <p class="link">StandardError
65
+
66
+ </div>
67
+
68
+
69
+
70
+
71
+ </div>
72
+ </nav>
73
+
74
+ <main role="main" aria-labelledby="class-Bauxite::Errors::FormatError">
75
+ <h1 id="class-Bauxite::Errors::FormatError" class="class">
76
+ class Bauxite::Errors::FormatError
77
+ </h1>
78
+
79
+ <section class="description">
80
+
81
+ <p>Error raised when trying to process an invalid file format.</p>
82
+
83
+ </section>
84
+
85
+
86
+
87
+
88
+ <section id="5Buntitled-5D" class="documentation-section">
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+ </section>
99
+ </main>
100
+
101
+
102
+ <footer id="validator-badges" role="contentinfo">
103
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
104
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
105
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
106
+ </footer>
107
+
@@ -94,7 +94,7 @@
94
94
 
95
95
  <footer id="validator-badges" role="contentinfo">
96
96
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
97
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
97
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
98
98
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
99
99
  </footer>
100
100
 
@@ -319,7 +319,7 @@ first logger.</p>
319
319
 
320
320
  <footer id="validator-badges" role="contentinfo">
321
321
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
322
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
322
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
323
323
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
324
324
  </footer>
325
325
 
@@ -138,6 +138,7 @@ action succeeded, failed or was skipped).</p>
138
138
  <pre><span class="ruby-comment"># File lib/bauxite/loggers/echo.rb, line 32</span>
139
139
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">log_cmd</span>(<span class="ruby-identifier">action</span>)
140
140
  <span class="ruby-identifier">puts</span> <span class="ruby-identifier">action</span>.<span class="ruby-identifier">text</span>
141
+ <span class="ruby-identifier">$stdout</span>.<span class="ruby-identifier">flush</span>
141
142
  <span class="ruby-keyword">yield</span>
142
143
  <span class="ruby-keyword">end</span></pre>
143
144
  </div>
@@ -158,7 +159,7 @@ action succeeded, failed or was skipped).</p>
158
159
 
159
160
  <footer id="validator-badges" role="contentinfo">
160
161
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
161
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
162
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
162
163
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
163
164
  </footer>
164
165
 
@@ -209,7 +209,7 @@ file specified in the <code>file</code> logger option.</p>
209
209
 
210
210
  <footer id="validator-badges" role="contentinfo">
211
211
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
212
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
212
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
213
213
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
214
214
  </footer>
215
215
 
@@ -147,7 +147,7 @@ convention, custom loggers are defined in the &#39;loggers/&#39; directory.</p>
147
147
 
148
148
 
149
149
  <div class="method-source-code" id="new-source">
150
- <pre><span class="ruby-comment"># File lib/bauxite/core/Logger.rb, line 44</span>
150
+ <pre><span class="ruby-comment"># File lib/bauxite/core/logger.rb, line 44</span>
151
151
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">options</span>)
152
152
  <span class="ruby-ivar">@options</span> = <span class="ruby-identifier">options</span>
153
153
  <span class="ruby-keyword">end</span></pre>
@@ -195,7 +195,7 @@ href="../Context.html#method-i-debug">Bauxite::Context#debug</a>).</p>
195
195
 
196
196
 
197
197
  <div class="method-source-code" id="debug_prompt-source">
198
- <pre><span class="ruby-comment"># File lib/bauxite/core/Logger.rb, line 68</span>
198
+ <pre><span class="ruby-comment"># File lib/bauxite/core/logger.rb, line 68</span>
199
199
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">debug_prompt</span>
200
200
  <span class="ruby-string">&#39;debug&gt; &#39;</span>
201
201
  <span class="ruby-keyword">end</span></pre>
@@ -231,7 +231,7 @@ href="../Context.html#method-i-debug">Bauxite::Context#debug</a>).</p>
231
231
 
232
232
 
233
233
  <div class="method-source-code" id="log-source">
234
- <pre><span class="ruby-comment"># File lib/bauxite/core/Logger.rb, line 81</span>
234
+ <pre><span class="ruby-comment"># File lib/bauxite/core/logger.rb, line 81</span>
235
235
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">log</span>(<span class="ruby-identifier">s</span>, <span class="ruby-identifier">type</span> = <span class="ruby-value">:info</span>)
236
236
  <span class="ruby-identifier">print</span> <span class="ruby-identifier">s</span>
237
237
  <span class="ruby-keyword">end</span></pre>
@@ -274,7 +274,7 @@ href="../Context.html#method-i-debug">Bauxite::Context#debug</a>).</p>
274
274
 
275
275
 
276
276
  <div class="method-source-code" id="log_cmd-source">
277
- <pre><span class="ruby-comment"># File lib/bauxite/core/Logger.rb, line 59</span>
277
+ <pre><span class="ruby-comment"># File lib/bauxite/core/logger.rb, line 59</span>
278
278
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">log_cmd</span>(<span class="ruby-identifier">action</span>)
279
279
  <span class="ruby-keyword">yield</span>
280
280
  <span class="ruby-keyword">end</span></pre>
@@ -307,7 +307,7 @@ href="../Context.html#method-i-debug">Bauxite::Context#debug</a>).</p>
307
307
 
308
308
 
309
309
  <div class="method-source-code" id="progress-source">
310
- <pre><span class="ruby-comment"># File lib/bauxite/core/Logger.rb, line 73</span>
310
+ <pre><span class="ruby-comment"># File lib/bauxite/core/logger.rb, line 73</span>
311
311
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">progress</span>(<span class="ruby-identifier">value</span>)
312
312
  <span class="ruby-keyword">end</span></pre>
313
313
  </div>
@@ -328,7 +328,7 @@ href="../Context.html#method-i-debug">Bauxite::Context#debug</a>).</p>
328
328
 
329
329
  <footer id="validator-badges" role="contentinfo">
330
330
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
331
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
331
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
332
332
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
333
333
  </footer>
334
334
 
@@ -204,7 +204,7 @@
204
204
 
205
205
 
206
206
  <div class="method-source-code" id="debug_prompt-source">
207
- <pre><span class="ruby-comment"># File lib/bauxite/loggers/terminal.rb, line 65</span>
207
+ <pre><span class="ruby-comment"># File lib/bauxite/loggers/terminal.rb, line 69</span>
208
208
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">debug_prompt</span>
209
209
  <span class="ruby-identifier">_fmt</span>(<span class="ruby-value">:white</span>, <span class="ruby-keyword">super</span>)
210
210
  <span class="ruby-keyword">end</span></pre>
@@ -244,7 +244,7 @@
244
244
 
245
245
 
246
246
  <div class="method-source-code" id="log-source">
247
- <pre><span class="ruby-comment"># File lib/bauxite/loggers/terminal.rb, line 80</span>
247
+ <pre><span class="ruby-comment"># File lib/bauxite/loggers/terminal.rb, line 85</span>
248
248
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">log</span>(<span class="ruby-identifier">s</span>, <span class="ruby-identifier">type</span> = <span class="ruby-value">:info</span>)
249
249
  <span class="ruby-identifier">color</span> = <span class="ruby-value">:gray</span>
250
250
  <span class="ruby-keyword">case</span> <span class="ruby-identifier">type</span>
@@ -298,6 +298,8 @@
298
298
  <span class="ruby-identifier">s</span> = <span class="ruby-identifier">action</span>.<span class="ruby-identifier">args</span>(<span class="ruby-keyword">true</span>).<span class="ruby-identifier">join</span>(<span class="ruby-string">&#39; &#39;</span>)
299
299
  <span class="ruby-identifier">s</span> = <span class="ruby-identifier">s</span>[<span class="ruby-value">0</span><span class="ruby-operator">...</span><span class="ruby-identifier">max_args_size</span><span class="ruby-operator">-</span><span class="ruby-value">3</span>]<span class="ruby-operator">+</span><span class="ruby-string">&#39;...&#39;</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">s</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">&gt;</span> <span class="ruby-identifier">max_args_size</span>
300
300
  <span class="ruby-identifier">print</span> <span class="ruby-identifier">s</span>.<span class="ruby-identifier">ljust</span>(<span class="ruby-identifier">max_args_size</span>)
301
+ <span class="ruby-identifier">$stdout</span>.<span class="ruby-identifier">flush</span>
302
+
301
303
  <span class="ruby-identifier">_save_cursor</span>
302
304
  <span class="ruby-identifier">color</span> = <span class="ruby-value">:green</span>
303
305
  <span class="ruby-identifier">text</span> = <span class="ruby-string">&#39;OK&#39;</span>
@@ -308,10 +310,12 @@
308
310
  <span class="ruby-keyword">end</span>
309
311
  <span class="ruby-identifier">_restore_cursor</span>
310
312
  <span class="ruby-identifier">puts</span> <span class="ruby-node">&quot; #{_block(color, text, 5)}&quot;</span>
313
+ <span class="ruby-identifier">$stdout</span>.<span class="ruby-identifier">flush</span>
311
314
  <span class="ruby-identifier">ret</span>
312
315
  <span class="ruby-keyword">rescue</span>
313
316
  <span class="ruby-identifier">_restore_cursor</span>
314
317
  <span class="ruby-identifier">puts</span> <span class="ruby-node">&quot; #{_block(:red, &#39;ERROR&#39;, 5)}&quot;</span>
318
+ <span class="ruby-identifier">$stdout</span>.<span class="ruby-identifier">flush</span>
315
319
  <span class="ruby-identifier">raise</span>
316
320
  <span class="ruby-keyword">end</span></pre>
317
321
  </div>
@@ -343,10 +347,11 @@
343
347
 
344
348
 
345
349
  <div class="method-source-code" id="progress-source">
346
- <pre><span class="ruby-comment"># File lib/bauxite/loggers/terminal.rb, line 70</span>
350
+ <pre><span class="ruby-comment"># File lib/bauxite/loggers/terminal.rb, line 74</span>
347
351
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">progress</span>(<span class="ruby-identifier">value</span>)
348
352
  <span class="ruby-keyword">if</span> <span class="ruby-identifier">_restore_cursor</span>
349
353
  <span class="ruby-identifier">print</span> <span class="ruby-node">&quot; #{_block(:gray, value.to_s, 5)}&quot;</span>
354
+ <span class="ruby-identifier">$stdout</span>.<span class="ruby-identifier">flush</span>
350
355
  <span class="ruby-keyword">end</span>
351
356
  <span class="ruby-keyword">end</span></pre>
352
357
  </div>
@@ -386,7 +391,7 @@
386
391
 
387
392
 
388
393
  <div class="method-source-code" id="_block-source">
389
- <pre><span class="ruby-comment"># File lib/bauxite/loggers/terminal.rb, line 110</span>
394
+ <pre><span class="ruby-comment"># File lib/bauxite/loggers/terminal.rb, line 115</span>
390
395
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">_block</span>(<span class="ruby-identifier">color</span>, <span class="ruby-identifier">text</span>, <span class="ruby-identifier">size</span>)
391
396
  <span class="ruby-node">&quot;#{_fmt(:white, &#39;[&#39;)}#{_fmt(color, text, size)}#{_fmt(:white, &#39;]&#39;)}&quot;</span>
392
397
  <span class="ruby-keyword">end</span></pre>
@@ -419,7 +424,7 @@
419
424
 
420
425
 
421
426
  <div class="method-source-code" id="_cmd_color-source">
422
- <pre><span class="ruby-comment"># File lib/bauxite/loggers/terminal.rb, line 115</span>
427
+ <pre><span class="ruby-comment"># File lib/bauxite/loggers/terminal.rb, line 120</span>
423
428
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">_cmd_color</span>(<span class="ruby-identifier">cmd</span>)
424
429
  <span class="ruby-keyword">case</span> <span class="ruby-identifier">cmd</span>
425
430
  <span class="ruby-keyword">when</span> <span class="ruby-string">&#39;load&#39;</span>
@@ -459,7 +464,7 @@
459
464
 
460
465
 
461
466
  <div class="method-source-code" id="_fmt-source">
462
- <pre><span class="ruby-comment"># File lib/bauxite/loggers/terminal.rb, line 95</span>
467
+ <pre><span class="ruby-comment"># File lib/bauxite/loggers/terminal.rb, line 100</span>
463
468
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">_fmt</span>(<span class="ruby-identifier">color</span>, <span class="ruby-identifier">text</span>, <span class="ruby-identifier">size</span> = <span class="ruby-value">0</span>)
464
469
  <span class="ruby-identifier">text</span>.<span class="ruby-identifier">center</span>(<span class="ruby-identifier">size</span>)
465
470
  <span class="ruby-keyword">end</span></pre>
@@ -492,7 +497,7 @@
492
497
 
493
498
 
494
499
  <div class="method-source-code" id="_restore_cursor-source">
495
- <pre><span class="ruby-comment"># File lib/bauxite/loggers/terminal.rb, line 105</span>
500
+ <pre><span class="ruby-comment"># File lib/bauxite/loggers/terminal.rb, line 110</span>
496
501
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">_restore_cursor</span>
497
502
  <span class="ruby-keyword">false</span>
498
503
  <span class="ruby-keyword">end</span></pre>
@@ -525,7 +530,7 @@
525
530
 
526
531
 
527
532
  <div class="method-source-code" id="_save_cursor-source">
528
- <pre><span class="ruby-comment"># File lib/bauxite/loggers/terminal.rb, line 100</span>
533
+ <pre><span class="ruby-comment"># File lib/bauxite/loggers/terminal.rb, line 105</span>
529
534
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">_save_cursor</span>
530
535
  <span class="ruby-keyword">false</span>
531
536
  <span class="ruby-keyword">end</span></pre>
@@ -558,7 +563,7 @@
558
563
 
559
564
 
560
565
  <div class="method-source-code" id="_screen_width-source">
561
- <pre><span class="ruby-comment"># File lib/bauxite/loggers/terminal.rb, line 127</span>
566
+ <pre><span class="ruby-comment"># File lib/bauxite/loggers/terminal.rb, line 132</span>
562
567
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">_screen_width</span>
563
568
  <span class="ruby-value">80</span>
564
569
  <span class="ruby-keyword">end</span></pre>
@@ -580,7 +585,7 @@
580
585
 
581
586
  <footer id="validator-badges" role="contentinfo">
582
587
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
583
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
588
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
584
589
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
585
590
  </footer>
586
591
 
@@ -283,7 +283,7 @@
283
283
 
284
284
  <footer id="validator-badges" role="contentinfo">
285
285
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
286
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
286
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
287
287
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
288
288
  </footer>
289
289
 
@@ -97,7 +97,7 @@ module.</p>
97
97
 
98
98
  <footer id="validator-badges" role="contentinfo">
99
99
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
100
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
100
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
101
101
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
102
102
  </footer>
103
103