Module: Bootboot
- Defined in:
- lib/bootboot.rb,
lib/bootboot/command.rb,
lib/bootboot/version.rb,
lib/bootboot/gemfile_next_auto_sync.rb
Defined Under Namespace
Classes: Command, GemfileNextAutoSync
Constant Summary
collapse
- GEMFILE =
Bundler.default_gemfile
- GEMFILE_LOCK =
Pathname("#{GEMFILE}.lock")
- GEMFILE_NEXT_LOCK =
Pathname("#{GEMFILE}_next.lock")
- VERSION =
"0.1.2"
Class Method Summary
collapse
Class Method Details
.env_next ⇒ Object
15
16
17
|
# File 'lib/bootboot.rb', line 15
def env_next
env_prefix + '_NEXT'
end
|
.env_previous ⇒ Object
19
20
21
|
# File 'lib/bootboot.rb', line 19
def env_previous
env_prefix + '_PREVIOUS'
end
|