neo4j-asciidoctor-extensions 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: 1ee63d095a6ddc2621c6a70a27e117360e43e9ae82c317f88168e165897103b7
4
- data.tar.gz: d4fda2cdb54912ee593775587a0143e15938200938fafc53038651d456557eaa
3
+ metadata.gz: a4a76564a648f37550de81012dd17b91d488e8791f217d5523c9d8f00b94f58a
4
+ data.tar.gz: cdb7b4e3c6e65ead430cdd7ef856ff8ec7257533f049460026c371bd7d6b5255
5
5
  SHA512:
6
- metadata.gz: 2fe832f1eab6f10a280445cb1ebd69e860e69e3532de4e809843da531a9b37db2b186b7924d60af3d12f8ec35b795dec53617dcc86364feb2a8ee523f499b988
7
- data.tar.gz: 57bd9149a7b881d1017af2e9925b88872f837abe8d1ba30891749bca8c988bbf608991502b7658be3d74d1595b7075de67f50b3a7c7d4fe242da67901140528a
6
+ metadata.gz: b8a83d07d04b37725b688e3b487b25ac96c5047fdbe29ab1222c6299347f0bf5c50f0da3820882aa09369aee708ffbd16d518ee858722cc5c4abecfbdaec9bbd
7
+ data.tar.gz: 61d3c1b09eb8c820200d143e805801e06e4257ebb6dc0a9b10545e53fe2df3ebd4d6c3a26789b245613bd783bbbbd5c65be104bc75cc7d75f76b5a542f028e3f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neo4j-asciidoctor-extensions (0.0.2)
4
+ neo4j-asciidoctor-extensions (0.0.3)
5
5
  asciidoctor (~> 2.0.0)
6
6
  asciidoctor-pdf (= 1.5.3)
7
7
  rouge (~> 3.18.0)
@@ -4,5 +4,5 @@ require 'asciidoctor/extensions' unless RUBY_ENGINE == 'opal'
4
4
  require_relative 'course_document_attributes/extension'
5
5
 
6
6
  Asciidoctor::Extensions.register do
7
- postprocessor Neo4j::AsciidoctorExtensions::CourseDocumentAttributesPostProcessor
7
+ tree_processor Neo4j::AsciidoctorExtensions::CourseDocumentAttributesTreeProcessor
8
8
  end
@@ -7,10 +7,10 @@ module Neo4j
7
7
  module AsciidoctorExtensions
8
8
  include Asciidoctor
9
9
 
10
- # A postprocessor that adds attributes about the course.
10
+ # A tree processor that adds attributes about the course.
11
11
  # /!\ This extension is tightly coupled to the course publishing project and should not be used for other purposes /!\
12
12
  #
13
- class CourseDocumentAttributesPostProcessor < Extensions::Postprocessor
13
+ class CourseDocumentAttributesTreeProcessor < Extensions::TreeProcessor
14
14
  use_dsl
15
15
 
16
16
  # TODO: this slug should be configurable
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'neo4j-asciidoctor-extensions'
5
- s.version = '0.0.2'
5
+ s.version = '0.0.3'
6
6
  s.summary = 'Asciidoctor extensions by Neo4j.'
7
7
  s.description = 'Asciidoctor extensions by Neo4j.'
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo4j-asciidoctor-extensions
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
  - Guillaume Grossetie