Top Level Namespace
- Includes:
- FileUtils, RbConfig
Defined Under Namespace
Constant Summary collapse
- ZSTD_VERSION =
'1.5.6'
- ZLIB_VERSION =
'1.3.1'
- RB_VERSION =
CONFIG['MAJOR']+'.'+CONFIG['MINOR']
- ZMOD_VERSION =
Review requirements with every new zlib module release!
if RB_VERSION >= '2.5' then '3.3' elsif RB_VERSION >= '2.3' then '3.2' else RB_VERSION end