Skip to content

Commit

Permalink
upgraded bolognese gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Aug 4, 2019
1 parent 9b0e3c7 commit cbac28a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ GEM
latex-decode (~> 0.0)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bolognese (1.3.10)
bolognese (1.3.11)
activesupport (>= 4.2.5, < 6)
benchmark_methods (~> 0.7)
bibtex-ruby (~> 4.1)
Expand Down
2 changes: 1 addition & 1 deletion app/models/doi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ def self.convert_container_by_id(options={})
should_update = true
container = {
"type" => doi.container["type"],
"identifier" => parse_attributes(doi.container["identifier"]),
"identifier" => parse_attributes(doi.container["identifier"], first: true),
"identifierType" => doi.container["identifierType"],
"title" => parse_attributes(doi.container["title"]),
"volume" => parse_attributes(doi.container["volume"]),
Expand Down

0 comments on commit cbac28a

Please sign in to comment.