Sha256: f05711528678ba2e979efcac14b1f302f70b3ba3b31ca918f28a4bb38b7b9e49
Contents?: true
Size: 284 Bytes
Versions: 27
Compression:
Stored size: 284 Bytes
Contents
require "libyajl2/version" module Libyajl2 VENDORED_LIBYAJL2_DIR = File.expand_path("../libyajl2/vendored-libyajl2", __FILE__) def self.opt_path File.join(VENDORED_LIBYAJL2_DIR, "lib") end def self.include_path File.join(VENDORED_LIBYAJL2_DIR, "include") end end
Version data entries
27 entries across 27 versions & 1 rubygems