asciidoctor-diagram 1.5.17 → 1.5.18

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: 4de9d84055932e070c6726c178dd10aeb05e871edc2d511f957511f3f87fc073
4
- data.tar.gz: c7e304a8620640a9fbbed81a52ccfb1d9e7900faeeb905a0dfbd92fe3346232e
3
+ metadata.gz: c8e3c8549b195285f274052e14c6addc52c5900a80fcf88935cb3820432903ac
4
+ data.tar.gz: b673dd81b505260bf7fd06e45ef98df1806a22684a4036fb4c4e006317384538
5
5
  SHA512:
6
- metadata.gz: 4b5e2b48bd00c293e920d2a31b110b43f1f34d4f1d703d77fa512b4e0738b790704ac385eff37260f005b5ad9a1e77d6c2c105b2ef43a516f3e1d6c9e232616a
7
- data.tar.gz: b5f136b19bd2f7fb3d7674b2e5fe1f8b63300ad21d44afe7d5694c7ef21148d16898c33aef04349d04cb2d77508577bff041057b6428cf20237ac4a48e6064f1
6
+ metadata.gz: 193b91c7ddac87a1e0fad1a1c65b6dcb6406888c54443f5a6ae8be8f6ffb3845708e6c29a4a0d5d11438411d7281f60be1b0be79d280bf68a8764daf3a0ed4ea
7
+ data.tar.gz: 18e6d118480da5b4010df9bcc0fa58bd852d5cf70bb48960f55b31235bb6bfe58cfa4fe47eab3d750a56262db9f8a76c390b85cb88dffbbfd9df1f8c512d3fd5
@@ -87,7 +87,7 @@ module Asciidoctor
87
87
  }
88
88
 
89
89
  def self.included(mod)
90
- mod.enable_dsl
90
+ mod.use_dsl
91
91
  class << mod
92
92
  include FormatRegistry
93
93
  end
@@ -303,7 +303,7 @@ module Asciidoctor
303
303
  include DiagramProcessor
304
304
 
305
305
  def self.inherited(subclass)
306
- subclass.positional_attributes ['target', 'format']
306
+ subclass.name_positional_attributes ['target', 'format']
307
307
  subclass.contexts [:listing, :literal, :open]
308
308
  subclass.content_model :simple
309
309
  end
@@ -321,7 +321,7 @@ module Asciidoctor
321
321
  include DiagramProcessor
322
322
 
323
323
  def self.inherited(subclass)
324
- subclass.positional_attributes ['target', 'format']
324
+ subclass.name_positional_attributes ['target', 'format']
325
325
  end
326
326
 
327
327
  def apply_target_subs(parent, target)
@@ -118,7 +118,7 @@ module Asciidoctor
118
118
  end
119
119
  end
120
120
 
121
- positional_attributes %w(top bottom target format)
121
+ name_positional_attributes %w(top bottom target format)
122
122
 
123
123
  def create_source(parent, target, attributes)
124
124
  attributes = attributes.dup
@@ -1,5 +1,5 @@
1
1
  module Asciidoctor
2
2
  module Diagram
3
- VERSION = "1.5.17"
3
+ VERSION = "1.5.18"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-diagram
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.17
4
+ version: 1.5.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pepijn Van Eeckhoudt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-29 00:00:00.000000000 Z
11
+ date: 2019-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler