Sha256: d3cb31c51d47d8be2f1d0ac25cf8be91786bf28a2f6b4c4fe486f957550fd8e2
Contents?: true
Size: 183 Bytes
Versions: 148
Compression:
Stored size: 183 Bytes
Contents
module Bundler WINDOWS = RbConfig::CONFIG["host_os"] =~ %r!(msdos|mswin|djgpp|mingw)! FREEBSD = RbConfig::CONFIG["host_os"] =~ /bsd/ NULL = WINDOWS ? "NUL" : "/dev/null" end
Version data entries
148 entries across 120 versions & 5 rubygems