asciidoctor-html5s 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e9dfca08be8f1cae2bc0477f473df93fb71c88a84396467342926852f1cc3c9
4
- data.tar.gz: 80da368fe359dc4107302113a43b2e0ccbf62b782390de9a9883bbcc9f9e8a4c
3
+ metadata.gz: 0b2c1800e1bde512e39ea85bdd3bda2d69c37a54ab28af8a357eabb419ef59f1
4
+ data.tar.gz: c30420facc2b355e067154bd0a6f4efd284df39b3bbad00a1b2e6d1960089699
5
5
  SHA512:
6
- metadata.gz: fc1548921c0f4d7c9e8b53fe076505814f748336787cd339c0b93c2d66c7f3ebcb48ca472989b583cef5230f3e87d3f78fc6e552d9fb175495c449fdfd7e6bec
7
- data.tar.gz: 5f01724b4123e60aeeb5b5a09668a67f7be6326d781ea5626a02e76d9966cc3fe63ab86d690b0e50937c874c8c656a7f17baf64e390e12bd12391e4e9ee282b8
6
+ metadata.gz: 4d7c938ce6468cc2d124e003534ae58ab4fbf9db41fcbd701c4d29f7780066672919dcd786dea1c094b0b5cf23940decfbf65556cae5311868a83418eeed0f17
7
+ data.tar.gz: 6912e276e0fc6be5044f7ce0b74fbd4488ab3d2a89cd9a1702e872f0b92b9e9665a3914e6879d864a47119e9aecfa2c42a3197bbda876ce83355d7433863524c
@@ -5,7 +5,7 @@
5
5
  include _hdlist.html
6
6
  - else
7
7
  = block_with_title :class=>['dlist', style]
8
- dl
8
+ dl class=style
9
9
  - items.each do |terms, dd|
10
10
  - [*terms].each do |dt|
11
11
  dt =dt.text
@@ -999,7 +999,7 @@ class Asciidoctor::Html5s::Converter < ::Asciidoctor::Converter::Base
999
999
  ; end; end; _slim_controls6 << ("</td></tr>"); end; _slim_controls6 << ("</table>"); _slim_controls6 = _slim_controls6.join(""); end; _buf << (_slim_controls5);
1000
1000
  ; else;
1001
1001
  ; _slim_controls7 = block_with_title :class=>['dlist', style] do; _slim_controls8 = [];
1002
- ; _slim_controls8 << ("<dl>");
1002
+ ; _slim_controls8 << ("<dl"); _temple_html_attributeremover2 = []; _slim_codeattributes4 = style; if Array === _slim_codeattributes4; _slim_codeattributes4 = _slim_codeattributes4.flatten; _slim_codeattributes4.map!(&:to_s); _slim_codeattributes4.reject!(&:empty?); _temple_html_attributeremover2 << (_slim_codeattributes4.join(" ")); else; _temple_html_attributeremover2 << (_slim_codeattributes4); end; _temple_html_attributeremover2 = _temple_html_attributeremover2.join(""); if !_temple_html_attributeremover2.empty?; _slim_controls8 << (" class=\""); _slim_controls8 << (_temple_html_attributeremover2); _slim_controls8 << ("\""); end; _slim_controls8 << (">");
1003
1003
  ; items.each do |terms, dd|;
1004
1004
  ; [*terms].each do |dt|;
1005
1005
  ; _slim_controls8 << ("<dt>"); _slim_controls8 << (dt.text);
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Asciidoctor
4
4
  module Html5s
5
- VERSION = '0.4.0'
5
+ VERSION = '0.4.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-html5s
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Jirutka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-06 00:00:00.000000000 Z
11
+ date: 2020-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor