Module: Ocran::BuildConstants
- Included in:
- BuildHelper, Direction, LauncherBatchBuilder
- Defined in:
- lib/ocran/build_constants.rb
Constant Summary collapse
- EXTRACT_ROOT =
Alias for the temporary directory where files are extracted.
Pathname.new("|")
- SRCDIR =
Directory for source files in temporary directory.
Pathname.new("src")
- BINDIR =
Directory for Ruby binaries in temporary directory.
Pathname.new("bin")
- GEMDIR =
Directory for gem files in temporary directory.
Pathname.new("gems")
- LIBDIR =
Directory for Ruby library in temporary directory.
Pathname.new("lib")