uc3-dmp-citation 0.0.15 → 0.0.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/uc3-dmp-citation/version.rb +1 -1
- data/lib/uc3-dmp-citation.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d8f6ce6b1e876be86359025dc20ed5f0cb61ce24414c3976f6cfe6cf1ea64a48
|
4
|
+
data.tar.gz: 8db13b8bed6167b3c888945d59ec0e23a2a47668001f867082b453f859ad1c60
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: deba715a7e4a87f9499d0a5e37357ddda9992b50f5037efbd344b5fc3dcacd7ab3ca2b8a49fd4ff0c8e5d0f5f82d261b3ecc903d8f8f1aff622e9ad05f818806
|
7
|
+
data.tar.gz: c9acc90c6ea97c091fc4595bc004e18148075d6c3b3d8193e5f4c942434a76dfe8d728cf26c75940234dc4aa0e0010d9bcf91ccd56a2365d0e3efc6bed7fc90e
|
data/lib/uc3-dmp-citation.rb
CHANGED
@@ -35,7 +35,7 @@ module Uc3DmpCitation
|
|
35
35
|
logger&.warn(message: "Failure fetching citation for #{uri} - #{e.message}")
|
36
36
|
return nil
|
37
37
|
end
|
38
|
-
return nil if resp.nil? || resp.to_s.strip.empty?
|
38
|
+
return nil if resp.nil? || resp.to_s.strip.empty?
|
39
39
|
|
40
40
|
bibtex_to_citation(uri: uri, bibtex_as_string: resp)
|
41
41
|
end
|