Module: Relaton::Plateau

Defined in:
lib/relaton/plateau.rb,
lib/relaton/plateau/ext.rb,
lib/relaton/plateau/hit.rb,
lib/relaton/plateau/item.rb,
lib/relaton/plateau/util.rb,
lib/relaton/plateau/parser.rb,
lib/relaton/plateau/bibdata.rb,
lib/relaton/plateau/bibitem.rb,
lib/relaton/plateau/doctype.rb,
lib/relaton/plateau/version.rb,
lib/relaton/plateau/item_data.rb,
lib/relaton/plateau/processor.rb,
lib/relaton/plateau/bibliography.rb,
lib/relaton/plateau/data_fetcher.rb,
lib/relaton/plateau/hit_collection.rb,
lib/relaton/plateau/handbook_parser.rb,
lib/relaton/plateau/technical_report_parser.rb

Defined Under Namespace

Modules: Bibliography, Util Classes: Bibdata, Bibitem, DataFetcher, Doctype, Error, Ext, HandbookParser, Hit, HitCollection, Item, ItemData, Parser, Processor, TechnicalReportParser

Constant Summary collapse

INDEXFILE =
"index-v1"
VERSION =
"2.1.0".freeze

Class Method Summary collapse

Class Method Details

.grammar_hashObject



24
25
26
# File 'lib/relaton/plateau.rb', line 24

def self.grammar_hash
  Digest::MD5.hexdigest Relaton::Plateau::VERSION + Relaton::Bib::VERSION # grammars
end