glossarist / glossarist-ruby

Concept modeller in Ruby
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

fix: fetch_or_initialize return object #91

Closed HassanAkbar closed 7 months ago

HassanAkbar commented 7 months ago

There was a bug in fetch_or_initialize method inside ManagedConceptCollection class that it was returning a string in case the concept is initialized.

fixes metanorma/stepmod-utils#198

HassanAkbar commented 7 months ago

@ronaldtse released version 2.0.2 with this fix.