rbatch 1.12.1 → 1.12.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.
- data/CHANGELOG +23 -22
- data/README.ja.md +2 -0
- data/README.md +3 -1
- data/Rakefile +34 -0
- data/lib/rbatch/version.rb +1 -1
- data/rbatch.gemspec +2 -1
- data/{doc/rdoc → rdocs}/RBatch/Cmd.html +8 -13
- data/{doc/rdoc → rdocs}/RBatch/CmdException.html +8 -13
- data/{doc/rdoc → rdocs}/RBatch/CmdResult.html +8 -13
- data/rdocs/RBatch/CommonConfig/Exception.html +155 -0
- data/rdocs/RBatch/CommonConfig.html +351 -0
- data/{doc/rdoc → rdocs}/RBatch/Config/Exception.html +8 -13
- data/{doc/rdoc → rdocs}/RBatch/Config.html +8 -13
- data/{doc/rdoc → rdocs}/RBatch/Log.html +110 -113
- data/{doc/rdoc → rdocs}/RBatch.html +181 -90
- data/{doc/rdoc → rdocs}/RBatchException.html +8 -13
- data/{doc/rdoc/LICENSE.html → rdocs/Rbatch.html} +77 -17
- data/rdocs/created.rid +7 -0
- data/{doc/rdoc → rdocs}/index.html +28 -19
- data/{doc/rdoc → rdocs}/lib/rbatch/cmd_rb.html +3 -3
- data/rdocs/lib/rbatch/common_config_rb.html +56 -0
- data/{doc/rdoc → rdocs}/lib/rbatch/config_rb.html +3 -3
- data/{doc/rdoc → rdocs}/lib/rbatch/log_rb.html +3 -3
- data/rdocs/lib/rbatch/version_rb.html +52 -0
- data/{doc/rdoc → rdocs}/lib/rbatch_rb.html +5 -3
- metadata +49 -47
- data/HOW_TO_TEST.md +0 -9
- data/doc/rdoc/CHANGELOG.html +0 -207
- data/doc/rdoc/created.rid +0 -8
- /data/{doc/rdoc → rdocs}/images/brick.png +0 -0
- /data/{doc/rdoc → rdocs}/images/brick_link.png +0 -0
- /data/{doc/rdoc → rdocs}/images/bug.png +0 -0
- /data/{doc/rdoc → rdocs}/images/bullet_black.png +0 -0
- /data/{doc/rdoc → rdocs}/images/bullet_toggle_minus.png +0 -0
- /data/{doc/rdoc → rdocs}/images/bullet_toggle_plus.png +0 -0
- /data/{doc/rdoc → rdocs}/images/date.png +0 -0
- /data/{doc/rdoc → rdocs}/images/find.png +0 -0
- /data/{doc/rdoc → rdocs}/images/loadingAnimation.gif +0 -0
- /data/{doc/rdoc → rdocs}/images/macFFBgHack.png +0 -0
- /data/{doc/rdoc → rdocs}/images/package.png +0 -0
- /data/{doc/rdoc → rdocs}/images/page_green.png +0 -0
- /data/{doc/rdoc → rdocs}/images/page_white_text.png +0 -0
- /data/{doc/rdoc → rdocs}/images/page_white_width.png +0 -0
- /data/{doc/rdoc → rdocs}/images/plugin.png +0 -0
- /data/{doc/rdoc → rdocs}/images/ruby.png +0 -0
- /data/{doc/rdoc → rdocs}/images/tag_green.png +0 -0
- /data/{doc/rdoc → rdocs}/images/wrench.png +0 -0
- /data/{doc/rdoc → rdocs}/images/wrench_orange.png +0 -0
- /data/{doc/rdoc → rdocs}/images/zoom.png +0 -0
- /data/{doc/rdoc → rdocs}/js/darkfish.js +0 -0
- /data/{doc/rdoc → rdocs}/js/jquery.js +0 -0
- /data/{doc/rdoc → rdocs}/js/quicksearch.js +0 -0
- /data/{doc/rdoc → rdocs}/js/thickbox-compressed.js +0 -0
- /data/{doc/rdoc → rdocs}/rdoc.css +0 -0
data/doc/rdoc/CHANGELOG.html
DELETED
|
@@ -1,207 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
4
|
-
|
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
6
|
-
<head>
|
|
7
|
-
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
8
|
-
|
|
9
|
-
<title>File: CHANGELOG [RBatch Docs]</title>
|
|
10
|
-
|
|
11
|
-
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />
|
|
12
|
-
|
|
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
|
-
|
|
23
|
-
<body class="file">
|
|
24
|
-
<div id="metadata">
|
|
25
|
-
<div id="home-metadata">
|
|
26
|
-
<div id="home-section" class="section">
|
|
27
|
-
<h3 class="section-header">
|
|
28
|
-
<a href="./index.html">Home</a>
|
|
29
|
-
<a href="./index.html#classes">Classes</a>
|
|
30
|
-
<a href="./index.html#methods">Methods</a>
|
|
31
|
-
</h3>
|
|
32
|
-
</div>
|
|
33
|
-
</div>
|
|
34
|
-
|
|
35
|
-
<div id="project-metadata">
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
<div id="fileindex-section" class="section project-section">
|
|
39
|
-
<h3 class="section-header">Files</h3>
|
|
40
|
-
<ul>
|
|
41
|
-
|
|
42
|
-
<li class="file"><a href="./CHANGELOG.html">CHANGELOG</a></li>
|
|
43
|
-
|
|
44
|
-
<li class="file"><a href="./LICENSE.html">LICENSE</a></li>
|
|
45
|
-
|
|
46
|
-
</ul>
|
|
47
|
-
</div>
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
<div id="classindex-section" class="section project-section">
|
|
51
|
-
<h3 class="section-header">Class Index
|
|
52
|
-
<span class="search-toggle"><img src="./images/find.png"
|
|
53
|
-
height="16" width="16" alt="[+]"
|
|
54
|
-
title="show/hide quicksearch" /></span></h3>
|
|
55
|
-
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
|
56
|
-
<fieldset>
|
|
57
|
-
<legend>Quicksearch</legend>
|
|
58
|
-
<input type="text" name="quicksearch" value=""
|
|
59
|
-
class="quicksearch-field" />
|
|
60
|
-
</fieldset>
|
|
61
|
-
</form>
|
|
62
|
-
|
|
63
|
-
<ul class="link-list">
|
|
64
|
-
|
|
65
|
-
<li><a href="./RBatch.html">RBatch</a></li>
|
|
66
|
-
|
|
67
|
-
<li><a href="./RBatch/Cmd.html">RBatch::Cmd</a></li>
|
|
68
|
-
|
|
69
|
-
<li><a href="./RBatch/CmdException.html">RBatch::CmdException</a></li>
|
|
70
|
-
|
|
71
|
-
<li><a href="./RBatch/CmdResult.html">RBatch::CmdResult</a></li>
|
|
72
|
-
|
|
73
|
-
<li><a href="./RBatch/Config.html">RBatch::Config</a></li>
|
|
74
|
-
|
|
75
|
-
<li><a href="./RBatch/Config/Exception.html">RBatch::Config::Exception</a></li>
|
|
76
|
-
|
|
77
|
-
<li><a href="./RBatch/Log.html">RBatch::Log</a></li>
|
|
78
|
-
|
|
79
|
-
<li><a href="./RBatchException.html">RBatchException</a></li>
|
|
80
|
-
|
|
81
|
-
</ul>
|
|
82
|
-
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
|
83
|
-
</div>
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
</div>
|
|
87
|
-
</div>
|
|
88
|
-
|
|
89
|
-
<div id="documentation">
|
|
90
|
-
<hr style="height: 3px"></hr><p>
|
|
91
|
-
initial
|
|
92
|
-
</p>
|
|
93
|
-
<p>
|
|
94
|
-
1.1.0(2012/11/9)
|
|
95
|
-
</p>
|
|
96
|
-
<hr style="height: 3px"></hr><ul>
|
|
97
|
-
<li><p>
|
|
98
|
-
make common config file
|
|
99
|
-
</p>
|
|
100
|
-
</li>
|
|
101
|
-
<li><p>
|
|
102
|
-
change log option
|
|
103
|
-
</p>
|
|
104
|
-
</li>
|
|
105
|
-
</ul>
|
|
106
|
-
<p>
|
|
107
|
-
1.2.0(2012/11/13)
|
|
108
|
-
</p>
|
|
109
|
-
<hr style="height: 3px"></hr><ul>
|
|
110
|
-
<li><p>
|
|
111
|
-
change log level option format
|
|
112
|
-
</p>
|
|
113
|
-
</li>
|
|
114
|
-
<li><p>
|
|
115
|
-
make log append option
|
|
116
|
-
</p>
|
|
117
|
-
</li>
|
|
118
|
-
</ul>
|
|
119
|
-
<p>
|
|
120
|
-
1.3.0(2012/12/30)
|
|
121
|
-
</p>
|
|
122
|
-
<hr style="height: 3px"></hr><ul>
|
|
123
|
-
<li><p>
|
|
124
|
-
add <a href="RBatch/Log.html">RBatch::Log</a> to instance interface
|
|
125
|
-
</p>
|
|
126
|
-
</li>
|
|
127
|
-
<li><p>
|
|
128
|
-
add double run check option
|
|
129
|
-
</p>
|
|
130
|
-
</li>
|
|
131
|
-
</ul>
|
|
132
|
-
<p>
|
|
133
|
-
1.4.0(2013/1/5)
|
|
134
|
-
</p>
|
|
135
|
-
<hr style="height: 2px"></hr><ul>
|
|
136
|
-
<li><p>
|
|
137
|
-
add log_stdout option
|
|
138
|
-
</p>
|
|
139
|
-
</li>
|
|
140
|
-
<li><p>
|
|
141
|
-
add sample code
|
|
142
|
-
</p>
|
|
143
|
-
</li>
|
|
144
|
-
<li><p>
|
|
145
|
-
add cmd_raise option
|
|
146
|
-
</p>
|
|
147
|
-
</li>
|
|
148
|
-
<li><p>
|
|
149
|
-
add log_delete_old_log option
|
|
150
|
-
</p>
|
|
151
|
-
</li>
|
|
152
|
-
</ul>
|
|
153
|
-
<p>
|
|
154
|
-
1.5.0(2013/1/11)
|
|
155
|
-
</p>
|
|
156
|
-
<hr style="height: 2px"></hr><ul>
|
|
157
|
-
<li><p>
|
|
158
|
-
change default config dir “../config” -> “../conf“
|
|
159
|
-
</p>
|
|
160
|
-
</li>
|
|
161
|
-
</ul>
|
|
162
|
-
<p>
|
|
163
|
-
1.6.0(2013/1/14)
|
|
164
|
-
</p>
|
|
165
|
-
<hr style="height: 2px"></hr><ul>
|
|
166
|
-
<li><p>
|
|
167
|
-
add config key check
|
|
168
|
-
</p>
|
|
169
|
-
</li>
|
|
170
|
-
</ul>
|
|
171
|
-
<p>
|
|
172
|
-
1.7.0(2013/01/30)
|
|
173
|
-
</p>
|
|
174
|
-
<hr style="height: 2px"></hr><ul>
|
|
175
|
-
<li><p>
|
|
176
|
-
change log format
|
|
177
|
-
</p>
|
|
178
|
-
</li>
|
|
179
|
-
<li><p>
|
|
180
|
-
delete change log format option
|
|
181
|
-
</p>
|
|
182
|
-
</li>
|
|
183
|
-
</ul>
|
|
184
|
-
<p>
|
|
185
|
-
1.8.0(2013/02/10)
|
|
186
|
-
</p>
|
|
187
|
-
<hr style="height: 2px"></hr><ul>
|
|
188
|
-
<li><p>
|
|
189
|
-
add log_send_mail option
|
|
190
|
-
</p>
|
|
191
|
-
</li>
|
|
192
|
-
<li><p>
|
|
193
|
-
add cmd_timeout option
|
|
194
|
-
</p>
|
|
195
|
-
</li>
|
|
196
|
-
</ul>
|
|
197
|
-
|
|
198
|
-
</div>
|
|
199
|
-
|
|
200
|
-
<div id="validator-badges">
|
|
201
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
|
202
|
-
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
|
203
|
-
Rdoc Generator</a> 1.1.6</small>.</p>
|
|
204
|
-
</div>
|
|
205
|
-
</body>
|
|
206
|
-
</html>
|
|
207
|
-
|
data/doc/rdoc/created.rid
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
Sun, 10 Feb 2013 01:30:19 +0900
|
|
2
|
-
README.md Sun, 10 Feb 2013 01:23:12 +0900
|
|
3
|
-
LICENSE Sun, 06 Jan 2013 13:26:21 +0900
|
|
4
|
-
CHANGELOG Sun, 10 Feb 2013 01:29:21 +0900
|
|
5
|
-
lib/rbatch/config.rb Mon, 14 Jan 2013 11:07:19 +0900
|
|
6
|
-
lib/rbatch/cmd.rb Sun, 10 Feb 2013 01:08:09 +0900
|
|
7
|
-
lib/rbatch/log.rb Sun, 10 Feb 2013 01:21:57 +0900
|
|
8
|
-
lib/rbatch.rb Thu, 31 Jan 2013 01:41:14 +0900
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|