asciidoctor-revealjs 1.0.3 → 1.0.4

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
  SHA1:
3
- metadata.gz: 434ed83856289905d3e973d999753978a107b76e
4
- data.tar.gz: f4f0bcb010732a583ce8633d9bf0fb05d525645f
3
+ metadata.gz: 055ddf04cfd1adacd71a163e674cbb6fa2171506
4
+ data.tar.gz: beac41015126c16206cd999af5173ccc6fe1be19
5
5
  SHA512:
6
- metadata.gz: 7fbdbbe8f7ed737b894c2fe07470bb73d707dcb7b37ffb4e8b30d79c97192f31ed5b14b7f7904a1db8419df270ddd4ba32088025e97ab13f602ad07691410958
7
- data.tar.gz: '09c4f2c195192cac068163c4a09fe1911885efdae50456d4320af052ca5a3030c6324cd227b405c4ab3588f15a41abd00445859449acc750fbb8263272cad8ff'
6
+ metadata.gz: 3ef70eb8103ebceff21ed91c8a4a1816cf5fcaf110a29b706a9fdde87161a09cbcfdca31a6c07a29543f0f10c8b7f87c2c00f12e95e0400e7a0c72a3b44ecd55
7
+ data.tar.gz: bbb86e656baa1ecb60f9197723e67012c50f6feec54b5280c1e9640079c8b9dd3acf25c850339f1746fe9d1e569e5d544dc2df84e0607445d189db91b7dcb126
@@ -6,6 +6,34 @@
6
6
  This document provides a high-level view of the changes introduced in {project-name} by release.
7
7
  For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.
8
8
 
9
+ == 1.0.4 (2017-09-27) - @obilodeau
10
+
11
+ Bug fixes::
12
+ * Dependency problems leading to crashes when used from Asciidoctor.js ({uri-issue}145[#145])
13
+
14
+ ////
15
+ Enhancements::
16
+ * item
17
+
18
+ Compliance::
19
+ * item
20
+
21
+ Infrastructure::
22
+ * item
23
+ ////
24
+
25
+ === Release meta
26
+
27
+ {uri-repo}/releases/tag/v1.0.4[git tag] |
28
+ {uri-repo}/compare/v1.0.3...v1.0.4[full diff]
29
+
30
+ === Credits
31
+
32
+ Thanks to the following people who contributed to this release:
33
+
34
+ Olivier Bilodeau, Guillaume Grossetie
35
+
36
+
9
37
  == 1.0.3 (2017-08-28) - @obilodeau
10
38
 
11
39
  Enhancements::
@@ -18,11 +46,6 @@ Bug fixes::
18
46
  * Pinned Asciidoctor version requirement to 1.5.4 to avoid dealing with {uri-issue}132[#132] in the 1.0.x series
19
47
  * Fixed consistency issues with boolean values handling in revealjs settings ({uri-issue}125[#125])
20
48
 
21
- ////
22
- Infrastructure::
23
- * item
24
- ////
25
-
26
49
  === Release meta
27
50
 
28
51
  {uri-repo}/releases/tag/v1.0.3[git tag] |
@@ -208,11 +208,16 @@ In order to test the Node package, you need to create a test project adjacent to
208
208
 
209
209
  $ mkdir test-project
210
210
  $ cd test-project
211
- $ npm init -y
212
211
 
213
- Now, install the dependencies:
212
+ Now, install the dependencies.
214
213
 
215
- $ npm i --save asciidoctor.js@1.5.5-3
214
+ WARNING: It is important to track `Asciidoctor.js`, `Asciidoctor-template.js` and `bestikk-opal-compiler` versions all together.
215
+ The `opal-compiler` used to compile our node package must match `asciidoctor.js` `opal-runtime`.
216
+ The first one is explicitly installed by users on install and the two later are specified in our `package.json`.
217
+ When you update one remember to update the others.
218
+ Versions known to work together can be found here, just replace <tag> with the `asciidoctor.js` release you are interested in: https://github.com/asciidoctor/asciidoctor.js/blob/<tag>/package.json
219
+
220
+ $ npm i --save asciidoctor.js@1.5.5-5
216
221
  $ npm i --save ../asciidoctor-reveal.js
217
222
 
218
223
  NOTE: The relative portion of the last command is where you are installing the local `asciidoctor-reveal.js` version from.
@@ -120,7 +120,7 @@ First you must install and configure {uri-nodejs-download}[Node.js] on your mach
120
120
 
121
121
  Using npm:
122
122
 
123
- $ npm i --save asciidoctor.js@1.5.5-3
123
+ $ npm i --save asciidoctor.js@1.5.5-5
124
124
  $ npm i --save asciidoctor-reveal.js
125
125
 
126
126
  === Rendering the AsciiDoc into slides
@@ -1,5 +1,5 @@
1
1
  module Asciidoctor
2
2
  module Revealjs
3
- VERSION = '1.0.3'
3
+ VERSION = '1.0.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-revealjs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Bilodeau
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-29 00:00:00.000000000 Z
11
+ date: 2017-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor
@@ -178,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
178
178
  version: '0'
179
179
  requirements: []
180
180
  rubyforge_project:
181
- rubygems_version: 2.6.11
181
+ rubygems_version: 2.6.13
182
182
  signing_key:
183
183
  specification_version: 4
184
184
  summary: Converts AsciiDoc to HTML for a Reveal.js presentation