bauxite 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e8a3aa61e78bd381ca5c2f417827a89170c6c69e
4
- data.tar.gz: 3acbfd338e46b99e2968f28cbd78eb4135881ece
3
+ metadata.gz: ad6f39851c2d5a2d9186196386a97410f60bd80b
4
+ data.tar.gz: a999b7702a1fc7123d47192c3866a895e9549c0c
5
5
  SHA512:
6
- metadata.gz: a73a8fa920d65a790a9757a9f04eda4a2dbf03479ba3a2b9f44c48fba50f4df498ad0f32e678c33d79be417305187dc69e4d9b37b41b6c93aece9b2c671e0182
7
- data.tar.gz: 5cffd2b7beeb8e542f0f87483c4bc880c44438d7becf11a59901062a13c24ef8252f3e0e2777e26d1e7f66cada19bad2a69b605171249d2fcf541b9f82994b86
6
+ metadata.gz: f10313053b755c6571617830b57e6c2f2aa6ed77777ae387f2de1195caaa87dcf7c46d34384b0e4b02516b7d4dcd490b739c6d3ebad34fa5febe1ef8d10208cd
7
+ data.tar.gz: 46c2a0b19947135e0ef37f2cb72262d60c7c27fe045e8c2b4c53125e6479e4c2eb56ac8f74c635ddd69d957d17d6640f33a97ef86d9a1c4333d1fa2bc602996d
data/doc/Bauxite.html CHANGED
@@ -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
 
@@ -1563,7 +1563,7 @@ href="Context.html#method-i-expand">Bauxite::Context#expand</a>).</p>
1563
1563
 
1564
1564
  <footer id="validator-badges" role="contentinfo">
1565
1565
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
1566
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
1566
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
1567
1567
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
1568
1568
  </footer>
1569
1569
 
@@ -336,7 +336,7 @@ might yield different results.</p>
336
336
 
337
337
  <footer id="validator-badges" role="contentinfo">
338
338
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
339
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
339
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
340
340
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
341
341
  </footer>
342
342
 
@@ -253,7 +253,7 @@ indicates success).</p>
253
253
 
254
254
  <footer id="validator-badges" role="contentinfo">
255
255
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
256
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
256
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
257
257
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
258
258
  </footer>
259
259
 
@@ -384,6 +384,11 @@ href="Context.html#method-i-stop">stop</a> (defaults to <code>false</code>)</p>
384
384
  <span class="ruby-ivar">@aliases</span> = {}
385
385
  <span class="ruby-ivar">@tests</span> = []
386
386
 
387
+ <span class="ruby-identifier">client</span> = <span class="ruby-constant">Selenium</span><span class="ruby-operator">::</span><span class="ruby-constant">WebDriver</span><span class="ruby-operator">::</span><span class="ruby-constant">Remote</span><span class="ruby-operator">::</span><span class="ruby-constant">Http</span><span class="ruby-operator">::</span><span class="ruby-constant">Default</span>.<span class="ruby-identifier">new</span>
388
+ <span class="ruby-identifier">client</span>.<span class="ruby-identifier">timeout</span> = (<span class="ruby-ivar">@options</span>[<span class="ruby-value">:open_timeout</span>] <span class="ruby-operator">||</span> <span class="ruby-value">60</span>).<span class="ruby-identifier">to_i</span>
389
+ <span class="ruby-ivar">@options</span>[<span class="ruby-value">:driver_opt</span>] = {} <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@options</span>[<span class="ruby-value">:driver_opt</span>]
390
+ <span class="ruby-ivar">@options</span>[<span class="ruby-value">:driver_opt</span>][<span class="ruby-value">:http_client</span>] = <span class="ruby-identifier">client</span>
391
+
387
392
  <span class="ruby-identifier">_load_extensions</span>(<span class="ruby-identifier">options</span>[<span class="ruby-value">:extensions</span>] <span class="ruby-operator">||</span> [])
388
393
 
389
394
  <span class="ruby-identifier">handle_errors</span> <span class="ruby-keyword">do</span>
@@ -435,7 +440,7 @@ href="Context.html#method-i-stop">stop</a> (defaults to <code>false</code>)</p>
435
440
 
436
441
 
