Upgrade to relaton 2.x and lutaml-model 0.8#53
Merged
Conversation
Change {{term, IEV:code}} to {{term, urn:iec:std:iec:60050-code}}
for unified concept mention resolution framework.
Part of glossarist-ruby PR #152 (feat/gcr-concept-mentions).
- Update relaton dependency from ~> 1.18 to >= 2.0.0, < 3
- Add git overrides for relaton gems with lutaml-model 0.8 compatibility
- Fix RelatonBib::RequestError -> Relaton::RequestError (2.x API)
- Fix ItemData#url -> ItemData#source('src') (2.x API)
- Fix require 'relaton_bib' -> require 'relaton/bib' (2.x namespace)
- Remove w3c_api pin (pulled in by relaton-w3c dependency)
Use relaton/relaton#142 (lutaml-integration branch) for the relaton meta-gem, ensuring all sub-gems work with lutaml-model ~> 0.8.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrade iev to work with relaton 2.x and lutaml-model ~> 0.8.
Changes
relatonmeta-gem fromrelaton/relaton#142(lutaml-integrationbranch)relaton-bib+ 4 sub-gems fromfix/lutaml-model-0.8brancheslutaml-integrationbranches>= 2.0.0, < 3, addlutaml-model ~> 0.8.0Relaton::RequestError,item.source("src"))require "relaton/bib"instead ofrequire "relaton_bib"Dependencies on upstream PRs
fix/lutaml-model-0.8brancheslutaml-integrationbranchesGemfile overrides TODO
Remove git overrides once relaton gems release versions with lutaml-model 0.8 support.
All 158 tests pass.