Loading
refactor(specs): normalize version handling across models and downloads
* Introduce parse_spec_version and parse_spec_version_nbr for version parsing. * Update Specification model to use SpecificationVersionNumber for latest_version. * Refactor SpecDownloads to utilize new version parsing functions. * Normalize version handling in SpecDatabase and SpecificationSourceRecord.