dirtravel 0.0.6 → 0.0.7
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 +5 -5
- data/CHANGELOG.rdoc +2 -0
- data/doc/DirTravel/DirEntry.html +51 -50
- data/doc/DirTravel/DirTravelError.html +48 -47
- data/doc/DirTravel/Entry.html +79 -78
- data/doc/DirTravel/FileEntry.html +58 -57
- data/doc/DirTravel/Travel.html +77 -80
- data/doc/DirTravel.html +58 -60
- data/doc/_index.html +32 -35
- data/doc/class_list.html +26 -33
- data/doc/css/full_list.css +32 -31
- data/doc/css/style.css +253 -95
- data/doc/file.CHANGELOG.html +37 -38
- data/doc/file.README.html +33 -37
- data/doc/file_list.html +31 -33
- data/doc/frames.html +15 -19
- data/doc/index.html +33 -37
- data/doc/js/app.js +172 -77
- data/doc/js/full_list.js +170 -135
- data/doc/method_list.html +150 -106
- data/doc/top-level-namespace.html +38 -40
- data/lib/dirtravel.rb +5 -5
- data/lib/version.rb +1 -1
- metadata +9 -17
data/doc/method_list.html
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
1
|
+
<!DOCTYPE html>
|
3
2
|
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
5
|
+
<meta charset="utf-8" />
|
6
6
|
|
7
|
-
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen"
|
7
|
+
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
|
8
8
|
|
9
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen"
|
9
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />
|
10
10
|
|
11
11
|
|
12
12
|
|
@@ -19,188 +19,232 @@
|
|
19
19
|
<base id="base_target" target="_parent" />
|
20
20
|
</head>
|
21
21
|
<body>
|
22
|
-
<script type="text/javascript" charset="utf-8">
|
23
|
-
var hasFrames = false;
|
24
|
-
try {
|
25
|
-
hasFrames = window.top.frames.main ? true : false;
|
26
|
-
} catch (e) { }
|
27
|
-
if (hasFrames) {
|
28
|
-
document.getElementById('base_target').target = 'main';
|
29
|
-
document.body.className = 'frames';
|
30
|
-
}
|
31
|
-
</script>
|
32
22
|
<div id="content">
|
33
|
-
<
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
23
|
+
<div class="fixed_header">
|
24
|
+
<h1 id="full_list_header">Method List</h1>
|
25
|
+
<div id="full_list_nav">
|
26
|
+
|
27
|
+
<span><a target="_self" href="class_list.html">
|
28
|
+
Classes
|
29
|
+
</a></span>
|
30
|
+
|
31
|
+
<span><a target="_self" href="method_list.html">
|
32
|
+
Methods
|
33
|
+
</a></span>
|
34
|
+
|
35
|
+
<span><a target="_self" href="file_list.html">
|
36
|
+
Files
|
37
|
+
</a></span>
|
38
|
+
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<div id="search">Search: <input type="text" /></div>
|
48
42
|
</div>
|
49
|
-
<div id="search">Search: <input type="text" /></div>
|
50
43
|
|
51
44
|
<ul id="full_list" class="method">
|
52
45
|
|
53
46
|
|
54
|
-
<li class="
|
55
|
-
<
|
56
|
-
|
47
|
+
<li class="odd ">
|
48
|
+
<div class="item">
|
49
|
+
<span class='object_link'><a href="DirTravel/Entry.html#abspath-instance_method" title="DirTravel::Entry#abspath (method)">#abspath</a></span>
|
50
|
+
<small>DirTravel::Entry</small>
|
51
|
+
</div>
|
57
52
|
</li>
|
58
53
|
|
59
54
|
|
60
|
-
<li class="
|
61
|
-
<
|
62
|
-
|
55
|
+
<li class="even ">
|
56
|
+
<div class="item">
|
57
|
+
<span class='object_link'><a href="DirTravel/Travel.html#abspath-instance_method" title="DirTravel::Travel#abspath (method)">#abspath</a></span>
|
58
|
+
<small>DirTravel::Travel</small>
|
59
|
+
</div>
|
63
60
|
</li>
|
64
61
|
|
65
62
|
|
66
|
-
<li class="
|
67
|
-
<
|
68
|
-
|
63
|
+
<li class="odd ">
|
64
|
+
<div class="item">
|
65
|
+
<span class='object_link'><a href="DirTravel/Travel.html#basedir-instance_method" title="DirTravel::Travel#basedir (method)">#basedir</a></span>
|
66
|
+
<small>DirTravel::Travel</small>
|
67
|
+
</div>
|
69
68
|
</li>
|
70
69
|
|
71
70
|
|
72
|
-
<li class="
|
73
|
-
<
|
74
|
-
|
71
|
+
<li class="even ">
|
72
|
+
<div class="item">
|
73
|
+
<span class='object_link'><a href="DirTravel/FileEntry.html#basename-instance_method" title="DirTravel::FileEntry#basename (method)">#basename</a></span>
|
74
|
+
<small>DirTravel::FileEntry</small>
|
75
|
+
</div>
|
75
76
|
</li>
|
76
77
|
|
77
78
|
|
78
|
-
<li class="
|
79
|
-
<
|
80
|
-
|
79
|
+
<li class="odd ">
|
80
|
+
<div class="item">
|
81
|
+
<span class='object_link'><a href="DirTravel/Travel.html#defaults-instance_method" title="DirTravel::Travel#defaults (method)">#defaults</a></span>
|
82
|
+
<small>DirTravel::Travel</small>
|
83
|
+
</div>
|
81
84
|
</li>
|
82
85
|
|
83
86
|
|
84
|
-
<li class="
|
85
|
-
<
|
86
|
-
|
87
|
+
<li class="even ">
|
88
|
+
<div class="item">
|
89
|
+
<span class='object_link'><a href="DirTravel/Entry.html#dir-instance_method" title="DirTravel::Entry#dir (method)">#dir</a></span>
|
90
|
+
<small>DirTravel::Entry</small>
|
91
|
+
</div>
|
87
92
|
</li>
|
88
93
|
|
89
94
|
|
90
|
-
<li class="
|
91
|
-
<
|
92
|
-
|
95
|
+
<li class="odd ">
|
96
|
+
<div class="item">
|
97
|
+
<span class='object_link'><a href="DirTravel/Entry.html#files-instance_method" title="DirTravel::Entry#files (method)">#files</a></span>
|
98
|
+
<small>DirTravel::Entry</small>
|
99
|
+
</div>
|
93
100
|
</li>
|
94
101
|
|
95
102
|
|
96
|
-
<li class="
|
97
|
-
<
|
98
|
-
|
103
|
+
<li class="even ">
|
104
|
+
<div class="item">
|
105
|
+
<span class='object_link'><a href="DirTravel/Travel.html#filetree-class_method" title="DirTravel::Travel.filetree (method)">filetree</a></span>
|
106
|
+
<small>DirTravel::Travel</small>
|
107
|
+
</div>
|
99
108
|
</li>
|
100
109
|
|
101
110
|
|
102
|
-
<li class="
|
103
|
-
<
|
104
|
-
|
111
|
+
<li class="odd ">
|
112
|
+
<div class="item">
|
113
|
+
<span class='object_link'><a href="DirTravel/Entry.html#initialize-instance_method" title="DirTravel::Entry#initialize (method)">#initialize</a></span>
|
114
|
+
<small>DirTravel::Entry</small>
|
115
|
+
</div>
|
105
116
|
</li>
|
106
117
|
|
107
118
|
|
108
|
-
<li class="
|
109
|
-
<
|
110
|
-
|
119
|
+
<li class="even ">
|
120
|
+
<div class="item">
|
121
|
+
<span class='object_link'><a href="DirTravel/DirEntry.html#initialize-instance_method" title="DirTravel::DirEntry#initialize (method)">#initialize</a></span>
|
122
|
+
<small>DirTravel::DirEntry</small>
|
123
|
+
</div>
|
111
124
|
</li>
|
112
125
|
|
113
126
|
|
114
|
-
<li class="
|
115
|
-
<
|
116
|
-
|
127
|
+
<li class="odd ">
|
128
|
+
<div class="item">
|
129
|
+
<span class='object_link'><a href="DirTravel/FileEntry.html#initialize-instance_method" title="DirTravel::FileEntry#initialize (method)">#initialize</a></span>
|
130
|
+
<small>DirTravel::FileEntry</small>
|
131
|
+
</div>
|
117
132
|
</li>
|
118
133
|
|
119
134
|
|
120
|
-
<li class="
|
121
|
-
<
|
122
|
-
|
135
|
+
<li class="even ">
|
136
|
+
<div class="item">
|
137
|
+
<span class='object_link'><a href="DirTravel/Travel.html#initialize-instance_method" title="DirTravel::Travel#initialize (method)">#initialize</a></span>
|
138
|
+
<small>DirTravel::Travel</small>
|
139
|
+
</div>
|
123
140
|
</li>
|
124
141
|
|
125
142
|
|
126
|
-
<li class="
|
127
|
-
<
|
128
|
-
|
143
|
+
<li class="odd ">
|
144
|
+
<div class="item">
|
145
|
+
<span class='object_link'><a href="DirTravel/Entry.html#name-instance_method" title="DirTravel::Entry#name (method)">#name</a></span>
|
146
|
+
<small>DirTravel::Entry</small>
|
147
|
+
</div>
|
129
148
|
</li>
|
130
149
|
|
131
150
|
|
132
|
-
<li class="
|
133
|
-
<
|
134
|
-
|
151
|
+
<li class="even ">
|
152
|
+
<div class="item">
|
153
|
+
<span class='object_link'><a href="DirTravel/Entry.html#parts-instance_method" title="DirTravel::Entry#parts (method)">#parts</a></span>
|
154
|
+
<small>DirTravel::Entry</small>
|
155
|
+
</div>
|
135
156
|
</li>
|
136
157
|
|
137
158
|
|
138
|
-
<li class="
|
139
|
-
<
|
140
|
-
|
159
|
+
<li class="odd ">
|
160
|
+
<div class="item">
|
161
|
+
<span class='object_link'><a href="DirTravel/Entry.html#path-instance_method" title="DirTravel::Entry#path (method)">#path</a></span>
|
162
|
+
<small>DirTravel::Entry</small>
|
163
|
+
</div>
|
141
164
|
</li>
|
142
165
|
|
143
166
|
|
144
|
-
<li class="
|
145
|
-
<
|
146
|
-
|
167
|
+
<li class="even ">
|
168
|
+
<div class="item">
|
169
|
+
<span class='object_link'><a href="DirTravel/Entry.html#relative%3F-instance_method" title="DirTravel::Entry#relative? (method)">#relative?</a></span>
|
170
|
+
<small>DirTravel::Entry</small>
|
171
|
+
</div>
|
147
172
|
</li>
|
148
173
|
|
149
174
|
|
150
|
-
<li class="
|
151
|
-
<
|
152
|
-
|
175
|
+
<li class="odd ">
|
176
|
+
<div class="item">
|
177
|
+
<span class='object_link'><a href="DirTravel/Entry.html#rename-instance_method" title="DirTravel::Entry#rename (method)">#rename</a></span>
|
178
|
+
<small>DirTravel::Entry</small>
|
179
|
+
</div>
|
153
180
|
</li>
|
154
181
|
|
155
182
|
|
156
|
-
<li class="
|
157
|
-
<
|
158
|
-
|
183
|
+
<li class="even ">
|
184
|
+
<div class="item">
|
185
|
+
<span class='object_link'><a href="DirTravel/Travel.html#root-instance_method" title="DirTravel::Travel#root (method)">#root</a></span>
|
186
|
+
<small>DirTravel::Travel</small>
|
187
|
+
</div>
|
159
188
|
</li>
|
160
189
|
|
161
190
|
|
162
|
-
<li class="
|
163
|
-
<
|
164
|
-
|
191
|
+
<li class="odd ">
|
192
|
+
<div class="item">
|
193
|
+
<span class='object_link'><a href="DirTravel/Entry.html#select_level-instance_method" title="DirTravel::Entry#select_level (method)">#select_level</a></span>
|
194
|
+
<small>DirTravel::Entry</small>
|
195
|
+
</div>
|
165
196
|
</li>
|
166
197
|
|
167
198
|
|
168
|
-
<li class="
|
169
|
-
<
|
170
|
-
|
199
|
+
<li class="even ">
|
200
|
+
<div class="item">
|
201
|
+
<span class='object_link'><a href="DirTravel/Entry.html#stat-instance_method" title="DirTravel::Entry#stat (method)">#stat</a></span>
|
202
|
+
<small>DirTravel::Entry</small>
|
203
|
+
</div>
|
171
204
|
</li>
|
172
205
|
|
173
206
|
|
174
|
-
<li class="
|
175
|
-
<
|
176
|
-
|
207
|
+
<li class="odd ">
|
208
|
+
<div class="item">
|
209
|
+
<span class='object_link'><a href="DirTravel/Entry.html#subpath-instance_method" title="DirTravel::Entry#subpath (method)">#subpath</a></span>
|
210
|
+
<small>DirTravel::Entry</small>
|
211
|
+
</div>
|
177
212
|
</li>
|
178
213
|
|
179
214
|
|
180
|
-
<li class="
|
181
|
-
<
|
182
|
-
|
215
|
+
<li class="even ">
|
216
|
+
<div class="item">
|
217
|
+
<span class='object_link'><a href="DirTravel/FileEntry.html#suffix-instance_method" title="DirTravel::FileEntry#suffix (method)">#suffix</a></span>
|
218
|
+
<small>DirTravel::FileEntry</small>
|
219
|
+
</div>
|
183
220
|
</li>
|
184
221
|
|
185
222
|
|
186
|
-
<li class="
|
187
|
-
<
|
188
|
-
|
223
|
+
<li class="odd ">
|
224
|
+
<div class="item">
|
225
|
+
<span class='object_link'><a href="DirTravel/Entry.html#tip-instance_method" title="DirTravel::Entry#tip (method)">#tip</a></span>
|
226
|
+
<small>DirTravel::Entry</small>
|
227
|
+
</div>
|
189
228
|
</li>
|
190
229
|
|
191
230
|
|
192
|
-
<li class="
|
193
|
-
<
|
194
|
-
|
231
|
+
<li class="even ">
|
232
|
+
<div class="item">
|
233
|
+
<span class='object_link'><a href="DirTravel/Travel.html#travel-instance_method" title="DirTravel::Travel#travel (method)">#travel</a></span>
|
234
|
+
<small>DirTravel::Travel</small>
|
235
|
+
</div>
|
195
236
|
</li>
|
196
237
|
|
197
238
|
|
198
|
-
<li class="
|
199
|
-
<
|
200
|
-
|
239
|
+
<li class="odd ">
|
240
|
+
<div class="item">
|
241
|
+
<span class='object_link'><a href="DirTravel.html#version-class_method" title="DirTravel.version (method)">version</a></span>
|
242
|
+
<small>DirTravel</small>
|
243
|
+
</div>
|
201
244
|
</li>
|
202
245
|
|
203
246
|
|
247
|
+
|
204
248
|
</ul>
|
205
249
|
</div>
|
206
250
|
</body>
|
@@ -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
|
Top Level Namespace
|
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 = "";
|
19
19
|
relpath = '';
|
20
|
-
framesUrl = "frames.html#!top-level-namespace.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,58 +27,56 @@
|
|
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</a> »
|
35
40
|
|
36
41
|
|
37
42
|
<span class="title">Top Level Namespace</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>Top Level Namespace
|
62
|
+
<div id="content"><h1>Top Level Namespace
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
67
|
+
<div class="box_info">
|
68
|
+
|
71
69
|
|
72
|
-
<dl class="box">
|
73
70
|
|
74
71
|
|
75
|
-
|
76
72
|
|
77
|
-
|
78
73
|
|
79
74
|
|
75
|
+
|
80
76
|
|
81
|
-
|
82
|
-
|
77
|
+
|
78
|
+
|
79
|
+
</div>
|
83
80
|
|
84
81
|
<h2>Defined Under Namespace</h2>
|
85
82
|
<p class="children">
|
@@ -102,11 +99,12 @@
|
|
102
99
|
|
103
100
|
</div>
|
104
101
|
|
105
|
-
|
106
|
-
Generated on
|
107
|
-
<a href="
|
108
|
-
0.
|
102
|
+
<div id="footer">
|
103
|
+
Generated on Fri Jun 28 14:38:02 2024 by
|
104
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
105
|
+
0.9.36 (ruby-3.1.2).
|
109
106
|
</div>
|
110
107
|
|
108
|
+
</div>
|
111
109
|
</body>
|
112
110
|
</html>
|
data/lib/dirtravel.rb
CHANGED
@@ -198,12 +198,12 @@ module DirTravel
|
|
198
198
|
|
199
199
|
|
200
200
|
# Create directory recursion tree (with
|
201
|
-
# {Travel.filetree}). Optionally filter with suffix and modify
|
202
|
-
# building with options Hash (see below).
|
201
|
+
# {Travel.filetree}). Optionally filter with suffix and modify
|
202
|
+
# tree building with options Hash (see below).
|
203
203
|
#
|
204
|
-
# If basedir is absolute path, the root name is the search
|
205
|
-
# path. If basedir is relative path,
|
206
|
-
#
|
204
|
+
# If basedir is an absolute path, the root name is the search
|
205
|
+
# path. If basedir is a relative path, the current directory is
|
206
|
+
# changed to referenced directory before search and root name is
|
207
207
|
# the current directory, single level.
|
208
208
|
#
|
209
209
|
# == Parameters:
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dirtravel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tero Isannainen
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubytree
|
@@ -16,20 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
20
|
-
- - ">="
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: 0.8.3
|
19
|
+
version: 2.0.0
|
23
20
|
type: :runtime
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
26
23
|
requirements:
|
27
24
|
- - "~>"
|
28
25
|
- !ruby/object:Gem::Version
|
29
|
-
version:
|
30
|
-
- - ">="
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: 0.8.3
|
26
|
+
version: 2.0.0
|
33
27
|
description: DirTravel provides content of filesystem directories by recursively travelling
|
34
28
|
the directory hierarchy. The content is organized in RubyTree structure and RubyTree
|
35
29
|
classes are overloaded with directory entry methods for usability.
|
@@ -67,7 +61,7 @@ files:
|
|
67
61
|
- lib/dirtravel.rb
|
68
62
|
- lib/version.rb
|
69
63
|
- test/test_dirtravel.rb
|
70
|
-
homepage:
|
64
|
+
homepage:
|
71
65
|
licenses:
|
72
66
|
- Ruby
|
73
67
|
metadata: {}
|
@@ -79,17 +73,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
79
73
|
requirements:
|
80
74
|
- - ">="
|
81
75
|
- !ruby/object:Gem::Version
|
82
|
-
version:
|
76
|
+
version: 3.0.0
|
83
77
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
84
78
|
requirements:
|
85
79
|
- - ">="
|
86
80
|
- !ruby/object:Gem::Version
|
87
81
|
version: '0'
|
88
82
|
requirements: []
|
89
|
-
|
90
|
-
|
91
|
-
signing_key:
|
83
|
+
rubygems_version: 3.4.20
|
84
|
+
signing_key:
|
92
85
|
specification_version: 4
|
93
86
|
summary: Small and simple library for accessing filesystem directories.
|
94
87
|
test_files: []
|
95
|
-
has_rdoc:
|