asciidoctor-confluence-fix 0.0.2 → 0.0.3

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: 9fd837c8710e029f515492fd93ac5eee59c97b4ff99c7f3f4bf7479c910ba514
4
- data.tar.gz: 8a938476643777e654542649d526b8a21fdf9151cb86ffb1553bd85001705ef6
3
+ metadata.gz: c4c56ac56d3b440731d42d09450f7a48c65d220f715d061a740c111d1d715da0
4
+ data.tar.gz: 66ad1845215afef500bf28299c2bdea45e47f2e9931860aa432d7ebb3374d6ca
5
5
  SHA512:
6
- metadata.gz: 1b31d1bbe77feb516417dfc911a6bb58e88bcbfd4ec5c6f4d92838aadce38ef1c30706ba0dd075baefcb7d7ffe9542c955955002c70fc1d7df89c14a2fec04e4
7
- data.tar.gz: 73c2fff58d023a7b9673d1233e5f863f301d76bee2b3b09a161a8d2e0b477baa533741d22522206bed2807eefb1e2f3c2ea768152c781a674817fa34078959de
6
+ metadata.gz: b3694d26d6ffe5e5baa21df642d310e8f0ac543e811d0096f2a350d7eb40319e43d328a57600c88e5ad57291ef147c174a3a1c630e19038870644ad374cd656f
7
+ data.tar.gz: 360c5dae163517f4d26a2a3947173b0ecfd37e4b50ebac4c696ba4e57e7a07edf590127643f04fc29535712636036b9094c9a05a04eb7b80d0e6ea07df032487
data/README.adoc CHANGED
@@ -1,4 +1,4 @@
1
- :version: 0.0.2
1
+ :version: 0.0.3
2
2
  :asciidoctor-base-version: 1.5.2
3
3
  :confluence-version: 5.x
4
4
 
@@ -19,6 +19,7 @@ module Asciidoctor
19
19
  @asciidoctor_options = options
20
20
  @asciidoctor_options[:to_file] = false
21
21
  @asciidoctor_options[:header_footer] = false
22
+ @asciidoctor_options[:backend] = 'xhtml'
22
23
 
23
24
  if (options[:input_files].is_a? ::Array) && (options[:input_files].length == 1)
24
25
  @input_file = options[:input_files][0]
@@ -1,5 +1,5 @@
1
1
  module Asciidoctor
2
2
  module Confluence
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-confluence-fix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seungyeon Kang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-27 00:00:00.000000000 Z
11
+ date: 2021-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler