-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update Nokogiri to v1.15 & doctype model
- Loading branch information
1 parent
a803651
commit 8b237fd
Showing
6 changed files
with
48 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
module RelatonXsf | ||
class HashConverter < RelatonBib::HashConverter | ||
class << self | ||
# @param item_hash [Hash] | ||
# @return [RelatonBib::BibliographicItem] | ||
def bib_item(item_hash) | ||
BibliographicItem.new(**item_hash) | ||
end | ||
module HashConverter | ||
include RelatonBib::HashConverter | ||
extend self | ||
# @param item_hash [Hash] | ||
# @return [RelatonBib::BibliographicItem] | ||
def bib_item(item_hash) | ||
BibliographicItem.new(**item_hash) | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
module RelatonXsf | ||
VERSION = "1.16.2" | ||
VERSION = "1.17.0" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.