Sha256: 2af8ce53246b565025eaf89cccc58fea6492487df0d49032aa804859944443b1
Contents?: true
Size: 583 Bytes
Versions: 16
Compression:
Stored size: 583 Bytes
Contents
require_relative "./cc/processor" module Metanorma module CC DOCSUFFIX = { "standard" => "", "directive" => "DIR", "guide" => "Guide", "specification" => "S", "report" => "R", "amendment" => "Amd", "technical-corrigendum" => "Cor", "administrative" => "A", "advisory" => "Adv", } DOCSTATUS = { "working-draft" => "WD", "committee-draft" => "CD", "draft-standard" => "DS", "final-draft" => "FDS", "published" => "", "cancelled" => "", "withdrawn" => "", } end end
Version data entries
16 entries across 13 versions & 2 rubygems