rdoc-generator-sixfish 0.5.0.pre20190220103520 → 0.5.0

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.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data/History.md +30 -20
  4. data/README.md +30 -24
  5. data/data/rdoc-generator-sixfish/css/fa-solid-900.515704be.ttf +0 -0
  6. data/data/rdoc-generator-sixfish/css/fa-solid-900.7ba04835.svg +1 -0
  7. data/data/rdoc-generator-sixfish/css/fa-solid-900.8c589fd1.eot +0 -0
  8. data/data/rdoc-generator-sixfish/css/fa-solid-900.c7b072c6.woff +0 -0
  9. data/data/rdoc-generator-sixfish/css/fa-solid-900.f2049a98.woff2 +0 -0
  10. data/data/rdoc-generator-sixfish/css/sixfish.css +2 -1184
  11. data/data/rdoc-generator-sixfish/css/sixfish.css.map +1 -7
  12. data/data/rdoc-generator-sixfish/js/sixfish.js +39 -0
  13. data/data/rdoc-generator-sixfish/js/sixfish.js.map +1 -0
  14. data/data/rdoc-generator-sixfish/templates/class.tmpl +179 -180
  15. data/data/rdoc-generator-sixfish/templates/file.tmpl +4 -16
  16. data/data/rdoc-generator-sixfish/templates/index.tmpl +77 -48
  17. data/data/rdoc-generator-sixfish/templates/layout.tmpl +71 -51
  18. data/lib/inversion/template/striptag.rb +41 -0
  19. data/lib/rdoc/discover.rb +1 -1
  20. data/lib/rdoc/generator/sixfish.rb +49 -66
  21. data/lib/sixfish/patches.rb +72 -0
  22. data/lib/sixfish.rb +10 -9
  23. data/spec/helpers.rb +10 -4
  24. data/spec/rdoc/generator/sixfish_spec.rb +24 -19
  25. data/spec/sixfish_spec.rb +4 -8
  26. data.tar.gz.sig +0 -0
  27. metadata +65 -140
  28. metadata.gz.sig +0 -0
  29. data/.editorconfig +0 -16
  30. data/.ruby-gemset +0 -1
  31. data/.ruby-version +0 -1
  32. data/ChangeLog +0 -746
  33. data/Manifest.txt +0 -29
  34. data/data/rdoc-generator-sixfish/fa/light.js +0 -0
  35. data/data/rdoc-generator-sixfish/fa/light.svg +0 -0
  36. data/data/rdoc-generator-sixfish/fa/loader.js +0 -1
  37. data/data/rdoc-generator-sixfish/fa/regular.js +0 -1
  38. data/data/rdoc-generator-sixfish/fa/regular.svg +0 -662
  39. data/data/rdoc-generator-sixfish/fa/solid.js +0 -1
  40. data/data/rdoc-generator-sixfish/fa/solid.svg +0 -662
  41. data/data/rdoc-generator-sixfish/images/glyphicons-28-search.png +0 -0
  42. data/data/rdoc-generator-sixfish/js/jquery-3.1.1.js +0 -10220
  43. data/data/rdoc-generator-sixfish/js/sixfish.min.js +0 -99
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10d9f7a02d850cc2e4397ae16de63dd1d49889d95cd8ae8194f6c8e756be6a2d
4
- data.tar.gz: 9eae408bf8426bdcde7472e236cb45363097f876c23cab5373b3c8daec76aae2
3
+ metadata.gz: 45d729eeb185ac1452830118916a29405642c4b2fec7fa12dc699dc34ae84631
4
+ data.tar.gz: feb25eafb51e4ddde636abe9f057c9061aea7b143c26aa01c884af773cfebb0d
5
5
  SHA512:
6
- metadata.gz: 634f65d227a3234f2f13f7c0e542f5b175bc0ffe6683ea87119369aa2d6eafa5ede7239e95831e0218031d7b670d4cd09d49f7baacb892bb6e02d2d1e6bd31c3
7
- data.tar.gz: 8a92a4db6d55e13b8b354d662d04f258658ceb802877dafc29574d729b51c0df72da5a4fd137009ae5676c9cfa2214f89443bd9c44a9d7e7a1159b202b377107
6
+ metadata.gz: d46d716b8eb112f1a9cdf8e82e492e7379221f60019a01f50614e44ea97101ffe74669e370bdc4ce8a24a4dc69c4ca7553d234ba95548c4ed146e917929133be
7
+ data.tar.gz: 955fa228824e1253a9490f34461a0d29a19f0b027f0484c49e87479c155ee3f50d0ed3b7751531a1158696bce2cf38193bb7f554f5b002a9a1c63b23f5d7fc12
checksums.yaml.gz.sig ADDED
Binary file
data/History.md CHANGED
@@ -1,39 +1,49 @@
1
- == v0.4.0 [2018-03-13] Michael Granger <ged@FaerieMUD.org>
1
+ # Release History for rdoc-generator-sixfish
2
2
 
3
- Enhancements:
3
+ ---
4
+ ## v0.5.0 [2026-05-29] Michael Granger <ged@faeriemud.org>
4
5
 
5
- - Bump RDoc dependency to 6.0.
6
- - Use TTF fonts instead of converting them to WOFF.
6
+ changes:
7
7
 
8
+ - Updated for RDoc 7
8
9
 
9
- == v0.3.0 [2017-01-22] Michael Granger <ged@FaerieMUD.org>
10
10
 
