Sha256: 271a1a23777973e0773093f560ab4cd13d24b617fad170d04cb6955bdd44988e
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.2' GNPARSER_VERSION = 'GNparser 1.3.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.2 | lib/biodiversity/version.rb |