asciidoctor-katex 0.2.1 → 0.3.0

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: 8b8f1dbaf9e211004f8b2530d5a38eddfc8dbffb79de434ef235b742a024016a
4
- data.tar.gz: 6e6c1f3bf26032b08cd6911d8a533d90c38ae8a6d8b6d75b040d351fd55ea58f
3
+ metadata.gz: a225d98ebb4e6ff887c3cb5e3f94183de5dd05be3f3f91c3a611c025a41b0bc1
4
+ data.tar.gz: 0f895957659f9215f2656897dcf9ea340c16ded863359a5bdf6a8b4691665817
5
5
  SHA512:
6
- metadata.gz: 34f07c9f37cdd21d7d73736a66638c584fff20e3ed4bb2ecb0413e1bf7a1deb91632d3474bc3776eb7c8d69c2b4bf8fa340dbb2aee5a52e5fa8762988684a7e4
7
- data.tar.gz: 7115b79918e7608087fa1521572cfa3dc5e9805c3f96dda06bc84b733f27f29330205cb67929d0a5c69b73275285f49f3b95c8eef506968eee256c5a81f2d3f2
6
+ metadata.gz: 3ab01a81d5549c80f0d9cd01aaecddf91c9823cbd0ca7b97e322391d09bee0fca0e7fc692a1dfb70e77973960c43d26116fbe03967729e1619e69d6550934361
7
+ data.tar.gz: 715f2ddb7211098cdcfe701da4b21b62af682a1194518f53c3d2fad765ac6b810b23113cf74ee16002d5aa7758663deec5c4603de17f063c29c398a395aa1b46
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License
2
2
 
3
- Copyright 2018 Jakub Jirutka <jakub@jirutka.cz>.
3
+ Copyright 2018-2019 Jakub Jirutka <jakub@jirutka.cz>.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -33,7 +33,7 @@ This project provides an http://asciidoctor.org/[Asciidoctor] extension for conv
33
33
  === Node.js
34
34
 
35
35
  * https://nodejs.org/[Node.js] 8+
36
- * https://www.npmjs.com/package/asciidoctor.js[asciidoctor.js] 1.5.6
36
+ * https://www.npmjs.com/package/@asciidoctor/core[@asciidoctor/core] ~2.0.0
37
37
  * https://www.npmjs.com/package/katex[katex (module)] 0.9.0+
38
38
 
39
39
 
@@ -85,7 +85,7 @@ IMPORTANT: Bundler automatically _requires_ all the specified gems.
85
85
  [source, js, subs="+attributes"]
86
86
  ----
87
87
  // Load asciidoctor.js and {gem-name}.
88
- const asciidoctor = require('asciidoctor.js')()
88
+ const asciidoctor = require('@asciidoctor/core')()
89
89
  const asciidoctorKatex = require('{gem-name}')
90
90
 
91
91
  // See documentation at the end of this section.
@@ -3,6 +3,6 @@
3
3
  module Asciidoctor
4
4
  module Katex
5
5
  # Version of the asciidoctor-katex gem.
6
- VERSION = '0.2.1'
6
+ VERSION = '0.3.0'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-katex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Jirutka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-02 00:00:00.000000000 Z
11
+ date: 2019-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor