Sha256: 6e78078eb8b6e9a070d83218290ee1f80aaf55cc087d74ab67c4b3abadca16c0
Contents?: true
Size: 316 Bytes
Versions: 1
Compression:
Stored size: 316 Bytes
Contents
require 'packsnap/version' here = File.expand_path(File.dirname(__FILE__)) require 'rbconfig' prebuilt = File.join(here, RUBY_PLATFORM, RbConfig::CONFIG['ruby_version']) if File.directory?(prebuilt) require File.join(prebuilt, "packsnap") else require File.join(here, '..', 'ext', 'packsnap', 'packsnap') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
packsnap-0.0.1 | lib/packsnap.rb |