ariete 0.0.1 → 0.1.0
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/README.md +3 -2
- data/README_jp.md +3 -2
- data/Rakefile +3 -3
- data/doc/Ariete.html +172 -190
- data/doc/CaptureStdTest.html +191 -214
- data/doc/LICENSE.html +74 -77
- data/doc/Rakefile.html +77 -80
- data/doc/created.rid +4 -4
- data/doc/images/add.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/index.html +65 -53
- data/doc/js/darkfish.js +99 -62
- data/doc/js/jquery.js +15 -29
- data/doc/js/navigation.js +142 -0
- data/doc/js/search.js +94 -0
- data/doc/js/search_index.js +1 -0
- data/doc/js/searcher.js +228 -0
- data/doc/rdoc.css +119 -339
- data/doc/table_of_contents.html +69 -0
- data/lib/ariete.rb +3 -3
- metadata +41 -36
- data/doc/js/quicksearch.js +0 -114
- data/doc/js/thickbox-compressed.js +0 -10
- data/doc/lib/ariete_rb.html +0 -54
- data/doc/test/tb_capture_std_rb.html +0 -54
data/doc/LICENSE.html
CHANGED
@@ -1,81 +1,78 @@
|
|
1
|
-
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
1
|
+
<!DOCTYPE html>
|
4
2
|
|
5
|
-
<html
|
3
|
+
<html>
|
6
4
|
<head>
|
7
|
-
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
8
6
|
|
9
|
-
|
7
|
+
<title>LICENSE - RDoc Documentation</title>
|
10
8
|
|
11
|
-
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "./";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
12
21
|
|
13
|
-
<script src="./js/jquery.js" type="text/javascript"
|
14
|
-
charset="utf-8"></script>
|
15
|
-
<script src="./js/thickbox-compressed.js" type="text/javascript"
|
16
|
-
charset="utf-8"></script>
|
17
|
-
<script src="./js/quicksearch.js" type="text/javascript"
|
18
|
-
charset="utf-8"></script>
|
19
|
-
<script src="./js/darkfish.js" type="text/javascript"
|
20
|
-
charset="utf-8"></script>
|
21
|
-
</head>
|
22
22
|
|
23
23
|
<body class="file">
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
</div>
|
72
|
-
|
73
|
-
|
74
|
-
</div>
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="./index.html">Home</a>
|
28
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
<div id="project-metadata">
|
47
|
+
<nav id="fileindex-section" class="section project-section">
|
48
|
+
<h3 class="section-header">Pages</h3>
|
49
|
+
|
50
|
+
<ul>
|
51
|
+
|
52
|
+
<li class="file"><a href="./LICENSE.html">LICENSE</a>
|
53
|
+
|
54
|
+
<li class="file"><a href="./Rakefile.html">Rakefile</a>
|
55
|
+
|
56
|
+
</ul>
|
57
|
+
</nav>
|
58
|
+
|
59
|
+
<nav id="classindex-section" class="section project-section">
|
60
|
+
<h3 class="section-header">Class and Module Index</h3>
|
61
|
+
|
62
|
+
<ul class="link-list">
|
63
|
+
|
64
|
+
<li><a href="./Ariete.html">Ariete</a>
|
65
|
+
|
66
|
+
<li><a href="./CaptureStdTest.html">CaptureStdTest</a>
|
67
|
+
|
68
|
+
</ul>
|
69
|
+
</nav>
|
70
|
+
|
75
71
|
</div>
|
72
|
+
</nav>
|
76
73
|
|
77
|
-
|
78
|
-
|
74
|
+
<div id="documentation" class="description">
|
75
|
+
|
79
76
|
<p>Copyright © 2012 Moza USANE</p>
|
80
77
|
|
81
78
|
<p>Permission is hereby granted, free of charge, to any person obtaining a
|
@@ -96,13 +93,13 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
96
93
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
97
94
|
DEALINGS IN THE SOFTWARE.</p>
|
98
95
|
|
99
|
-
|
96
|
+
</div>
|
100
97
|
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
</
|
106
|
-
</
|
107
|
-
</
|
98
|
+
|
99
|
+
|
100
|
+
<footer id="validator-badges">
|
101
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
102
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
103
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
104
|
+
</footer>
|
108
105
|
|
data/doc/Rakefile.html
CHANGED
@@ -1,92 +1,89 @@
|
|
1
|
-
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
1
|
+
<!DOCTYPE html>
|
4
2
|
|
5
|
-
<html
|
3
|
+
<html>
|
6
4
|
<head>
|
7
|
-
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
8
6
|
|
9
|
-
|
7
|
+
<title>Rakefile - RDoc Documentation</title>
|
10
8
|
|
11
|
-
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "./";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
12
21
|
|
13
|
-
<script src="./js/jquery.js" type="text/javascript"
|
14
|
-
charset="utf-8"></script>
|
15
|
-
<script src="./js/thickbox-compressed.js" type="text/javascript"
|
16
|
-
charset="utf-8"></script>
|
17
|
-
<script src="./js/quicksearch.js" type="text/javascript"
|
18
|
-
charset="utf-8"></script>
|
19
|
-
<script src="./js/darkfish.js" type="text/javascript"
|
20
|
-
charset="utf-8"></script>
|
21
|
-
</head>
|
22
22
|
|
23
23
|
<body class="file">
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
</div>
|
72
|
-
|
73
|
-
|
74
|
-
</div>
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="./index.html">Home</a>
|
28
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
<div id="project-metadata">
|
47
|
+
<nav id="fileindex-section" class="section project-section">
|
48
|
+
<h3 class="section-header">Pages</h3>
|
49
|
+
|
50
|
+
<ul>
|
51
|
+
|
52
|
+
<li class="file"><a href="./LICENSE.html">LICENSE</a>
|
53
|
+
|
54
|
+
<li class="file"><a href="./Rakefile.html">Rakefile</a>
|
55
|
+
|
56
|
+
</ul>
|
57
|
+
</nav>
|
58
|
+
|
59
|
+
<nav id="classindex-section" class="section project-section">
|
60
|
+
<h3 class="section-header">Class and Module Index</h3>
|
61
|
+
|
62
|
+
<ul class="link-list">
|
63
|
+
|
64
|
+
<li><a href="./Ariete.html">Ariete</a>
|
65
|
+
|
66
|
+
<li><a href="./CaptureStdTest.html">CaptureStdTest</a>
|
67
|
+
|
68
|
+
</ul>
|
69
|
+
</nav>
|
70
|
+
|
75
71
|
</div>
|
72
|
+
</nav>
|
76
73
|
|
77
|
-
|
78
|
-
|
74
|
+
<div id="documentation" class="description">
|
75
|
+
|
79
76
|
<p>require “rake/gempackagetask”</p>
|
80
77
|
|
81
78
|
<p>spec = Gem::Specification.new do |s|</p>
|
82
79
|
|
83
80
|
<pre>s.name = "ariete"
|
84
|
-
s.summary = "Ariete
|
81
|
+
s.summary = "Ariete STDOUT & STDERR Capture Module."
|
85
82
|
s.description = File.read(File.join(File.dirname(__FILE__), "README.md"))
|
86
|
-
s.version = "0.0
|
83
|
+
s.version = "0.1.0"
|
87
84
|
s.author = "Moza USANE"
|
88
85
|
s.email = "mozamimy@quellencode.org"
|
89
|
-
s.homepage = "http://
|
86
|
+
s.homepage = "http://quellencode.org/"
|
90
87
|
s.platform = Gem::Platform::RUBY
|
91
88
|
s.required_ruby_version = ">=1.9"
|
92
89
|
s.files = Dir["**/**"]
|
@@ -97,13 +94,13 @@ s.has_rdoc = true</pre>
|
|
97
94
|
|
98
95
|
<p>Rake::GemPackageTask.new(spec).define</p>
|
99
96
|
|
100
|
-
|
97
|
+
</div>
|
101
98
|
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
</
|
107
|
-
</
|
108
|
-
</
|
99
|
+
|
100
|
+
|
101
|
+
<footer id="validator-badges">
|
102
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
103
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
104
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
105
|
+
</footer>
|
109
106
|
|
data/doc/created.rid
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
|
2
|
-
./
|
1
|
+
Wed, 12 Dec 2012 11:42:50 +0900
|
2
|
+
./Rakefile Wed, 12 Dec 2012 11:42:37 +0900
|
3
|
+
./test/tb_capture_std.rb Mon, 10 Dec 2012 14:55:07 +0900
|
4
|
+
./lib/ariete.rb Wed, 12 Dec 2012 11:41:01 +0900
|
3
5
|
./LICENSE Tue, 13 Nov 2012 09:41:23 +0900
|
4
|
-
./Rakefile Mon, 10 Dec 2012 14:50:50 +0900
|
5
|
-
./test/tb_capture_std.rb Mon, 10 Dec 2012 14:28:58 +0900
|
data/doc/images/add.png
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/doc/index.html
CHANGED
@@ -1,70 +1,82 @@
|
|
1
|
-
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
1
|
+
<!DOCTYPE html>
|
4
2
|
|
5
|
-
<html
|
3
|
+
<html>
|
6
4
|
<head>
|
7
|
-
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
8
6
|
|
9
|
-
|
7
|
+
<title>RDoc Documentation</title>
|
10
8
|
|
11
|
-
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
12
10
|
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
<script src="js/darkfish.js" type="text/javascript" charset="utf-8"></script>
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "./";
|
13
|
+
</script>
|
17
14
|
|
18
|
-
|
19
|
-
<
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
20
21
|
|
21
|
-
|
22
|
-
<h1>RDoc Documentation</h1>
|
23
22
|
|
24
|
-
|
25
|
-
|
26
|
-
|
23
|
+
<body>
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="./index.html">Home</a>
|
28
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
27
44
|
|
45
|
+
|
46
|
+
<div id="project-metadata">
|
47
|
+
<nav id="fileindex-section" class="section project-section">
|
48
|
+
<h3 class="section-header">Pages</h3>
|
49
|
+
|
50
|
+
<ul>
|
28
51
|
|
52
|
+
<li class="file"><a href="./LICENSE.html">LICENSE</a>
|
29
53
|
|
30
|
-
|
31
|
-
<ul>
|
32
|
-
|
33
|
-
<li class="file"><a href="LICENSE.html">LICENSE</a></li>
|
34
|
-
|
35
|
-
<li class="file"><a href="Rakefile.html">Rakefile</a></li>
|
36
|
-
|
37
|
-
</ul>
|
54
|
+
<li class="file"><a href="./Rakefile.html">Rakefile</a>
|
38
55
|
|
39
|
-
|
40
|
-
<h2 id="classes">Classes/Modules</h2>
|
41
|
-
<ul>
|
42
|
-
|
43
|
-
<li class="module"><a href="Ariete.html">Ariete</a></li>
|
44
|
-
|
45
|
-
<li class="class"><a href="CaptureStdTest.html">CaptureStdTest</a></li>
|
46
|
-
|
47
56
|
</ul>
|
57
|
+
</nav>
|
48
58
|
|
49
|
-
|
50
|
-
<
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
<li><a href="CaptureStdTest.html#method-i-test_stderr">#test_stderr — CaptureStdTest</a></li>
|
59
|
-
|
60
|
-
<li><a href="CaptureStdTest.html#method-i-test_stdout">#test_stdout — CaptureStdTest</a></li>
|
61
|
-
|
59
|
+
<nav id="classindex-section" class="section project-section">
|
60
|
+
<h3 class="section-header">Class and Module Index</h3>
|
61
|
+
|
62
|
+
<ul class="link-list">
|
63
|
+
|
64
|
+
<li><a href="./Ariete.html">Ariete</a>
|
65
|
+
|
66
|
+
<li><a href="./CaptureStdTest.html">CaptureStdTest</a>
|
67
|
+
|
62
68
|
</ul>
|
69
|
+
</nav>
|
63
70
|
|
64
|
-
<div id="validator-badges">
|
65
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
66
|
-
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
67
|
-
Rdoc Generator</a> 2</small>.</p>
|
68
71
|
</div>
|
69
|
-
</
|
70
|
-
|
72
|
+
</nav>
|
73
|
+
|
74
|
+
<p>This is the API documentation for RDoc Documentation.
|
75
|
+
|
76
|
+
|
77
|
+
<footer id="validator-badges">
|
78
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
79
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
80
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
81
|
+
</footer>
|
82
|
+
|