Sha256: cb495dbb3cfed8645b1397721e6332230622cfa11073451dee25e1e91aa433c0
Contents?: true
Size: 318 Bytes
Versions: 22
Compression:
Stored size: 318 Bytes
Contents
require "mkmf" if RUBY_VERSION >= "1.9" STDERR.print("Can't handle 1.9.x yet\n") exit(1) elsif RUBY_VERSION >= "1.8" if RUBY_RELEASE_DATE < "2005-03-22" STDERR.print("Ruby version is too old\n") exit(1) end else STDERR.print("Ruby version is too old\n") exit(1) end create_makefile("trace_nums")
Version data entries
22 entries across 22 versions & 4 rubygems