package
0.0.0-20241023164445-667b75ed2b22
Repository: https://github.com/zeabur/zbpack.git
Documentation: pkg.go.dev
# Functions
DetermineBuildCmd determines the build command of the Ruby project.
DetermineRubyFramework determines the framework of the Ruby project.
DetermineRubyVersion determines the version of Ruby used in the project.
DetermineStartCmd determines the start command of the Ruby project.
GenerateDockerfile generates the Dockerfile for Ruby projects.
NewIdentifier returns a new Ruby identifier.
NewPacker returns a new Ruby packer.
# Constants
ConfigRubyEntry is the configuration key for the Ruby entrypoint file.
ConfigRubyVersion is the configuration key for the Ruby version.
DefaultRubyEntrypoint is the default entrypoint of Ruby projects.
DefaultRubyVersion is the default Ruby version of Zeabur.