Top Level Namespace

Defined Under Namespace

Modules: PngCheck

Constant Summary collapse

ROOT =
Pathname.new(File.expand_path("../..", __dir__))
PNGCHECK_ARCH =
"pngcheck-3.0.3.tar.gz"
PNGCHECK_URI =
"http://www.libpng.org/pub/png/src/#{PNGCHECK_ARCH}"
PNGCHECK_LOCAL =
"ext/#{PNGCHECK_ARCH}"