asciidoctor-html 2.2.4 → 2.2.5
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
- data/CHANGELOG.md +4 -0
- data/assets/css/jupyterlite-repl.css +1 -1
- data/assets/css/styles.css +2 -2
- data/lib/asciidoctor/html/version.rb +1 -1
- data/lib/minitest/{html_plugin.rb → adoc_plugin.rb} +2 -2
- metadata +3 -3
|
@@ -5,7 +5,7 @@ require "cgi"
|
|
|
5
5
|
|
|
6
6
|
# Add class to Minitest module
|
|
7
7
|
module Minitest
|
|
8
|
-
# Custom reporter class that creates an
|
|
8
|
+
# Custom reporter class that creates an asciidoc file in the docs folder
|
|
9
9
|
class HTMLReporter < AbstractReporter
|
|
10
10
|
DOCS_DIR = "#{__dir__}/../../docs/asciidoc".freeze
|
|
11
11
|
TESTS_DIR = "#{__dir__}/../../test/asciidoctor/html".freeze
|
|
@@ -59,7 +59,7 @@ module Minitest
|
|
|
59
59
|
end
|
|
60
60
|
end
|
|
61
61
|
|
|
62
|
-
def self.
|
|
62
|
+
def self.plugin_adoc_init(_options)
|
|
63
63
|
reporter << HTMLReporter.new
|
|
64
64
|
end
|
|
65
65
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: asciidoctor-html
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ravi Rajani
|
|
@@ -137,7 +137,7 @@ files:
|
|
|
137
137
|
- lib/asciidoctor/html/utils.rb
|
|
138
138
|
- lib/asciidoctor/html/version.rb
|
|
139
139
|
- lib/asciidoctor/html/webmanifest.rb
|
|
140
|
-
- lib/minitest/
|
|
140
|
+
- lib/minitest/adoc_plugin.rb
|
|
141
141
|
homepage: https://github.com/ravirajani/asciidoctor-html
|
|
142
142
|
licenses:
|
|
143
143
|
- MIT
|
|
@@ -160,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
160
160
|
- !ruby/object:Gem::Version
|
|
161
161
|
version: '0'
|
|
162
162
|
requirements: []
|
|
163
|
-
rubygems_version:
|
|
163
|
+
rubygems_version: 4.0.19
|
|
164
164
|
specification_version: 4
|
|
165
165
|
summary: An AsciiDoc-to-HTML static site generator based on Asciidoctor.
|
|
166
166
|
test_files: []
|