Top Level Namespace
Defined Under Namespace
Modules: PngCheck
Constant Summary collapse
- ROOT =
Pathname.new(File.("../..", __dir__))
- PNGCHECK_VER =
"3.0.4"
- PNGCHECK_ARCH =
"pngcheck-#{PNGCHECK_VER}.tar.gz"
- PNGCHECK_URI =
"https://github.com/metanorma/pngcheck/archive/refs/tags/metanorma-v#{PNGCHECK_VER}.tar.gz"
- PNGCHECK_LOCAL =
"ext/#{PNGCHECK_ARCH}"