11
- - Bump dependency on RDoc to 5.0.
11
+ ## v0.4.0 [2026-04-15] Michael Granger <ged@faeriemud.org>
12
12
 
13
+ - Add Gem datadir refinement to work around breaking change
13
14
 
14
- == v0.2.1 [2017-01-17] Michael Granger <ged@FaerieMUD.org>
15
+ See https://github.com/ruby/rubygems/pull/8900
15
16
 
16
- - Oops, didn't mean to depend on RDoc 5 quite yet.
17
17
 
18
+ ## v0.3.1 [2024-03-04] Michael Granger <ged@faeriemud.org>
18
19
 
19
- == v0.2.0 [2017-01-17] Michael Granger <ged@FaerieMUD.org>
20
+ Bugfixes:
20
21
 
21
- - Bump Inversion and Loggabilty dep
22
- - Update for Ruby >2.2, newer RSpec.
22
+ - Fix broken a[name] links
23
23
 
24
24
 
25
- == v0.1.0 [2013-02-27] Michael Granger <ged@FaerieMUD.org>
25
+ ## v0.3.0 [2023-01-02] Michael Granger <ged@faeriemud.org>
26
26
 
27
- - Add some CSS and module-index visual tweaks
28
- - Make the synopsis-extraction more intelligent
29
- - Add support for module extension
30
- - Add Ruby 2.0 support
31
- - Add an --additional-stylesheet option
32
- - Make the anchor and top links in titles less obnoxious
33
- - Update for RDoc 4
27
+ Changes:
34
28
 
29
+ - Unfloat/unbox definition lists other than class metadata.
35
30
 
36
- == v0.0.1 [2012-09-12] Michael Granger <ged@FaerieMUD.org>
31
+
32
+ ## v0.2.1 [2022-12-22] Michael Granger <ged@faeriemud.org>
33
+
34
+ Bugfixes:
35
+
36
+ - Fix method links for child classes; thanks to Mahlon E. Smith for the patch.
37
+
38
+
39
+ ## v0.2.0 [2022-12-01] Michael Granger <ged@faeriemud.org>
40
+
41
+ Fixes:
42
+
43
+ - Remove unused code and dependencies
44
+
45
+
46
+ ## v0.1.0 [2022-11-15] Michael Granger <ged@FaerieMUD.org>
37
47
 
38
48
  Initial release.
39
49
 
data/README.md CHANGED
@@ -1,15 +1,22 @@
1
1
  # Sixfish RDoc
2
2
 
3
- * http://deveiate.org/sixfish.html
3
+ home
4
+ : https://hg.sr.ht/~ged/Sixfish
4
5
 
6
+ code
7
+ : https://hg.sr.ht/~ged/Sixfish
5
8
 
6
- ## Description
9
+ github
10
+ : https://github.com/ged/sixfish
11
+
12
+ docs
13
+ : https://deveiate.org/code/sixfish
7
14
 
8
- A(nother) HTML(5) generator for RDoc.
9
15
 
10
- It uses the {Skeleton Responsive CSS Boilerplate}[http://getskeleton.com/] for
11
- the layout stuff, doesn't take up valuable horizontal real estate space with
12
- indexes and stuff, and has a QuickSilver-like incremental searching.
16
+
17
+ ## Description
18
+
19
+ A readable HTML generator for RDoc. It uses the [Bulma](https://bulma.io/) CSS framework.
13
20
 
14
21
 
15
22
  ## Installation
@@ -24,21 +31,30 @@ indexes and stuff, and has a QuickSilver-like incremental searching.
24
31
 
25
32
  ## Contributing
26
33
 
27
- You can check out the current development source {with
28
- Mercurial}[http://bitbucket.org/ged/sixfish], or if you prefer Git, via the
29
- project's {Github mirror}[https://github.com/ged/Sixfish-RDoc].
34
+ You'll need [Yarn](https://yarnpkg.com/) to build this gem.
35
+
36
+ You can check out the current development source [with Mercurial](https://hg.sr.ht/~ged/Sixfish)], or if you prefer Git, via the project's [Github mirror](https://github.com/ged/sixfish).
37
+
38
+ After checking out the source and changing into the new directory, run:
30
39
 
31
- After checking out the source, run:
40
+ $ gem install -Ng
41
+ $ rake setup
32
42
 
33
- $ rake newb
43
+ This task will install dependencies, and do any necessary development setup.
34
44
 
35
- This task will install any missing dependencies, run the tests/specs,
36
- and generate the API documentation.
45
+
46
+ ## Authors
47
+
48
+ - Michael Granger <ged@faeriemud.org>
37
49
 
38
50
 
39
51
  ## License
40
52
 
41
- Copyright © 2015-2016, Michael Granger
53
+ This uses the Bulma CSS Framework, and a licensed version of Font Awesome Pro 5.
54
+
55
+ Sixfish itself is:
56
+
57
+ Copyright © 2015-2026, Michael Granger
42
58
  All rights reserved.
43
59
 
44
60
  Redistribution and use in source and binary forms, with or without
@@ -66,13 +82,3 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
66
82
  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
67
83
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
68
84
 
69
- Sixfish uses the Skeleton Responsive CSS Boilerplate, which is used under the
70
- following license terms:
71
-
72
- Skeleton V2.0.4
73
- Copyright 2014, Dave Gamache
74
- www.getskeleton.com
75
- Free to use under the MIT license.
76
- http://www.opensource.org/licenses/mit-license.php
77
- 12/29/2014
78
-