Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jun 23, 2018
1 parent f5f8094 commit b5dddc6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/metanorma/rsd/processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ def output_formats
}
end

def version
"Asciidoctor::Rsd #{Asciidoctor::Rsd::VERSION}"
end

def input_to_isodoc(file)
Metanorma::Input::Asciidoc.new.process(file, @asciidoctor_backend)
end
Expand All @@ -29,4 +33,4 @@ def output(isodoc_node, outname, format, options={})

end
end
end
end

0 comments on commit b5dddc6

Please sign in to comment.