437
442
  <div class="method-source-code" id="debug-source">
438
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 221</span>
443
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 226</span>
439
444
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">debug</span>
440
445
  <span class="ruby-identifier">exec_action</span>(<span class="ruby-string">&#39;debug&#39;</span>, <span class="ruby-keyword">false</span>)
441
446
  <span class="ruby-keyword">end</span></pre>
@@ -492,7 +497,7 @@ applies if no <code>block</code> was given).</p>
492
497
 
493
498
 
494
499
  <div class="method-source-code" id="find-source">
495
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 210</span>
500
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 215</span>
496
501
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">find</span>(<span class="ruby-identifier">selector</span>, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">block</span>) <span class="ruby-comment"># yields: element</span>
497
502
  <span class="ruby-identifier">with_timeout</span> <span class="ruby-constant">Selenium</span><span class="ruby-operator">::</span><span class="ruby-constant">WebDriver</span><span class="ruby-operator">::</span><span class="ruby-constant">Error</span><span class="ruby-operator">::</span><span class="ruby-constant">NoSuchElementError</span> <span class="ruby-keyword">do</span>
498
503
  <span class="ruby-constant">Selector</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>, <span class="ruby-ivar">@variables</span>[<span class="ruby-string">&#39;__SELECTOR__&#39;</span>]).<span class="ruby-identifier">find</span>(<span class="ruby-identifier">selector</span>, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">block</span>)
@@ -542,7 +547,7 @@ the inner text or the value of the <code>value</code> attribute.</p>
542
547
 
543
548
 
544
549
  <div class="method-source-code" id="get_value-source">
545
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 240</span>
550
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 245</span>
546
551
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">get_value</span>(<span class="ruby-identifier">element</span>)
547
552
  <span class="ruby-keyword">if</span> [<span class="ruby-string">&#39;input&#39;</span>,<span class="ruby-string">&#39;select&#39;</span>,<span class="ruby-string">&#39;textarea&#39;</span>].<span class="ruby-identifier">include?</span> <span class="ruby-identifier">element</span>.<span class="ruby-identifier">tag_name</span>.<span class="ruby-identifier">downcase</span>
548
553
  <span class="ruby-identifier">element</span>.<span class="ruby-identifier">attribute</span>(<span class="ruby-string">&#39;value&#39;</span>)
@@ -585,7 +590,7 @@ the inner text or the value of the <code>value</code> attribute.</p>
585
590
 
586
591
 
587
592
  <div class="method-source-code" id="reset_driver-source">
588
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 165</span>
593
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 170</span>
589
594
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">reset_driver</span>
590
595
  <span class="ruby-ivar">@driver</span>.<span class="ruby-identifier">quit</span>
591
596
  <span class="ruby-identifier">_load_driver</span>
@@ -634,7 +639,7 @@ href="Context.html#method-i-stop">stop</a>).</p>
634
639
 
635
640
 
636
641
  <div class="method-source-code" id="start-source">
637
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 147</span>
642
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 152</span>
638
643
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">start</span>(<span class="ruby-identifier">actions</span> = [])
639
644
  <span class="ruby-identifier">_load_driver</span>
640
645
  <span class="ruby-keyword">return</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">actions</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">&gt;</span> <span class="ruby-value">0</span>
@@ -693,7 +698,7 @@ href="Context.html#method-i-stop">stop</a> pattern.</p>
693
698
 
694
699
 
695
700
  <div class="method-source-code" id="stop-source">
696
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 185</span>
701
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 190</span>
697
702
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">stop</span>
698
703
  <span class="ruby-constant">Context</span><span class="ruby-operator">::</span><span class="ruby-identifier">wait</span> <span class="ruby-keyword">if</span> <span class="ruby-ivar">@options</span>[<span class="ruby-value">:wait</span>]
699
704
  <span class="ruby-ivar">@driver</span>.<span class="ruby-identifier">quit</span>
@@ -759,7 +764,7 @@ logger type.</p>
759
764
 
760
765
 
761
766
  <div class="method-source-code" id="load_logger-source">
762
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 383</span>
767
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 388</span>
763
768
  <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">load_logger</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">options</span>)
764
769
  <span class="ruby-identifier">log_name</span> = (<span class="ruby-identifier">name</span> <span class="ruby-operator">||</span> <span class="ruby-string">&#39;null&#39;</span>).<span class="ruby-identifier">downcase</span>
765
770
 
@@ -801,7 +806,7 @@ logger type.</p>
801
806
 
802
807
 
803
808
  <div class="method-source-code" id="parse_action_default-source">
804
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 405</span>
809
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 410</span>
805
810
  <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">parse_action_default</span>(<span class="ruby-identifier">text</span>, <span class="ruby-identifier">file</span> = <span class="ruby-string">&#39;&lt;unknown&gt;&#39;</span>, <span class="ruby-identifier">line</span> = <span class="ruby-value">0</span>)
806
811
  <span class="ruby-identifier">data</span> = <span class="ruby-identifier">text</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">&#39; &#39;</span>, <span class="ruby-value">2</span>)
807
812
  <span class="ruby-keyword">begin</span>
@@ -869,7 +874,7 @@ logger type.</p>
869
874
 
870
875
 
871
876
  <div class="method-source-code" id="wait-source">
872
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 376</span>
877
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 381</span>
873
878
  <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">wait</span>
874
879
  <span class="ruby-constant">Readline</span>.<span class="ruby-identifier">readline</span>(<span class="ruby-string">&quot;Press ENTER to continue\n&quot;</span>)
875
880
  <span class="ruby-keyword">end</span></pre>
@@ -911,7 +916,7 @@ with the arguments specified in <code>args</code>.</p>
911
916
 
912
917
 
913
918
  <div class="method-source-code" id="add_alias-source">
914
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 399</span>
919
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 404</span>
915
920
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">add_alias</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">action</span>, <span class="ruby-identifier">args</span>)
916
921
  <span class="ruby-ivar">@aliases</span>[<span class="ruby-identifier">name</span>] = { <span class="ruby-value">:action</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">action</span>, <span class="ruby-value">:args</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">args</span> }
917
922
  <span class="ruby-keyword">end</span></pre>
@@ -954,7 +959,7 @@ behavior).</p>
954
959
 
