rdoc-generator-fivefish 0.0.1.pre.60 → 0.0.1.pre.61

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.
data.tar.gz.sig CHANGED
Binary file
@@ -101,7 +101,7 @@
101
101
  <!-- Class dropdown menu -->
102
102
  <div id="class-dropdown" class="dropdown-menu has-scroll">
103
103
  <ul>
104
- <?for index_class in modsort.select( &:documented? ) ?>
104
+ <?for index_class in modsort.select( &:documented? ).uniq {|c| c.path } ?>
105
105
  <li><a href="[?attr rel_prefix ?]/[?call index_class.path ?]"><?call
106
106
  index_class.full_name ?></a></li>
107
107
  <?end for ?>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdoc-generator-fivefish
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre.60
4
+ version: 0.0.1.pre.61
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
metadata.gz.sig CHANGED
Binary file