The mnconvert Ruby gem is a wrapper around the Java mnconvert which:
-
converts Metanorma presentational XML into various output formats, including ISOSTS;
-
converts other formats to Metanorma AsciiDoc or Metanorma XML.
This gem is used to provide mnconvert.jar with mirrored version numbers, to allow Ruby code to easily refer to the desired mnconvert version as dependencies.
Update lib/mnconvert/version.rb
to the desired version of
mnconvert.
Run rake
to download the bin/mnconvert.jar
file:
rm -f bin/mnconvert.jar
rake bin/mnconvert.jar
Then release the gem with rake release
.