955
960
 
956
961
  <div class="method-source-code" id="exec_action-source">
957
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 261</span>
962
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 266</span>
958
963
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">exec_action</span>(<span class="ruby-identifier">text</span>, <span class="ruby-identifier">log</span> = <span class="ruby-keyword">true</span>, <span class="ruby-identifier">file</span> = <span class="ruby-string">&#39;&lt;unknown&gt;&#39;</span>, <span class="ruby-identifier">line</span> = <span class="ruby-value">0</span>)
959
964
  <span class="ruby-identifier">data</span> = <span class="ruby-constant">Context</span><span class="ruby-operator">::</span><span class="ruby-identifier">parse_action_default</span>(<span class="ruby-identifier">text</span>, <span class="ruby-identifier">file</span>, <span class="ruby-identifier">line</span>)
960
965
  <span class="ruby-identifier">_exec_parsed_action</span>(<span class="ruby-identifier">data</span>[<span class="ruby-value">:action</span>], <span class="ruby-identifier">data</span>[<span class="ruby-value">:args</span>], <span class="ruby-identifier">text</span>, <span class="ruby-identifier">log</span>, <span class="ruby-identifier">file</span>, <span class="ruby-identifier">line</span>)
@@ -994,7 +999,7 @@ behavior).</p>
994
999
 
995
1000
 
996
1001
  <div class="method-source-code" id="exec_file-source">
