rdoc-generator-sixfish 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/History.md +6 -0
- data/data/rdoc-generator-sixfish/css/sixfish.css +1 -1
- data/data/rdoc-generator-sixfish/css/sixfish.css.map +1 -1
- data/lib/sixfish/patches.rb +1 -1
- data/lib/sixfish.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
data/lib/sixfish/patches.rb
CHANGED
@@ -13,7 +13,7 @@ module Sixfish::Patches
|
|
13
13
|
:LABEL => ['<dl class="rdoc-list label-list">', '</dl>'],
|
14
14
|
:LALPHA => ['<ol style="list-style-type: lower-alpha">', '</ol>'],
|
15
15
|
:NOTE => [
|
16
|
-
'<table class="rdoc-list note-list table
|
16
|
+
'<table class="rdoc-list note-list table"><tbody>',
|
17
17
|
'</tbody></table>'
|
18
18
|
],
|
19
19
|
:NUMBER => ['<ol>', '</ol>'],
|
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.
|
4
|
+
version: 0.3.0
|
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:
|
36
|
+
date: 2023-01-02 00:00:00.000000000 Z
|
37
37
|
dependencies:
|
38
38
|
- !ruby/object:Gem::Dependency
|
39
39
|
name: inversion
|
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
158
158
|
- !ruby/object:Gem::Version
|
159
159
|
version: '0'
|
160
160
|
requirements: []
|
161
|
-
rubygems_version: 3.3.
|
161
|
+
rubygems_version: 3.3.26
|
162
162
|
signing_key:
|
163
163
|
specification_version: 4
|
164
164
|
summary: A readable HTML generator for RDoc.
|
metadata.gz.sig
CHANGED
Binary file
|