asciidoctor-dita-map 0.9.9 → 0.9.10

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: f33388a8cdd8a79fe816cbf3056c21e1622fe7fe8d96df305437c3cc12243b7d
4
- data.tar.gz: 33fd57ff00fae99afc529ccb988e226af6924283ee693d20c06a294a764d0739
3
+ metadata.gz: 65632c6df171bc8a0d2f518aa1e5d2a00928582cf7468edfe38ab2cfa69418d9
4
+ data.tar.gz: 48e2e26502c6e3979d4aeaa77064176eeabfb315221e88b7d3330411d2265f4d
5
5
  SHA512:
6
- metadata.gz: c3da4381f8213d39279c8be54ed51f8bbb54b7056681dcc96f63273b592e081b41b3558805d37681544c2ba6e2404cbe37f4fbdba4d06aa233a84fbcdc81aa63
7
- data.tar.gz: 2e2d6ab2518d64153896ea177731f50c95528dc27396e9aadf7b34c3061721d1c8ff675cbdcaed7c2d9ff6196928208f53915a806ef0f1bf50b06b55e0648adc
6
+ metadata.gz: d64f8d5d83fe46b8387dc5e65245bd5fbf2f0b968c7519ff40499113953d920fe3d0977a96eabbda21d95e4724f1f8386afdae69337bf47eb17825bda8814937
7
+ data.tar.gz: 2a37fc303b7b5657aa0b6c9aa5d9104082a93ad5b984f8815c67b1b6370ce2a9cc53058a039575f6882bd10d7b5804a79a0f815d8dc0d8269145a8a3b6fcbd2a
@@ -121,7 +121,7 @@ module AsciidoctorDitaMap
121
121
 
122
122
  begin
123
123
  topic = Topic.new @prep + File.read(full_path), @attr
124
- next if ['attributes', 'snippet'].include? topic.type
124
+ next if ['attributes', 'snippet', 'ignore'].include? topic.type
125
125
  rescue
126
126
  warn "#{NAME}: warning: unable to read included file: #{target}"
127
127
  topic = Topic.new ''
@@ -50,7 +50,7 @@ module AsciidoctorDitaMap
50
50
  type.sub!(/^procedure$/, 'task')
51
51
  end
52
52
 
53
- unless ['assembly', 'concept', 'reference', 'task', 'map', 'attributes', 'snippet'].include? type
53
+ unless ['assembly', 'concept', 'reference', 'task', 'map', 'attributes', 'snippet', 'ignore'].include? type
54
54
  return nil
55
55
  end
56
56
 
@@ -25,5 +25,5 @@
25
25
 
26
26
  module AsciidoctorDitaMap
27
27
  NAME = 'dita-map'
28
- VERSION = '0.9.9'
28
+ VERSION = '0.9.10'
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.9
4
+ version: 0.9.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jaromir Hradilek