997
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 272</span>
1002
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 277</span>
998
1003
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">exec_file</span>(<span class="ruby-identifier">file</span>)
999
1004
  <span class="ruby-ivar">@parser</span>.<span class="ruby-identifier">parse</span>(<span class="ruby-identifier">file</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">action</span>, <span class="ruby-identifier">args</span>, <span class="ruby-identifier">text</span>, <span class="ruby-identifier">file</span>, <span class="ruby-identifier">line</span><span class="ruby-operator">|</span>
1000
1005
  <span class="ruby-identifier">_exec_parsed_action</span>(<span class="ruby-identifier">action</span>, <span class="ruby-identifier">args</span>, <span class="ruby-identifier">text</span>, <span class="ruby-keyword">true</span>, <span class="ruby-identifier">file</span>, <span class="ruby-identifier">line</span>)
@@ -1049,7 +1054,7 @@ handler will not exit after printing the error message.</p>
1049
1054
 
1050
1055
 
1051
1056
  <div class="method-source-code" id="handle_errors-source">
1052
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 297</span>
1057
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 302</span>
1053
1058
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">handle_errors</span>(<span class="ruby-identifier">break_into_debug</span> = <span class="ruby-keyword">false</span>, <span class="ruby-identifier">exit_on_error</span> = <span class="ruby-keyword">true</span>)
1054
1059
  <span class="ruby-keyword">yield</span>
1055
1060
  <span class="ruby-keyword">rescue</span> <span class="ruby-constant">StandardError</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">e</span>
@@ -1116,7 +1121,7 @@ available <a href="Selector.html">Selector</a> strategies).</p>
1116
1121
 
1117
1122
 
1118
1123
  <div class="method-source-code" id="with_driver_timeout-source">
1119
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 361</span>
1124
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 366</span>
1120
1125
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">with_driver_timeout</span>(<span class="ruby-identifier">timeout</span>)
1121
1126
  <span class="ruby-identifier">current</span> = <span class="ruby-ivar">@driver_timeout</span>
1122
1127
  <span class="ruby-ivar">@driver</span>.<span class="ruby-identifier">manage</span>.<span class="ruby-identifier">timeouts</span>.<span class="ruby-identifier">implicit_wait</span> = <span class="ruby-identifier">timeout</span>
@@ -1165,7 +1170,7 @@ to execute the block itself.</p>
1165
1170
 
1166
1171
 
1167
1172
  <div class="method-source-code" id="with_timeout-source">
1168
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 333</span>
1173
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 338</span>
1169
1174
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">with_timeout</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">error_types</span>)
1170
1175
  <span class="ruby-identifier">stime</span> = <span class="ruby-constant">Time</span>.<span class="ruby-identifier">new</span>
1171
1176
  <span class="ruby-identifier">timeout</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">stime</span> <span class="ruby-operator">+</span> <span class="ruby-ivar">@variables</span>[<span class="ruby-string">&#39;__TIMEOUT__&#39;</span>]
@@ -1246,7 +1251,7 @@ to execute the block itself.</p>
1246
1251
 
1247
1252
 
1248
1253
  <div class="method-source-code" id="action_args-source">
1249
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 458</span>
1254
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 463</span>
1250
1255
  <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">action_args</span>(<span class="ruby-identifier">action</span>)
1251
1256
  <span class="ruby-identifier">action</span> <span class="ruby-operator">+=</span> <span class="ruby-string">&#39;_action&#39;</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">_action_methods</span>.<span class="ruby-identifier">include?</span> <span class="ruby-identifier">action</span>
1252
1257
  <span class="ruby-constant">Action</span>.<span class="ruby-identifier">public_instance_method</span>(<span class="ruby-identifier">action</span>).<span class="ruby-identifier">parameters</span>.<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">att</span>, <span class="ruby-identifier">name</span><span class="ruby-operator">|</span> <span class="ruby-identifier">name</span>.<span class="ruby-identifier">to_s</span> }
@@ -1286,7 +1291,7 @@ to execute the block itself.</p>
1286
1291
 
1287
1292
 
1288
1293
  <div class="method-source-code" id="actions-source">
1289
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 448</span>
1294
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 453</span>
1290
1295
  <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">actions</span>
