rdoc-generator-sixfish 0.2.0 → 0.2.1
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/History.md +8 -0
- data/data/rdoc-generator-sixfish/templates/layout.tmpl +1 -1
- data/lib/sixfish.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e00d9832292983218c97547089985e4d4ba9640b4416b40dfaaf8f9e578209a
|
|
4
|
+
data.tar.gz: 28ddad906b580bfdbcef19260a8ac4bcfdede5661702b57e9dd390ace7e660b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 012d0f199ccf17a16e369bb2174845053fb420a26851d42d2f7e2405b90e6a4af003274ae8a98f888141b646b8f6fd726258f0dfd310199fa006e723f792b03a
|
|
7
|
+
data.tar.gz: 1cd26073c927a84a9e8d6372254dd7d707eb15fd8c1dba464a6e287a61ddd0cbc4c291e4752ff323d348d8de308fde5006dfeaf254ea31dd0efec37c68433ca5
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/History.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# Release History for rdoc-generator-sixfish
|
|
2
2
|
|
|
3
3
|
---
|
|
4
|
+
|
|
5
|
+
## v0.2.1 [2022-12-22] Michael Granger <ged@faeriemud.org>
|
|
6
|
+
|
|
7
|
+
Bugfixes:
|
|
8
|
+
|
|
9
|
+
- Fix method links for child classes; thanks to Mahlon E. Smith for the patch.
|
|
10
|
+
|
|
11
|
+
|
|
4
12
|
## v0.2.0 [2022-12-01] Michael Granger <ged@faeriemud.org>
|
|
5
13
|
|
|
6
14
|
Fixes:
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
<?for method in methods.uniq {|m| m.path } ?>
|
|
69
69
|
<li class="method" data-search-term="[?attr method.name ?]"><a
|
|
70
70
|
title="[?call method.parent.full_name ?]"
|
|
71
|
-
href="[?call method.path ?]"><?call method.pretty_name ?>
|
|
71
|
+
href="[?attr rel_prefix ?]/[?call method.path ?]"><?call method.pretty_name ?>
|
|
72
72
|
<span class="method-parent">[<?call
|
|
73
73
|
method.parent.full_name.sub(/.*(::)/, '\\1') ?>]</span>
|
|
74
74
|
</a>
|
data/lib/sixfish.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rdoc-generator-sixfish
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Granger
|
|
@@ -33,7 +33,7 @@ cert_chain:
|
|
|
33
33
|
P5YP5BAbNW+gvd3QHRiWTTuhgHrdDnGdXg93N2M5KHn1ug8BtPLQwlcFwEpKnlLn
|
|
34
34
|
btEP+7EplFuoiMfd
|
|
35
35
|
-----END CERTIFICATE-----
|
|
36
|
-
date: 2022-12-
|
|
36
|
+
date: 2022-12-22 00:00:00.000000000 Z
|
|
37
37
|
dependencies:
|
|
38
38
|
- !ruby/object:Gem::Dependency
|
|
39
39
|
name: inversion
|
metadata.gz.sig
CHANGED
|
Binary file
|