Skip to content

Commit 5e94b26

Browse files
committed
📝 Initial version of docs site
1 parent fcef1cf commit 5e94b26

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+8657
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Please file a bug if you notice a violation of semantic versioning.
1919
## [Unreleased]
2020
### Added
2121
- More RBS types
22+
- docs site: https://version-gem.galtzo.com
2223
### Changed
2324
### Deprecated
2425
### Removed

docs/VersionGem.html

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>
7+
Module: VersionGem
8+
9+
&mdash; Documentation by YARD 0.9.37
10+
11+
</title>
12+
13+
<link rel="stylesheet" href="css/style.css" type="text/css" />
14+
15+
<link rel="stylesheet" href="css/common.css" type="text/css" />
16+
17+
<script type="text/javascript">
18+
pathId = "VersionGem";
19+
relpath = '';
20+
</script>
21+
22+
23+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24+
25+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26+
27+
28+
</head>
29+
<body>
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">
38+
39+
<a href="_index.html">Index (V)</a> &raquo;
40+
41+
42+
<span class="title">VersionGem</span>
43+
44+
</div>
45+
46+
<div id="search">
47+
48+
<a class="full_list_link" id="class_list_link"
49+
href="class_list.html">
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>
56+
</a>
57+
58+
</div>
59+
<div class="clear"></div>
60+
</div>
61+
62+
<div id="content"><h1>Module: VersionGem
63+
64+
65+
66+
</h1>
67+
<div class="box_info">
68+
69+
70+
71+
72+
73+
74+
75+
76+
77+
78+
79+
<dl>
80+
<dt>Defined in:</dt>
81+
<dd>lib/version_gem.rb<span class="defines">,<br />
82+
lib/version_gem/api.rb,<br /> lib/version_gem/ruby.rb,<br /> lib/version_gem/basic.rb,<br /> lib/version_gem/epoch.rb,<br /> lib/version_gem/error.rb,<br /> lib/version_gem/version.rb</span>
83+
</dd>
84+
</dl>
85+
86+
</div>
87+
88+
<h2>Overview</h2><div class="docstring">
89+
<div class="discussion">
90+
<p>Namespace of this library</p>
91+
92+
93+
</div>
94+
</div>
95+
<div class="tags">
96+
97+
98+
</div><h2>Defined Under Namespace</h2>
99+
<p class="children">
100+
101+
102+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="VersionGem/Api.html" title="VersionGem::Api (module)">Api</a></span>, <span class='object_link'><a href="VersionGem/Basic.html" title="VersionGem::Basic (module)">Basic</a></span>, <span class='object_link'><a href="VersionGem/Epoch.html" title="VersionGem::Epoch (module)">Epoch</a></span>, <span class='object_link'><a href="VersionGem/Ruby.html" title="VersionGem::Ruby (module)">Ruby</a></span>, <span class='object_link'><a href="VersionGem/Version.html" title="VersionGem::Version (module)">Version</a></span>
103+
104+
105+
106+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="VersionGem/Error.html" title="VersionGem::Error (class)">Error</a></span>
107+
108+
109+
</p>
110+
111+
112+
113+
114+
115+
116+
117+
118+
119+
</div>
120+
121+
<div id="footer">
122+
Generated on Mon Sep 1 02:32:01 2025 by
123+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
124+
0.9.37 (ruby-3.4.5).
125+
</div>
126+
127+
</div>
128+
</body>
129+
</html>

0 commit comments

Comments
 (0)