Sha256: 24eb72929847f8a0242324fc34d643058eec0a617363a3a2be2132216de1e549
Contents?: true
Size: 278 Bytes
Versions: 1
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true # Biodiversity module provides a namespace for scientific name parser. module Biodiversity VERSION = '5.3.4' GNPARSER_VERSION = 'GNparser 1.4.2' def self.version VERSION end def self.gnparser_version GNPARSER_VERSION end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
biodiversity-5.3.4 | lib/biodiversity/version.rb |