asciidoctor-bibliography 0.4.1 → 0.4.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf08a2882755e10d7aa01507c233699b61929031
|
4
|
+
data.tar.gz: 35ee304ae669aa20bbba062e3ef4b1ef8227609b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7cb029fea12d309291a2a3f4d13d470acff5f34114e91f3039b00de6720f6d8887ab3433ba9a224b764466004f73e97e5ae6a72ba26b68e18fd48beaeefcc6e4
|
7
|
+
data.tar.gz: 2aa5fa7e12ba1bd32d1b235d650930a54912d508e1f945f66596e27beecdf73f223ddd660cbb326954f7314728ae268979a97534840bbeb65dc2eafe447a7435
|
@@ -33,7 +33,7 @@ module AsciidoctorBibliography
|
|
33
33
|
end
|
34
34
|
|
35
35
|
def fetch_citations(lines, bibliographer)
|
36
|
-
lines.join("\n").gsub
|
36
|
+
lines.join("\n").gsub(Citation::REGEXP) do
|
37
37
|
citation = Citation.new(*Regexp.last_match.captures)
|
38
38
|
bibliographer.add_citation(citation)
|
39
39
|
citation.uuid
|
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.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-09-
|
11
|
+
date: 2017-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciidoctor
|