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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9849ca6ccfe321b2ea21409cb3fdd0e8372a30ccc5b77154f72879356692ebb
4
- data.tar.gz: a57b90d60d348e4a984d771cfaad4858fa1e3b218e1c7b51bfe024b59554804c
3
+ metadata.gz: 1e00d9832292983218c97547089985e4d4ba9640b4416b40dfaaf8f9e578209a
4
+ data.tar.gz: 28ddad906b580bfdbcef19260a8ac4bcfdede5661702b57e9dd390ace7e660b7
5
5
  SHA512:
6
- metadata.gz: 169dd6792bb608de45c0232aa7846304297f2e62b18f083a44cedfe1a1df6f95936a823fe97d25373137b9b583aeacf9ec52c713ead51584b28fdb876c3145f5
7
- data.tar.gz: 0aa5f892b480f041d30459936336a1b9b00b462f214aa953130a097c1f69a2c7f3e2208f9aabc6a056cb41a6014681fae197065857da2a4b2133ba292b179330
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
@@ -6,7 +6,7 @@
6
6
  module Sixfish
7
7
 
8
8
  # Library version constant
9
- VERSION = '0.2.0'
9
+ VERSION = '0.2.1'
10
10
 
11
11
  # Fivefish project URL
12
12
  PROJECT_URL = 'https://hg.sr.ht/~ged/Sixfish'
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.0
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-01 00:00:00.000000000 Z
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