Skip to content

Commit

Permalink
load most recent bolognese gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jan 12, 2019
1 parent 2f896da commit 60114f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GEM
latex-decode (~> 0.0)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bolognese (1.1.1)
bolognese (1.1.2)
activesupport (>= 4.2.5, < 6)
benchmark_methods (~> 0.7)
bibtex-ruby (~> 4.1)
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Lupo
class Application
VERSION = "2.3.9"
VERSION = "2.3.10"
end
end
2 changes: 1 addition & 1 deletion config/initializers/mime_types.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
end

ActionController::Renderers.add :csv do |obj, options|
%w(doi url registered state resourceTypeGeneral bibtexType title author publisher publicationYear).to_csv +
%w(doi url registered state resourceTypeGeneral resourceType title author publisher publicationYear).to_csv +
Array.wrap(obj).map { |o| o.send("csv") }.join("")
end

0 comments on commit 60114f4

Please sign in to comment.