Top Level Namespace

Defined Under Namespace

Modules: TG

Constant Summary collapse

MINIMUM_RUBY_VERSION =
Gem::Version.new("3.0.0")
VENDOR_DIR =
File.expand_path("vendor", __dir__)
VENDORED_TG_DIR =
File.join(VENDOR_DIR, "tg")
VENDORED_RTREE_DIR =
File.join(VENDOR_DIR, "rtree")