datacite / bolognese

Ruby gem and command-line utility for conversion of DOI metadata
MIT License
40 stars 14 forks source link

Fixed the scope issue for the private method #167

Closed ashwinisukale closed 10 months ago

ashwinisukale commented 10 months ago

Purpose

closes: https://github.com/datacite/bolognese/issues/168

Approach

Upgrade bolognese gem version in Lupo from 1.11.0 to 1.11.2. abstract_description is a helper method created to show abstract description, this is not a field in database. When we upgraded there is update in zeitwerk gem from 2.6.1 to 2.6.8

So the way class loads might have become strict, hence it was working before and now it's failing.

Open Questions and Pre-Merge TODOs

Learning

Types of changes

Reviewer, please remember our guidelines: