asciidoctor-bibliography 0.5.0 → 0.5.1
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
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 7dde6470c5e7f326deb2ecc7d7b9175fd2b7ccfc
|
4
|
+
data.tar.gz: cda0c89db773026d78546c2c5f9e79b6c04c75fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6781dfeaee1a53ad7029f0dfeed604e8e82b24b38412d52c2a8685eb410375f110f959b1ec2232f4e526d2432f0260b114ae396ec258d49478262d463cf81dbc
|
7
|
+
data.tar.gz: aaa6608f7282f71a412b6696f474d6551d5b0d01873b5ba60ba651d8c0e791343ea7645f158d85d422dd5cc613b0a0389d70204d59c670abe00b2a36f0477ca6
|
data/spec/sanity_spec.rb
CHANGED
@@ -184,9 +184,6 @@ describe "asciidoctor integration" do
|
|
184
184
|
<div class="paragraph">
|
185
185
|
<p><a id="bibliography-default-Foo00"></a>Bar, F. (2000). Title.</p>
|
186
186
|
</div>
|
187
|
-
<div class="paragraph">
|
188
|
-
<p><a id="bibliography-default-Qux00"></a>Zot, Q. (3000). Title.</p>
|
189
|
-
</div>
|
190
187
|
</div>
|
191
188
|
<div class="sect2">
|
192
189
|
<h3 id="_first">First</h3>
|
@@ -200,9 +197,6 @@ describe "asciidoctor integration" do
|
|
200
197
|
<div class="sect2">
|
201
198
|
<h3 id="_last">Last</h3>
|
202
199
|
<div class="paragraph">
|
203
|
-
<p><a id="bibliography-last-Foo00"></a>Bar, F. (2000). Title.</p>
|
204
|
-
</div>
|
205
|
-
<div class="paragraph">
|
206
200
|
<p><a id="bibliography-last-Qux00"></a>Zot, Q. (3000). Title.</p>
|
207
201
|
</div>
|
208
202
|
</div>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: asciidoctor-bibliography
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciidoctor
|
@@ -320,7 +320,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
320
320
|
- !ruby/object:Gem::Version
|
321
321
|
version: '0'
|
322
322
|
requirements: []
|
323
|
-
|
323
|
+
rubyforge_project:
|
324
|
+
rubygems_version: 2.5.2
|
324
325
|
signing_key:
|
325
326
|
specification_version: 4
|
326
327
|
summary: Citations and bibliography the "asciidoctor-way"
|