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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: c3da3df5a994895a0687d73644483bc71d1c9931
4
- data.tar.gz: c5ea06b6e0f9267a21feda8594582e20ebec7c56
2
+ SHA256:
3
+ metadata.gz: e16c26cee9a03bb28cd8adfabdcefa0a9910d8e54173fcaf2cdb7b4f96cd0f13
4
+ data.tar.gz: 521db0f993423f29cb2a3a62c8a83ad1a4e1f7e3fa378bba1a602d66ab5bd537
5
5
  SHA512:
6
- metadata.gz: efb5394faa7a0ac2293b37cf87874a2a4a67beb9504775afa5b9a7862a8cded3d8002b66d464b30b537fb12997320df090915ee58ea6750a26ebbaecd16df3ae
7
- data.tar.gz: be23ffa2f8e4d7090dbf5aa9018785414853d46c29caf1d1c1a1a64f7ab3b89a1435de058d2a75d41b61716472826431f38357f56c529c9e41b532a38851ea3a
6
+ metadata.gz: 5e953791830ae95d4d961217f418f082e33535f64cb09537e596919ed9f6f1fcdad9233caa394a067575880e2592813af4f1a723c8b994d2805d6bf804af6820
7
+ data.tar.gz: fa82d0c87e9a98725abf4fa4c5ff39e70427669ad2079ab6ebe884b324c5b5d19abd88bd89883d01c073bdbb70d296b418dcdcd2f604be3c569f3bee79af9dce
data/CHANGELOG.rdoc CHANGED
@@ -1,5 +1,7 @@
1
1
  = Version history
2
2
 
3
+ [0.0.7] Dependency updates only.
4
+
3
5
  [0.0.6] Test file bugfix.
4
6
  Document improvements.
5
7
 
@@ -1,23 +1,22 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
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
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
17
+ <script type="text/javascript">
18
+ pathId = "DirTravel::DirEntry";
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!DirTravel/DirEntry.html";
21
20
  </script>
22
21
 
23
22
 
@@ -28,51 +27,48 @@
28
27
 
29
28
  </head>
30
29
  <body>
31
- <div id="header">
32
- <div id="menu">
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> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../DirTravel.html" title="DirTravel (module)">DirTravel</a></span></span>
36
41
  &raquo;
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
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../method_list.html">
52
- Method List
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
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
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
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
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
- </dd>
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
- <dt class="r2 last">Defined in:</dt>
101
- <dd class="r2 last">lib/dirtravel.rb</dd>
99
+ <dl>
100
+ <dt>Defined in:</dt>
101
+ <dd>lib/dirtravel.rb</dd>
102
+ </dl>
102
103
 
103
- </dl>
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>(<a href="#" class="summary_toggle">collapse</a>)</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)">- (DirEntry) <strong>initialize</strong>(name, abspath = nil) </a>
140
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(name, abspath = nil) &#x21d2; DirEntry </a>
141
141
 
142
142
 
143
143
 
@@ -181,7 +181,7 @@
181
181
  <div class="method_details first">
182
182
  <h3 class="signature first" id="initialize-instance_method">
183
183
 
184
- - (<tt><span class='object_link'><a href="" title="DirTravel::DirEntry (class)">DirEntry</a></span></tt>) <strong>initialize</strong>(name, abspath = nil)
184
+ #<strong>initialize</strong>(name, abspath = nil) &#x21d2; <tt><span class='object_link'><a href="" title="DirTravel::DirEntry (class)">DirEntry</a></span></tt>
185
185
 
186
186
 
187
187
 
@@ -268,11 +268,12 @@
268
268
 
269
269
  </div>
270
270
 
271
- <div id="footer">
272
- Generated on Sun Apr 19 15:01:50 2015 by
273
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
274
- 0.8.7.6 (ruby-2.1.2).
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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
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
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
17
+ <script type="text/javascript">
18
+ pathId = "DirTravel::DirTravelError";
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!DirTravel/DirTravelError.html";
21
20
  </script>
22
21
 
23
22
 
@@ -28,51 +27,48 @@
28
27
 
29
28
  </head>
30
29
  <body>
31
- <div id="header">
32
- <div id="menu">
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> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../DirTravel.html" title="DirTravel (module)">DirTravel</a></span></span>
36
41
  &raquo;
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
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../method_list.html">
52
- Method List
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
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
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
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
76
72
  <span class="inheritName">RuntimeError</span>
77
73
 
78
74
  <ul class="fullTree">
@@ -85,21 +81,25 @@
85
81
  </ul>
86
82
  <a href="#" class="inheritanceTree">show all</a>
87
83
 
88
- </dd>
89
-
84
+ </dd>
85
+ </dl>
86
+
87
+
90
88
 
91
89
 
92
-
93
90
 
94
-
95
91
 
96
92
 
93
+
94
+
95
+
97
96
 
98
- <dt class="r2 last">Defined in:</dt>
99
- <dd class="r2 last">lib/dirtravel.rb</dd>
97
+ <dl>
98
+ <dt>Defined in:</dt>
99
+ <dd>lib/dirtravel.rb</dd>
100
+ </dl>
100
101
 
101
- </dl>
102
- <div class="clear"></div>
102
+ </div>
103
103
 
104
104
  <h2>Overview</h2><div class="docstring">
105
105
  <div class="discussion">
@@ -124,11 +124,12 @@
124
124
 
125
125
  </div>
126
126
 
127
- <div id="footer">
128
- Generated on Sun Apr 19 15:01:49 2015 by
129
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
- 0.8.7.6 (ruby-2.1.2).
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).
131
131
  </div>
132
132
 
133
+ </div>
133
134
  </body>
134
135
  </html>