Module: Biodiversity

Defined in:
lib/biodiversity.rb,
lib/biodiversity/parser.rb,
lib/biodiversity/version.rb,
lib/biodiversity/parser/gnparser.rb

Overview

Biodiversity module provides a namespace for scientific name parser.

Defined Under Namespace

Modules: Parser

Constant Summary collapse

VERSION =
'6.0.0'
GNPARSER_VERSION =
'GNparser 1.10.1'

Class Method Summary collapse

Class Method Details

.gnparser_versionObject



12
13
14
# File 'lib/biodiversity/version.rb', line 12

def self.gnparser_version
  GNPARSER_VERSION
end

.versionObject



8
9
10
# File 'lib/biodiversity/version.rb', line 8

def self.version
  VERSION
end