Sha256: 3b9ab179da95ca42e9c1b7f3083d13db4e0d7c7f66dd418566e0923717c7cd81
Contents?: true
Size: 585 Bytes
Versions: 39
Compression:
Stored size: 585 Bytes
Contents
require_relative "./csd/processor" module Metanorma module Csd 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
39 entries across 39 versions & 1 rubygems