Top Level Namespace

Includes:
FileUtils, RbConfig

Defined Under Namespace

Modules: Zlib, Zstdlib

Constant Summary collapse

ZSTD_VERSION =
'1.5.2'
ZLIB_VERSION =
'1.2.12'
RB_VERSION =
CONFIG['MAJOR']+'.'+CONFIG['MINOR']
ZMOD_VERSION =

Review requirements with every new zlib module release!

RB_VERSION >= '2.3' ? '3.1' : RB_VERSION