bauxite 0.6.1 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/doc/Bauxite/Action.html +1 -1
- data/doc/Bauxite/ActionModule.html +17 -4
- data/doc/Bauxite/Application.html +1 -1
- data/doc/Bauxite/Context.html +34 -26
- 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 +40 -7
- data/doc/Bauxite/Loggers/EchoLogger.html +1 -1
- data/doc/Bauxite/Loggers/FileLogger.html +1 -1
- data/doc/Bauxite/Loggers/HtmlLogger.html +392 -0
- data/doc/Bauxite/Loggers/NullLogger.html +35 -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 +51 -50
- data/doc/index.html +3 -1
- data/doc/js/jquery.js +4 -18
- data/doc/js/search_index.js +1 -1
- data/doc/table_of_contents.html +72 -39
- data/lib/bauxite/core/action.rb +3 -0
- data/lib/bauxite/core/context.rb +10 -2
- data/lib/bauxite/core/logger.rb +5 -0
- data/lib/bauxite/loggers/composite.rb +15 -3
- data/lib/bauxite/loggers/html.rb +174 -0
- data/lib/bauxite.rb +1 -1
- metadata +4 -2
data/doc/created.rid
CHANGED
@@ -1,50 +1,51 @@
|
|
1
|
-
Tue, 04 Feb 2014
|
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/
|
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/actions/
|
30
|
-
lib/bauxite/actions/
|
31
|
-
lib/bauxite/actions/
|
32
|
-
lib/bauxite/
|
33
|
-
lib/bauxite/
|
34
|
-
lib/bauxite/
|
35
|
-
lib/bauxite/
|
36
|
-
lib/bauxite/core/
|
37
|
-
lib/bauxite/core/
|
38
|
-
lib/bauxite/
|
39
|
-
lib/bauxite/
|
40
|
-
lib/bauxite/
|
41
|
-
lib/bauxite/
|
42
|
-
lib/bauxite/selectors/
|
43
|
-
lib/bauxite/selectors/attr.rb Mon, 27 Jan 2014
|
44
|
-
lib/bauxite/selectors/
|
45
|
-
lib/bauxite/selectors/
|
46
|
-
lib/bauxite/loggers/terminal.rb Mon, 27 Jan 2014
|
47
|
-
lib/bauxite/loggers/
|
48
|
-
lib/bauxite/loggers/composite.rb
|
49
|
-
lib/bauxite/loggers/
|
50
|
-
lib/bauxite/loggers/
|
1
|
+
Tue, 04 Feb 2014 22:41:44 -0300
|
2
|
+
README.md Fri, 31 Jan 2014 08:21:19 -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/doif.rb Tue, 04 Feb 2014 19:42:30 -0300
|
12
|
+
lib/bauxite/actions/ruby.rb Mon, 27 Jan 2014 20:58:50 -0300
|
13
|
+
lib/bauxite/actions/echo.rb Mon, 27 Jan 2014 20:58:50 -0300
|
14
|
+
lib/bauxite/actions/capture.rb Tue, 04 Feb 2014 19:42:30 -0300
|
15
|
+
lib/bauxite/actions/js.rb Mon, 27 Jan 2014 20:58:50 -0300
|
16
|
+
lib/bauxite/actions/replace.rb Mon, 27 Jan 2014 20:58:50 -0300
|
17
|
+
lib/bauxite/actions/write.rb Mon, 27 Jan 2014 20:58:50 -0300
|
18
|
+
lib/bauxite/actions/params.rb Mon, 27 Jan 2014 20:58:50 -0300
|
19
|
+
lib/bauxite/actions/set.rb Mon, 27 Jan 2014 20:58:50 -0300
|
20
|
+
lib/bauxite/actions/failif.rb Tue, 04 Feb 2014 19:42:30 -0300
|
21
|
+
lib/bauxite/actions/click.rb Mon, 27 Jan 2014 20:58:50 -0300
|
22
|
+
lib/bauxite/actions/reset.rb Mon, 27 Jan 2014 20:58:50 -0300
|
23
|
+
lib/bauxite/actions/debug.rb Tue, 04 Feb 2014 19:42:30 -0300
|
24
|
+
lib/bauxite/actions/source.rb Mon, 27 Jan 2014 20:58:50 -0300
|
25
|
+
lib/bauxite/actions/exec.rb Mon, 27 Jan 2014 20:58:50 -0300
|
26
|
+
lib/bauxite/actions/store.rb Mon, 27 Jan 2014 20:58:50 -0300
|
27
|
+
lib/bauxite/actions/tryload.rb Mon, 27 Jan 2014 20:58:50 -0300
|
28
|
+
lib/bauxite/actions/setif.rb Tue, 04 Feb 2014 19:42:30 -0300
|
29
|
+
lib/bauxite/actions/load.rb Mon, 27 Jan 2014 20:58:50 -0300
|
30
|
+
lib/bauxite/actions/test.rb Tue, 04 Feb 2014 19:42:30 -0300
|
31
|
+
lib/bauxite/actions/alias.rb Mon, 27 Jan 2014 20:58:50 -0300
|
32
|
+
lib/bauxite/parsers/html.rb Mon, 27 Jan 2014 20:58:50 -0300
|
33
|
+
lib/bauxite/parsers/csv.rb Mon, 27 Jan 2014 20:58:50 -0300
|
34
|
+
lib/bauxite/parsers/default.rb Mon, 27 Jan 2014 20:58:50 -0300
|
35
|
+
lib/bauxite/application.rb Tue, 04 Feb 2014 19:42:30 -0300
|
36
|
+
lib/bauxite/core/errors.rb Mon, 27 Jan 2014 20:58:50 -0300
|
37
|
+
lib/bauxite/core/selector.rb Tue, 28 Jan 2014 21:05:35 -0300
|
38
|
+
lib/bauxite/core/context.rb Tue, 04 Feb 2014 21:48:38 -0300
|
39
|
+
lib/bauxite/core/logger.rb Tue, 04 Feb 2014 19:47:18 -0300
|
40
|
+
lib/bauxite/core/action.rb Tue, 04 Feb 2014 20:25:25 -0300
|
41
|
+
lib/bauxite/core/parser.rb Mon, 27 Jan 2014 20:58:50 -0300
|
42
|
+
lib/bauxite/selectors/sid.rb Tue, 28 Jan 2014 19:32:32 -0300
|
43
|
+
lib/bauxite/selectors/attr.rb Mon, 27 Jan 2014 20:58:50 -0300
|
44
|
+
lib/bauxite/selectors/smart.rb Fri, 31 Jan 2014 20:43:53 -0300
|
45
|
+
lib/bauxite/selectors/frame.rb Tue, 28 Jan 2014 19:38:40 -0300
|
46
|
+
lib/bauxite/loggers/terminal.rb Mon, 27 Jan 2014 20:58:50 -0300
|
47
|
+
lib/bauxite/loggers/file.rb Mon, 27 Jan 2014 20:58:50 -0300
|
48
|
+
lib/bauxite/loggers/composite.rb Tue, 04 Feb 2014 22:37:45 -0300
|
49
|
+
lib/bauxite/loggers/html.rb Tue, 04 Feb 2014 22:36:32 -0300
|
50
|
+
lib/bauxite/loggers/echo.rb Mon, 27 Jan 2014 20:58:50 -0300
|
51
|
+
lib/bauxite/loggers/xterm.rb Mon, 27 Jan 2014 20:58:50 -0300
|
data/doc/index.html
CHANGED
@@ -96,6 +96,8 @@
|
|
96
96
|
|
97
97
|
<li><a href="./Bauxite/Loggers/FileLogger.html">Bauxite::Loggers::FileLogger</a>
|
98
98
|
|
99
|
+
<li><a href="./Bauxite/Loggers/HtmlLogger.html">Bauxite::Loggers::HtmlLogger</a>
|
100
|
+
|
99
101
|
<li><a href="./Bauxite/Loggers/NullLogger.html">Bauxite::Loggers::NullLogger</a>
|
100
102
|
|
101
103
|
<li><a href="./Bauxite/Loggers/TerminalLogger.html">Bauxite::Loggers::TerminalLogger</a>
|
@@ -562,7 +564,7 @@ href="Bauxite.html">Bauxite</a> test results:</p>
|
|
562
564
|
|
563
565
|
<footer id="validator-badges" role="contentinfo">
|
564
566
|
<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.
|
567
|
+
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
|
566
568
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
567
569
|
</footer>
|
568
570
|
|