lib/metanorma/gb/processor.rb in metanorma-gb-1.0.4 vs lib/metanorma/gb/processor.rb in metanorma-gb-1.0.5
- old
+ new
@@ -17,10 +17,10 @@
doc: "doc"
)
end
def version
- "Asciidoctor::Gb #{Asciidoctor::Gb::VERSION}"
+ "Metanorma::Gb #{Metanorma::Gb::VERSION}"
end
def input_to_isodoc(file)
Metanorma::Input::Asciidoc.new.process(file, @asciidoctor_backend)
end