dirtravel 0.0.5 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.rdoc +5 -0
- data/README.rdoc +2 -2
- data/doc/DirTravel/DirEntry.html +61 -60
- data/doc/DirTravel/DirTravelError.html +59 -47
- data/doc/DirTravel/Entry.html +164 -163
- data/doc/DirTravel/FileEntry.html +94 -73
- data/doc/DirTravel/Travel.html +291 -172
- data/doc/DirTravel.html +141 -58
- data/doc/_index.html +32 -35
- data/doc/class_list.html +27 -29
- data/doc/css/full_list.css +32 -31
- data/doc/css/style.css +254 -95
- data/doc/file.CHANGELOG.html +45 -43
- data/doc/file.README.html +37 -41
- data/doc/file_list.html +32 -29
- data/doc/frames.html +15 -21
- data/doc/index.html +37 -41
- data/doc/js/app.js +172 -72
- data/doc/js/full_list.js +168 -130
- data/doc/method_list.html +154 -99
- data/doc/top-level-namespace.html +38 -40
- data/lib/dirtravel.rb +98 -39
- data/lib/version.rb +6 -0
- data/test/test_dirtravel.rb +5 -5
- metadata +34 -39
- data/Rakefile +0 -28
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: e16c26cee9a03bb28cd8adfabdcefa0a9910d8e54173fcaf2cdb7b4f96cd0f13
|
4
|
+
data.tar.gz: 521db0f993423f29cb2a3a62c8a83ad1a4e1f7e3fa378bba1a602d66ab5bd537
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 5e953791830ae95d4d961217f418f082e33535f64cb09537e596919ed9f6f1fcdad9233caa394a067575880e2592813af4f1a723c8b994d2805d6bf804af6820
|
7
|
+
data.tar.gz: fa82d0c87e9a98725abf4fa4c5ff39e70427669ad2079ab6ebe884b324c5b5d19abd88bd89883d01c073bdbb70d296b418dcdcd2f604be3c569f3bee79af9dce
|
data/CHANGELOG.rdoc
CHANGED
data/README.rdoc
CHANGED
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
== Description
|
4
4
|
|
5
|
-
DirTravel provides filesystem directory content organized as a
|
5
|
+
{DirTravel} provides filesystem directory content organized as a
|
6
6
|
RubyTree structure. This structure can be conveniently accessed in
|
7
7
|
various ways.
|
8
8
|
|
9
9
|
== Documentation
|
10
10
|
|
11
|
-
Main documentation is generated from DirTravel source.
|
11
|
+
Main documentation is generated from {DirTravel} source.
|
data/doc/DirTravel/DirEntry.html
CHANGED
@@ -1,23 +1,22 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Class: DirTravel::DirEntry
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.36
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
18
|
-
|
17
|
+
<script type="text/javascript">
|
18
|
+
pathId = "DirTravel::DirEntry";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!" + escape(window.location.href);
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,51 +27,48 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../_index.html">Index (D)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../DirTravel.html" title="DirTravel (module)">DirTravel</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">DirEntry</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
65
|
-
|
66
|
-
<div id="content"><h1>Class: DirTravel::DirEntry
|
62
|
+
<div id="content"><h1>Class: DirTravel::DirEntry
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
67
|
+
<div class="box_info">
|
73
68
|
|
74
|
-
|
75
|
-
<
|
69
|
+
<dl>
|
70
|
+
<dt>Inherits:</dt>
|
71
|
+
<dd>
|
76
72
|
<span class="inheritName"><span class='object_link'><a href="Entry.html" title="DirTravel::Entry (class)">Entry</a></span></span>
|
77
73
|
|
78
74
|
<ul class="fullTree">
|
@@ -87,21 +83,25 @@
|
|
87
83
|
</ul>
|
88
84
|
<a href="#" class="inheritanceTree">show all</a>
|
89
85
|
|
90
|
-
|
91
|
-
|
86
|
+
</dd>
|
87
|
+
</dl>
|
88
|
+
|
89
|
+
|
92
90
|
|
93
91
|
|
94
|
-
|
95
92
|
|
96
|
-
|
97
93
|
|
98
94
|
|
95
|
+
|
96
|
+
|
97
|
+
|
99
98
|
|
100
|
-
|
101
|
-
<
|
99
|
+
<dl>
|
100
|
+
<dt>Defined in:</dt>
|
101
|
+
<dd>lib/dirtravel.rb</dd>
|
102
|
+
</dl>
|
102
103
|
|
103
|
-
</
|
104
|
-
<div class="clear"></div>
|
104
|
+
</div>
|
105
105
|
|
106
106
|
<h2>Overview</h2><div class="docstring">
|
107
107
|
<div class="discussion">
|
@@ -129,7 +129,7 @@
|
|
129
129
|
|
130
130
|
<h2>
|
131
131
|
Instance Method Summary
|
132
|
-
<small
|
132
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
133
133
|
</h2>
|
134
134
|
|
135
135
|
<ul class="summary">
|
@@ -137,7 +137,7 @@
|
|
137
137
|
<li class="public ">
|
138
138
|
<span class="summary_signature">
|
139
139
|
|
140
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
140
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(name, abspath = nil) ⇒ DirEntry </a>
|
141
141
|
|
142
142
|
|
143
143
|
|
@@ -154,7 +154,7 @@
|
|
154
154
|
|
155
155
|
|
156
156
|
<span class="summary_desc"><div class='inline'>
|
157
|
-
<p>
|
157
|
+
<p>Set name and abspath if given.</p>
|
158
158
|
</div></span>
|
159
159
|
|
160
160
|
</li>
|
@@ -181,7 +181,7 @@
|
|
181
181
|
<div class="method_details first">
|
182
182
|
<h3 class="signature first" id="initialize-instance_method">
|
183
183
|
|
184
|
-
|
184
|
+
#<strong>initialize</strong>(name, abspath = nil) ⇒ <tt><span class='object_link'><a href="" title="DirTravel::DirEntry (class)">DirEntry</a></span></tt>
|
185
185
|
|
186
186
|
|
187
187
|
|
@@ -190,7 +190,7 @@
|
|
190
190
|
</h3><div class="docstring">
|
191
191
|
<div class="discussion">
|
192
192
|
|
193
|
-
<p>
|
193
|
+
<p>Set name and abspath if given.</p>
|
194
194
|
|
195
195
|
|
196
196
|
</div>
|
@@ -228,7 +228,7 @@
|
|
228
228
|
|
229
229
|
—
|
230
230
|
<div class='inline'>
|
231
|
-
<p>Set abspath if given.</p>
|
231
|
+
<p>Set abspath if given. Otherwise it is generated from pieces.</p>
|
232
232
|
</div>
|
233
233
|
|
234
234
|
</li>
|
@@ -242,15 +242,15 @@
|
|
242
242
|
<pre class="lines">
|
243
243
|
|
244
244
|
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
245
|
+
174
|
246
|
+
175
|
247
|
+
176
|
248
|
+
177
|
249
|
+
178
|
250
|
+
179</pre>
|
251
251
|
</td>
|
252
252
|
<td>
|
253
|
-
<pre class="code"><span class="info file"># File 'lib/dirtravel.rb', line
|
253
|
+
<pre class="code"><span class="info file"># File 'lib/dirtravel.rb', line 174</span>
|
254
254
|
|
255
255
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span> <span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_abspath'>abspath</span> <span class='op'>=</span> <span class='kw'>nil</span> <span class='rparen'>)</span>
|
256
256
|
<span class='kw'>super</span><span class='lparen'>(</span> <span class='id identifier rubyid_name'>name</span> <span class='rparen'>)</span>
|
@@ -268,11 +268,12 @@
|
|
268
268
|
|
269
269
|
</div>
|
270
270
|
|
271
|
-
|
272
|
-
Generated on
|
273
|
-
<a href="
|
274
|
-
0.
|
271
|
+
<div id="footer">
|
272
|
+
Generated on Fri Jun 28 14:38:02 2024 by
|
273
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
274
|
+
0.9.36 (ruby-3.1.2).
|
275
275
|
</div>
|
276
276
|
|
277
|
+
</div>
|
277
278
|
</body>
|
278
279
|
</html>
|
@@ -1,23 +1,22 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Exception: DirTravel::DirTravelError
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.36
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
18
|
-
|
17
|
+
<script type="text/javascript">
|
18
|
+
pathId = "DirTravel::DirTravelError";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!" + escape(window.location.href);
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,51 +27,48 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../_index.html">Index (D)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../DirTravel.html" title="DirTravel (module)">DirTravel</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">DirTravelError</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
65
|
-
|
66
|
-
<div id="content"><h1>Exception: DirTravel::DirTravelError
|
62
|
+
<div id="content"><h1>Exception: DirTravel::DirTravelError
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
67
|
+
<div class="box_info">
|
73
68
|
|
74
|
-
|
75
|
-
<
|
69
|
+
<dl>
|
70
|
+
<dt>Inherits:</dt>
|
71
|
+
<dd>
|
76
72
|
<span class="inheritName">RuntimeError</span>
|
77
73
|
|
78
74
|
<ul class="fullTree">
|
@@ -85,23 +81,38 @@
|
|
85
81
|
</ul>
|
86
82
|
<a href="#" class="inheritanceTree">show all</a>
|
87
83
|
|
88
|
-
|
89
|
-
|
84
|
+
</dd>
|
85
|
+
</dl>
|
90
86
|
|
87
|
+
|
91
88
|
|
92
|
-
|
93
89
|
|
94
|
-
|
95
90
|
|
96
91
|
|
97
92
|
|
98
|
-
|
99
|
-
<dd class="r2 last">lib/dirtravel.rb</dd>
|
93
|
+
|
100
94
|
|
101
|
-
</dl>
|
102
|
-
<div class="clear"></div>
|
103
95
|
|
96
|
+
|
97
|
+
<dl>
|
98
|
+
<dt>Defined in:</dt>
|
99
|
+
<dd>lib/dirtravel.rb</dd>
|
100
|
+
</dl>
|
101
|
+
|
102
|
+
</div>
|
104
103
|
|
104
|
+
<h2>Overview</h2><div class="docstring">
|
105
|
+
<div class="discussion">
|
106
|
+
|
107
|
+
<p><span class='object_link'><a href="../DirTravel.html" title="DirTravel (module)">DirTravel</a></span> error.</p>
|
108
|
+
|
109
|
+
|
110
|
+
</div>
|
111
|
+
</div>
|
112
|
+
<div class="tags">
|
113
|
+
|
114
|
+
|
115
|
+
</div>
|
105
116
|
|
106
117
|
|
107
118
|
|
@@ -113,11 +124,12 @@
|
|
113
124
|
|
114
125
|
</div>
|
115
126
|
|
116
|
-
|
117
|
-
Generated on
|
118
|
-
<a href="
|
119
|
-
0.
|
127
|
+
<div id="footer">
|
128
|
+
Generated on Fri Jun 28 14:38:02 2024 by
|
129
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
130
|
+
0.9.36 (ruby-3.1.2).
|
120
131
|
</div>
|
121
132
|
|
133
|
+
</div>
|
122
134
|
</body>
|
123
135
|
</html>
|