asciidoctor-dita-map 0.9.15 → 0.9.16

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e10278e445c7ebb802fd7b59b0f2d59833ef3cf15daac9f5401a21ffa5004cf5
4
- data.tar.gz: db2bfadc8deb15cddac4f2edc10c2e84edaae52532eb85539046376f310f6736
3
+ metadata.gz: c016c694244dff2b14010224ad4a7d73b392e888fbd88544fa861a39ab1703c5
4
+ data.tar.gz: 037cc6b077f7d60371ad24a20812f5ca7cfca65fda12c63b3dd4f462dec088f7
5
5
  SHA512:
6
- metadata.gz: 8e6b6ab31781f9cba233fbc62194a738e3db56746c8dcb134d4ce4288119ead15cf13af4f985812688caa7195dcbd76204290e0c03a39b880c0ccb4f22626267
7
- data.tar.gz: 7274e2d7e1f79bbefae1500e1530ad7ed167e6a814d58ed6aa977914ebb12ebd455668bd72cabb7fb07bb807dfc778ad474ebb5e457e6b15d644cd1b15625bae
6
+ metadata.gz: 43c40ec17e31e85c82cff49da650a8fa0ea72b059d82c7365439a6abba502dde0655ffa92c18d4875cfa2571b884f6c7cabc0d159a75f2d23c8115c6b86b16cb
7
+ data.tar.gz: 5aeafa68457cda489f360be7b76c9ca1af07c69e940a4f6cc5ebc9098f414459ade7a20e1ca11353f3a244532fe370d027cd3634be5970b6a69b1a624b69d147
@@ -71,8 +71,6 @@ module AsciidoctorDitaMap
71
71
 
72
72
  if file_info[:navtitle]
73
73
  element.add_attribute REXML::Attribute.new('navtitle', file_info[:navtitle]) if @opts[:navtitle]
74
- else
75
- element.add_attribute REXML::Attribute.new('navtitle', title) if @opts[:navtitle] and title
76
74
  end
77
75
 
78
76
  element.add_attribute 'locktitle', 'yes' if @opts[:locktitle] and element['navtitle']
@@ -25,5 +25,5 @@
25
25
 
26
26
  module AsciidoctorDitaMap
27
27
  NAME = 'dita-map'
28
- VERSION = '0.9.15'
28
+ VERSION = '0.9.16'
29
29
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-dita-map
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.15
4
+ version: 0.9.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jaromir Hradilek
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  - !ruby/object:Gem::Version
145
145
  version: '0'
146
146
  requirements: []
147
- rubygems_version: 4.0.19
147
+ rubygems_version: 4.0.20
148
148
  specification_version: 4
149
149
  summary: Convert an AsciiDoc file to a DITA map
150
150
  test_files: []