citeproc-ruby 1.1.11 → 1.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/citeproc/ruby/format.rb +1 -1
- data/lib/citeproc/ruby/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8eb76742a1f8fbb61d0fc3cfc795fc8021aa18163be836521f9cdc051d29ba85
|
4
|
+
data.tar.gz: e2d4c85246b2075424455b9aa3caa3c65dd99af498e6ca1d396c117c6ca3fe98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4ae63af0d2ce46e24188eb932532cab5a6a60de44d2bb05d0afda74c6e11379d102de88ed189af4b47038d5670c04fe2b145967e5c2c546b740cc10cc77c8f1
|
7
|
+
data.tar.gz: 10537164be16f515e9991670a4c4bca6846310bcf39dfd03609731d782be9bbfd0932a99dc682b93c8014589a069a9159c630e15051f00fbf99dae91bf371e8b
|
data/lib/citeproc/ruby/format.rb
CHANGED
@@ -198,7 +198,7 @@ module CiteProc
|
|
198
198
|
end
|
199
199
|
|
200
200
|
def split_closing_quotes(string)
|
201
|
-
string.split(/(
|
201
|
+
string.split(/((#{Regexp.quote(close_inner_quote)}|#{Regexp.quote(close_quote)})+)$/, 2)
|
202
202
|
end
|
203
203
|
|
204
204
|
def apply_quotes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: citeproc-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sylvester Keil
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-01-
|
11
|
+
date: 2020-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: citeproc
|