Sha256: 7cd4a469e168c181329dcb2acf2387fa24ce5dc1f5a0d6998169a3c40da249a3
Contents?: true
Size: 296 Bytes
Versions: 8
Compression:
Stored size: 296 Bytes
Contents
require 'pathname' module XPCOMCore GemRoot = Pathname(__FILE__).parent.parent Version = (GemRoot + "VERSION").read.strip BootstrapperLocation = (GemRoot + "xpcomcore/bootstrapper.js").expand_path BuildProperties = YAML.load_file((GemRoot + "xpcomcore/build_properties.yml").to_s) end
Version data entries
8 entries across 8 versions & 1 rubygems