1291
1296
  <span class="ruby-identifier">_action_methods</span>.<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span> <span class="ruby-identifier">m</span>.<span class="ruby-identifier">sub</span>(<span class="ruby-regexp">/_action$/</span>, <span class="ruby-string">&#39;&#39;</span>) }
1292
1297
  <span class="ruby-keyword">end</span></pre>
@@ -1325,7 +1330,7 @@ to execute the block itself.</p>
1325
1330
 
1326
1331
 
1327
1332
  <div class="method-source-code" id="loggers-source">
1328
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 487</span>
1333
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 492</span>
1329
1334
  <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">loggers</span>
1330
1335
  <span class="ruby-constant">Loggers</span>.<span class="ruby-identifier">constants</span>.<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">l</span><span class="ruby-operator">|</span> <span class="ruby-identifier">l</span>.<span class="ruby-identifier">to_s</span>.<span class="ruby-identifier">downcase</span>.<span class="ruby-identifier">sub</span>(<span class="ruby-regexp">/logger$/</span>, <span class="ruby-string">&#39;&#39;</span>) }
1331
1336
  <span class="ruby-keyword">end</span></pre>
@@ -1367,7 +1372,7 @@ to execute the block itself.</p>
1367
1372
 
1368
1373
 
1369
1374
  <div class="method-source-code" id="max_action_name_size-source">
1370
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 511</span>
1375
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 516</span>
1371
1376
  <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">max_action_name_size</span>
1372
1377
  <span class="ruby-identifier">actions</span>.<span class="ruby-identifier">inject</span>(<span class="ruby-value">0</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">s</span>,<span class="ruby-identifier">a</span><span class="ruby-operator">|</span> <span class="ruby-identifier">a</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">&gt;</span> <span class="ruby-identifier">s</span> <span class="ruby-operator">?</span> <span class="ruby-identifier">a</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">s</span> }
1373
1378
  <span class="ruby-keyword">end</span></pre>
@@ -1406,7 +1411,7 @@ to execute the block itself.</p>
1406
1411
 
1407
1412
 
1408
1413
  <div class="method-source-code" id="parsers-source">
1409
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 497</span>
1414
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 502</span>
1410
1415
  <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">parsers</span>
1411
1416
  (<span class="ruby-constant">Parser</span>.<span class="ruby-identifier">public_instance_methods</span>(<span class="ruby-keyword">false</span>) <span class="ruby-operator">-</span> <span class="ruby-constant">ParserModule</span>.<span class="ruby-identifier">public_instance_methods</span>(<span class="ruby-keyword">false</span>))
1412
1417
  .<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">p</span><span class="ruby-operator">|</span> <span class="ruby-identifier">p</span>.<span class="ruby-identifier">to_s</span> }
@@ -1450,7 +1455,7 @@ custom selectors are returned.</p>
1450
1455
 
1451
1456
 
1452
1457
  <div class="method-source-code" id="selectors-source">
1453
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 473</span>
1458
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 478</span>
1454
1459
  <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">selectors</span>(<span class="ruby-identifier">include_standard_selectors</span> = <span class="ruby-keyword">true</span>)
1455
1460
  <span class="ruby-identifier">ret</span> = <span class="ruby-constant">Selector</span>.<span class="ruby-identifier">public_instance_methods</span>(<span class="ruby-keyword">false</span>).<span class="ruby-identifier">map</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">a</span><span class="ruby-operator">|</span> <span class="ruby-identifier">a</span>.<span class="ruby-identifier">to_s</span>.<span class="ruby-identifier">sub</span>(<span class="ruby-regexp">/_selector$/</span>, <span class="ruby-string">&#39;&#39;</span>) }
1456
1461
  <span class="ruby-keyword">if</span> <span class="ruby-identifier">include_standard_selectors</span>
@@ -1532,7 +1537,7 @@ with the corresponding variable value.</p>
1532
1537
 
1533
1538
 
1534
1539
  <div class="method-source-code" id="expand-source">
1535
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 532</span>
1540
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 537</span>
1536
1541
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">expand</span>(<span class="ruby-identifier">s</span>)
1537
1542
  <span class="ruby-identifier">result</span> = <span class="ruby-ivar">@variables</span>.<span class="ruby-identifier">inject</span>(<span class="ruby-identifier">s</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">s</span>,<span class="ruby-identifier">kv</span><span class="ruby-operator">|</span>
1538
1543
  <span class="ruby-identifier">s</span> = <span class="ruby-identifier">s</span>.<span class="ruby-identifier">gsub</span>(<span class="ruby-node">/\$\{#{kv[0]}\}/</span>, <span class="ruby-identifier">kv</span>[<span class="ruby-value">1</span>].<span class="ruby-identifier">to_s</span>)
@@ -1585,7 +1590,7 @@ variables is restored.</p>
1585
1590
 
1586
1591
 
1587
1592
  <div class="method-source-code" id="with_vars-source">
1588
- <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 555</span>
1593
+ <pre><span class="ruby-comment"># File lib/bauxite/core/context.rb, line 560</span>
1589
1594
  <span class="ruby-keyword">def</span> <span class="ruby-identifier">with_vars</span>(<span class="ruby-identifier">vars</span>)
1590
1595
  <span class="ruby-identifier">current</span> = <span class="ruby-ivar">@variables</span>
1591
1596
  <span class="ruby-ivar">@variables</span> = <span class="ruby-ivar">@variables</span>.<span class="ruby-identifier">merge</span>(<span class="ruby-identifier">vars</span>)
@@ -1611,7 +1616,7 @@ variables is restored.</p>
1611
1616
 
1612
1617
  <footer id="validator-badges" role="contentinfo">
1613
1618
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
1614
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
1619
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
1615
1620
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
1616
1621
  </footer>
1617
1622
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -159,7 +159,7 @@ action succeeded, failed or was skipped).</p>
159
159
 
160
160
  <footer id="validator-badges" role="contentinfo">
161
161
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
162
- <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.
163
163
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
164
164
  </footer>
165
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
 
@@ -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
 
@@ -585,7 +585,7 @@
585
585
 
586
586
  <footer id="validator-badges" role="contentinfo">
587
587
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
588
- <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.
589
589
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
590
590
  </footer>
591
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
 
@@ -371,7 +371,7 @@ parser can&#39;t handle the file.</p>
371
371
 
372
372
  <footer id="validator-badges" role="contentinfo">
373
373
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
374
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
374
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
375
375
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
376
376
  </footer>
377
377
 
@@ -197,7 +197,7 @@
197
197
 
198
198
  <footer id="validator-badges" role="contentinfo">
199
199
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
200
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
200
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
201
201
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
202
202
  </footer>
203
203
 
@@ -502,7 +502,7 @@ child control element, including input, select, textarea and button).</p>
502
502
 
503
503
  <footer id="validator-badges" role="contentinfo">
504
504
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
505
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
505
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
506
506
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
507
507
  </footer>
508
508
 
@@ -276,7 +276,7 @@ href="Context.html#method-i-find">Bauxite::Context#find</a>.</p>
276
276
 
277
277
  <footer id="validator-badges" role="contentinfo">
278
278
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
279
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
279
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
280
280
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
281
281
  </footer>
282
282
 
data/doc/README_md.html CHANGED
@@ -436,7 +436,7 @@ we can type:</p>
436
436
 
437
437
  <footer id="validator-badges" role="contentinfo">
438
438
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
439
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
439
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
440
440
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
441
441
  </footer>
442
442
 
data/doc/created.rid CHANGED
@@ -1,46 +1,46 @@
1
- Tue, 28 Jan 2014 21:15:42 -0300
2
- README.md Tue, 28 Jan 2014 20:52:06 -0300
3
- lib/bauxite/actions/break.rb Mon, 27 Jan 2014 20:58:50 -0300
4
- lib/bauxite/actions/assert.rb Mon, 27 Jan 2014 20:58:50 -0300
5
- lib/bauxite/actions/wait.rb Mon, 27 Jan 2014 20:58:50 -0300
6
- lib/bauxite/actions/assertv.rb Mon, 27 Jan 2014 20:58:50 -0300
7
- lib/bauxite/actions/open.rb Tue, 28 Jan 2014 20:06:47 -0300
8
- lib/bauxite/actions/submit.rb Tue, 28 Jan 2014 19:04:23 -0300
9
- lib/bauxite/actions/return.rb Mon, 27 Jan 2014 20:58:50 -0300
10
- lib/bauxite/actions/select.rb Tue, 28 Jan 2014 19:04:23 -0300
11
- lib/bauxite/actions/ruby.rb Mon, 27 Jan 2014 20:58:50 -0300
12
- lib/bauxite/actions/echo.rb Mon, 27 Jan 2014 20:58:50 -0300
13
- lib/bauxite/actions/js.rb Mon, 27 Jan 2014 20:58:50 -0300
14
- lib/bauxite/actions/replace.rb Mon, 27 Jan 2014 20:58:50 -0300
15
- lib/bauxite/actions/write.rb Mon, 27 Jan 2014 20:58:50 -0300
16
- lib/bauxite/actions/params.rb Mon, 27 Jan 2014 20:58:50 -0300
17
- lib/bauxite/actions/set.rb Mon, 27 Jan 2014 20:58:50 -0300
18
- lib/bauxite/actions/click.rb Mon, 27 Jan 2014 20:58:50 -0300
19
- lib/bauxite/actions/reset.rb Mon, 27 Jan 2014 20:58:50 -0300
20
- lib/bauxite/actions/debug.rb Mon, 27 Jan 2014 20:58:50 -0300
21
- lib/bauxite/actions/source.rb Mon, 27 Jan 2014 20:58:50 -0300
22
- lib/bauxite/actions/exec.rb Mon, 27 Jan 2014 20:58:50 -0300
23
- lib/bauxite/actions/store.rb Mon, 27 Jan 2014 20:58:50 -0300
24
- lib/bauxite/actions/tryload.rb Mon, 27 Jan 2014 20:58:50 -0300
25
- lib/bauxite/actions/load.rb Mon, 27 Jan 2014 20:58:50 -0300
26
- lib/bauxite/actions/test.rb Mon, 27 Jan 2014 20:58:50 -0300
27
- lib/bauxite/actions/alias.rb Mon, 27 Jan 2014 20:58:50 -0300
28
- lib/bauxite/parsers/html.rb Mon, 27 Jan 2014 20:58:50 -0300
29
- lib/bauxite/parsers/csv.rb Mon, 27 Jan 2014 20:58:50 -0300
30
- lib/bauxite/parsers/default.rb Mon, 27 Jan 2014 20:58:50 -0300
31
- lib/bauxite/application.rb Tue, 28 Jan 2014 19:30:07 -0300
32
- lib/bauxite/core/errors.rb Mon, 27 Jan 2014 20:58:50 -0300
33
- lib/bauxite/core/selector.rb Tue, 28 Jan 2014 21:05:35 -0300
34
- lib/bauxite/core/context.rb Tue, 28 Jan 2014 21:09:59 -0300
35
- lib/bauxite/core/logger.rb Mon, 27 Jan 2014 20:58:50 -0300
36
- lib/bauxite/core/action.rb Mon, 27 Jan 2014 20:58:50 -0300
37
- lib/bauxite/core/parser.rb Mon, 27 Jan 2014 20:58:50 -0300
38
- lib/bauxite/selectors/sid.rb Tue, 28 Jan 2014 19:32:32 -0300
39
- lib/bauxite/selectors/attr.rb Mon, 27 Jan 2014 20:58:50 -0300
40
- lib/bauxite/selectors/smart.rb Tue, 28 Jan 2014 21:11:30 -0300
41
- lib/bauxite/selectors/frame.rb Tue, 28 Jan 2014 19:38:40 -0300
42
- lib/bauxite/loggers/terminal.rb Mon, 27 Jan 2014 20:58:50 -0300
43
- lib/bauxite/loggers/file.rb Mon, 27 Jan 2014 20:58:50 -0300
44
- lib/bauxite/loggers/composite.rb Mon, 27 Jan 2014 20:58:50 -0300
45
- lib/bauxite/loggers/echo.rb Mon, 27 Jan 2014 20:58:50 -0300
46
- lib/bauxite/loggers/xterm.rb Mon, 27 Jan 2014 20:58:50 -0300
1
+ Wed, 29 Jan 2014 17:44:15 -0300
2
+ README.md Wed, 29 Jan 2014 09:10:40 -0300
3
+ lib/bauxite/actions/js.rb Mon, 27 Jan 2014 11:02:44 -0300
4
+ lib/bauxite/actions/exec.rb Mon, 27 Jan 2014 11:02:44 -0300
5
+ lib/bauxite/actions/wait.rb Mon, 27 Jan 2014 11:02:44 -0300
6
+ lib/bauxite/actions/assert.rb Mon, 27 Jan 2014 11:02:44 -0300
7
+ lib/bauxite/actions/ruby.rb Mon, 27 Jan 2014 11:02:44 -0300
8
+ lib/bauxite/actions/store.rb Mon, 27 Jan 2014 11:02:44 -0300
9
+ lib/bauxite/actions/assertv.rb Mon, 27 Jan 2014 11:02:44 -0300
10
+ lib/bauxite/actions/alias.rb Mon, 27 Jan 2014 11:02:44 -0300
11
+ lib/bauxite/actions/tryload.rb Mon, 27 Jan 2014 11:02:44 -0300
12
+ lib/bauxite/actions/test.rb Mon, 27 Jan 2014 11:02:44 -0300
13
+ lib/bauxite/actions/load.rb Mon, 27 Jan 2014 11:02:44 -0300
14
+ lib/bauxite/actions/submit.rb Tue, 28 Jan 2014 16:05:51 -0300
15
+ lib/bauxite/actions/open.rb Wed, 29 Jan 2014 09:10:40 -0300
16
+ lib/bauxite/actions/reset.rb Mon, 27 Jan 2014 11:02:44 -0300
17
+ lib/bauxite/actions/write.rb Mon, 27 Jan 2014 11:02:44 -0300
18
+ lib/bauxite/actions/replace.rb Mon, 27 Jan 2014 11:02:44 -0300
19
+ lib/bauxite/actions/select.rb Tue, 28 Jan 2014 16:04:12 -0300
20
+ lib/bauxite/actions/echo.rb Mon, 27 Jan 2014 11:02:44 -0300
21
+ lib/bauxite/actions/set.rb Mon, 27 Jan 2014 11:02:44 -0300
22
+ lib/bauxite/actions/params.rb Mon, 27 Jan 2014 11:02:44 -0300
23
+ lib/bauxite/actions/debug.rb Mon, 27 Jan 2014 11:02:44 -0300
24
+ lib/bauxite/actions/return.rb Mon, 27 Jan 2014 11:02:44 -0300
25
+ lib/bauxite/actions/click.rb Mon, 27 Jan 2014 11:02:44 -0300
26
+ lib/bauxite/actions/source.rb Mon, 27 Jan 2014 11:02:44 -0300
27
+ lib/bauxite/actions/break.rb Mon, 27 Jan 2014 11:02:44 -0300
28
+ lib/bauxite/core/selector.rb Wed, 29 Jan 2014 09:10:40 -0300
29
+ lib/bauxite/core/errors.rb Mon, 27 Jan 2014 11:02:44 -0300
30
+ lib/bauxite/core/context.rb Wed, 29 Jan 2014 17:41:23 -0300
31
+ lib/bauxite/core/parser.rb Tue, 28 Jan 2014 16:48:43 -0300
32
+ lib/bauxite/core/action.rb Tue, 28 Jan 2014 16:48:43 -0300
33
+ lib/bauxite/core/logger.rb Wed, 29 Jan 2014 15:46:07 -0300
34
+ lib/bauxite/parsers/default.rb Mon, 27 Jan 2014 11:02:44 -0300
35
+ lib/bauxite/parsers/html.rb Mon, 27 Jan 2014 11:02:44 -0300
36
+ lib/bauxite/parsers/csv.rb Mon, 27 Jan 2014 11:02:44 -0300
37
+ lib/bauxite/application.rb Wed, 29 Jan 2014 17:33:50 -0300
38
+ lib/bauxite/selectors/frame.rb Wed, 29 Jan 2014 09:10:40 -0300
39
+ lib/bauxite/selectors/attr.rb Mon, 27 Jan 2014 11:02:44 -0300
40
+ lib/bauxite/selectors/sid.rb Wed, 29 Jan 2014 09:10:40 -0300
41
+ lib/bauxite/selectors/smart.rb Wed, 29 Jan 2014 09:10:40 -0300
42
+ lib/bauxite/loggers/terminal.rb Mon, 27 Jan 2014 11:04:47 -0300
43
+ lib/bauxite/loggers/echo.rb Mon, 27 Jan 2014 11:03:37 -0300
44
+ lib/bauxite/loggers/composite.rb Mon, 27 Jan 2014 11:02:44 -0300
45
+ lib/bauxite/loggers/xterm.rb Mon, 27 Jan 2014 11:02:44 -0300
46
+ lib/bauxite/loggers/file.rb Mon, 27 Jan 2014 11:02:44 -0300