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
- SHA256:
3
- metadata.gz: 61e7b49f2a7f0748b403572c395888484d08fbd839c2b1936cd1b481b5ea6e55
4
- data.tar.gz: 4082bfb58062751ae7f51da843513a941d7f1ed156c77cc31fffe42257c6ba03
2
+ SHA1:
3
+ metadata.gz: 7dde6470c5e7f326deb2ecc7d7b9175fd2b7ccfc
4
+ data.tar.gz: cda0c89db773026d78546c2c5f9e79b6c04c75fb
5
5
  SHA512:
6
- metadata.gz: c998f87e682d397e64da720491651556eb320bd7227162827fb3297b352635a5ecc874f33f62373939f9eae440d263bf565013f2b534a5ad61c60f7387573410
7
- data.tar.gz: 139fe43a494d4cbbe0b2c616a9d89342169f03241c422dc0bc7d965418277ff0d712b90a0a26858b645ef94ff03a26df8856971de2473cb92c62041eeb6457ba
6
+ metadata.gz: 6781dfeaee1a53ad7029f0dfeed604e8e82b24b38412d52c2a8685eb410375f110f959b1ec2232f4e526d2432f0260b114ae396ec258d49478262d463cf81dbc
7
+ data.tar.gz: aaa6608f7282f71a412b6696f474d6551d5b0d01873b5ba60ba651d8c0e791343ea7645f158d85d422dd5cc613b0a0389d70204d59c670abe00b2a36f0477ca6
@@ -11,7 +11,7 @@ module AsciidoctorBibliography
11
11
  @citations = []
12
12
  @indices = []
13
13
  @database = nil
14
- @occurring_keys = Hash.new([])
14
+ @occurring_keys = {}
15
15
  end
16
16
 
17
17
  def add_citation(citation)
@@ -1,3 +1,3 @@
1
1
  module AsciidoctorBibliography
2
- VERSION = "0.5.0".freeze
2
+ VERSION = "0.5.1".freeze
3
3
  end
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.0
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: 2019-05-25 00:00:00.000000000 Z
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
- rubygems_version: 3.0.3
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"