Module: Litterbox
- Defined in:
- lib/litterbox.rb,
lib/litterbox/command.rb,
lib/litterbox/habitat.rb,
lib/litterbox/version.rb,
lib/litterbox/last_build.rb,
lib/litterbox/habitat/build.rb,
lib/litterbox/habitat/export.rb,
lib/litterbox/habitat/upload.rb,
lib/litterbox/habitat/package.rb,
lib/litterbox/habitat/promote.rb
Overview
Top level module for Litterbox
Defined Under Namespace
Modules: Habitat Classes: CLI, Command, LastBuild
Constant Summary collapse
- LAST_BUILD =
Constant to define the name of the last_build file
'last_build.env'.freeze
- VERSION =
'0.1.5'.freeze
Class Method Summary collapse
Class Method Details
.last_build(path) ⇒ Object
67 68 69 |
# File 'lib/litterbox.rb', line 67 def last_build(path) Litterbox::LastBuild.parse(path) end |