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: 04e18a2d4db4a21ae17510b7b76f756af63b3c8b
4
- data.tar.gz: 82a982f607c46a9e1cb660fab823b0f1d099d014
3
+ metadata.gz: bf08a2882755e10d7aa01507c233699b61929031
4
+ data.tar.gz: 35ee304ae669aa20bbba062e3ef4b1ef8227609b
5
5
  SHA512:
6
- metadata.gz: 3c2d22e9338e4e8da8aa18e9c9d2e4f519ce703a7a2670decac5f1eb4e830d47ce17fbcb88da73623afb4deab47c0b5334fded92c1fb14f74a0a12c69e9f8260
7
- data.tar.gz: 187be32bc3a2b14879185e9854bb7ef7f490820f9f7ef4a93387aa4428a80f02f4f0350a74f6298f8e6bcac0066d436c9ccb71baa40c10631f91af37455f6fdf
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!(Citation::REGEXP) do
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
@@ -1,3 +1,3 @@
1
1
  module AsciidoctorBibliography
2
- VERSION = "0.4.1".freeze
2
+ VERSION = "0.4.2".freeze
3
3
  end
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.1
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-28 00:00:00.000000000 Z
11
+ date: 2017-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor