bauxite 0.4.6 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/Bauxite/Action.html +103 -13
- data/doc/Bauxite/ActionModule.html +1 -1
- data/doc/Bauxite/Application.html +1 -1
- data/doc/Bauxite/Context.html +149 -22
- data/doc/Bauxite/Errors/AssertionError.html +1 -1
- data/doc/Bauxite/Errors/FileNotFoundError.html +1 -1
- data/doc/Bauxite/Errors/FormatError.html +1 -1
- data/doc/Bauxite/Errors.html +1 -1
- data/doc/Bauxite/Loggers/CompositeLogger.html +1 -1
- data/doc/Bauxite/Loggers/EchoLogger.html +1 -1
- data/doc/Bauxite/Loggers/FileLogger.html +1 -1
- data/doc/Bauxite/Loggers/NullLogger.html +1 -1
- data/doc/Bauxite/Loggers/TerminalLogger.html +1 -1
- data/doc/Bauxite/Loggers/XtermLogger.html +1 -1
- data/doc/Bauxite/Loggers.html +1 -1
- data/doc/Bauxite/Parser.html +1 -1
- data/doc/Bauxite/ParserModule.html +1 -1
- data/doc/Bauxite/Selector.html +1 -1
- data/doc/Bauxite/SelectorModule.html +1 -1
- data/doc/Bauxite.html +1 -1
- data/doc/README_md.html +1 -1
- data/doc/created.rid +49 -47
- data/doc/index.html +1 -1
- data/doc/js/jquery.js +18 -4
- data/doc/js/search_index.js +1 -1
- data/doc/table_of_contents.html +68 -48
- data/lib/bauxite/actions/doif.rb +43 -0
- data/lib/bauxite/actions/failif.rb +3 -12
- data/lib/bauxite/actions/setif.rb +40 -0
- data/lib/bauxite/core/context.rb +67 -22
- data/lib/bauxite.rb +1 -1
- data/test/doif.bxt +6 -0
- data/test/setif.bxt +3 -0
- metadata +6 -2
data/doc/Bauxite/Errors.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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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
|
|
data/doc/Bauxite/Loggers.html
CHANGED
@@ -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.
|
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
|
|
data/doc/Bauxite/Parser.html
CHANGED
@@ -371,7 +371,7 @@ parser can'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.
|
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.
|
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
|
|
data/doc/Bauxite/Selector.html
CHANGED
@@ -509,7 +509,7 @@ child control element, including input, select, textarea and button).</p>
|
|
509
509
|
|
510
510
|
<footer id="validator-badges" role="contentinfo">
|
511
511
|
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
512
|
-
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.
|
512
|
+
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
|
513
513
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
514
514
|
</footer>
|
515
515
|
|
@@ -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.
|
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/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.
|
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
|
|
data/doc/README_md.html
CHANGED
@@ -532,7 +532,7 @@ href="Bauxite.html">Bauxite</a> test results:</p>
|
|
532
532
|
|
533
533
|
<footer id="validator-badges" role="contentinfo">
|
534
534
|
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
535
|
-
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.
|
535
|
+
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
|
536
536
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
537
537
|
</footer>
|
538
538
|
|
data/doc/created.rid
CHANGED
@@ -1,47 +1,49 @@
|
|
1
|
-
|
2
|
-
README.md Fri, 31 Jan 2014
|
3
|
-
lib/bauxite/actions/
|
4
|
-
lib/bauxite/actions/
|
5
|
-
lib/bauxite/actions/wait.rb Mon, 27 Jan 2014
|
6
|
-
lib/bauxite/actions/
|
7
|
-
lib/bauxite/actions/
|
8
|
-
lib/bauxite/actions/
|
9
|
-
lib/bauxite/actions/
|
10
|
-
lib/bauxite/actions/
|
11
|
-
lib/bauxite/actions/
|
12
|
-
lib/bauxite/actions/
|
13
|
-
lib/bauxite/actions/
|
14
|
-
lib/bauxite/actions/
|
15
|
-
lib/bauxite/actions/
|
16
|
-
lib/bauxite/actions/
|
17
|
-
lib/bauxite/actions/
|
18
|
-
lib/bauxite/actions/failif.rb
|
19
|
-
lib/bauxite/actions/
|
20
|
-
lib/bauxite/actions/
|
21
|
-
lib/bauxite/actions/
|
22
|
-
lib/bauxite/actions/
|
23
|
-
lib/bauxite/actions/
|
24
|
-
lib/bauxite/actions/
|
25
|
-
lib/bauxite/actions/
|
26
|
-
lib/bauxite/actions/
|
27
|
-
lib/bauxite/actions/
|
28
|
-
lib/bauxite/actions/
|
29
|
-
lib/bauxite/
|
30
|
-
lib/bauxite/
|
31
|
-
lib/bauxite/
|
32
|
-
lib/bauxite/
|
33
|
-
lib/bauxite/core/
|
34
|
-
lib/bauxite/core/
|
35
|
-
lib/bauxite/core/
|
36
|
-
lib/bauxite/core/logger.rb
|
37
|
-
lib/bauxite/
|
38
|
-
lib/bauxite/
|
39
|
-
lib/bauxite/
|
40
|
-
lib/bauxite/
|
41
|
-
lib/bauxite/selectors/
|
42
|
-
lib/bauxite/selectors/
|
43
|
-
lib/bauxite/
|
44
|
-
lib/bauxite/
|
45
|
-
lib/bauxite/loggers/
|
46
|
-
lib/bauxite/loggers/echo.rb Mon, 27 Jan 2014
|
47
|
-
lib/bauxite/loggers/
|
1
|
+
Mon, 03 Feb 2014 11:53:03 -0300
|
2
|
+
README.md Fri, 31 Jan 2014 09:09:21 -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/failif.rb Mon, 03 Feb 2014 11:32:29 -0300
|
19
|
+
lib/bauxite/actions/setif.rb Mon, 03 Feb 2014 11:25:29 -0300
|
20
|
+
lib/bauxite/actions/replace.rb Mon, 27 Jan 2014 11:02:44 -0300
|
21
|
+
lib/bauxite/actions/select.rb Tue, 28 Jan 2014 16:04:12 -0300
|
22
|
+
lib/bauxite/actions/echo.rb Mon, 27 Jan 2014 11:02:44 -0300
|
23
|
+
lib/bauxite/actions/set.rb Mon, 27 Jan 2014 11:02:44 -0300
|
24
|
+
lib/bauxite/actions/params.rb Mon, 27 Jan 2014 11:02:44 -0300
|
25
|
+
lib/bauxite/actions/debug.rb Mon, 27 Jan 2014 11:02:44 -0300
|
26
|
+
lib/bauxite/actions/return.rb Mon, 27 Jan 2014 11:02:44 -0300
|
27
|
+
lib/bauxite/actions/click.rb Mon, 27 Jan 2014 11:02:44 -0300
|
28
|
+
lib/bauxite/actions/doif.rb Mon, 03 Feb 2014 11:48:07 -0300
|
29
|
+
lib/bauxite/actions/source.rb Mon, 27 Jan 2014 11:02:44 -0300
|
30
|
+
lib/bauxite/actions/break.rb Mon, 27 Jan 2014 11:02:44 -0300
|
31
|
+
lib/bauxite/core/selector.rb Wed, 29 Jan 2014 09:10:40 -0300
|
32
|
+
lib/bauxite/core/errors.rb Mon, 27 Jan 2014 11:02:44 -0300
|
33
|
+
lib/bauxite/core/context.rb Mon, 03 Feb 2014 11:50:52 -0300
|
34
|
+
lib/bauxite/core/parser.rb Tue, 28 Jan 2014 16:48:43 -0300
|
35
|
+
lib/bauxite/core/action.rb Tue, 28 Jan 2014 16:48:43 -0300
|
36
|
+
lib/bauxite/core/logger.rb Wed, 29 Jan 2014 15:46:07 -0300
|
37
|
+
lib/bauxite/parsers/default.rb Mon, 27 Jan 2014 11:02:44 -0300
|
38
|
+
lib/bauxite/parsers/html.rb Mon, 27 Jan 2014 11:02:44 -0300
|
39
|
+
lib/bauxite/parsers/csv.rb Mon, 27 Jan 2014 11:02:44 -0300
|
40
|
+
lib/bauxite/application.rb Wed, 29 Jan 2014 17:33:50 -0300
|
41
|
+
lib/bauxite/selectors/frame.rb Wed, 29 Jan 2014 09:10:40 -0300
|
42
|
+
lib/bauxite/selectors/attr.rb Mon, 27 Jan 2014 11:02:44 -0300
|
43
|
+
lib/bauxite/selectors/sid.rb Wed, 29 Jan 2014 09:10:40 -0300
|
44
|
+
lib/bauxite/selectors/smart.rb Mon, 03 Feb 2014 10:56:01 -0300
|
45
|
+
lib/bauxite/loggers/terminal.rb Mon, 27 Jan 2014 11:04:47 -0300
|
46
|
+
lib/bauxite/loggers/echo.rb Mon, 27 Jan 2014 11:03:37 -0300
|
47
|
+
lib/bauxite/loggers/composite.rb Mon, 27 Jan 2014 11:02:44 -0300
|
48
|
+
lib/bauxite/loggers/xterm.rb Mon, 27 Jan 2014 11:02:44 -0300
|
49
|
+
lib/bauxite/loggers/file.rb Mon, 27 Jan 2014 11:02:44 -0300
|
data/doc/index.html
CHANGED
@@ -562,7 +562,7 @@ href="Bauxite.html">Bauxite</a> test results:</p>
|
|
562
562
|
|
563
563
|
<footer id="validator-badges" role="contentinfo">
|
564
564
|
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
565
|
-
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.
|
565
|
+
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
|
566
566
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
567
567
|
</footer>
|
568
568
|
|