Module: Bundleup

Defined in:
lib/bundleup.rb,
lib/bundleup/cli.rb,
lib/bundleup/shell.rb,
lib/bundleup/backup.rb,
lib/bundleup/colors.rb,
lib/bundleup/logger.rb,
lib/bundleup/report.rb,
lib/bundleup/gemfile.rb,
lib/bundleup/version.rb,
lib/bundleup/commands.rb,
lib/bundleup/pin_report.rb,
lib/bundleup/version_spec.rb,
lib/bundleup/update_report.rb

Defined Under Namespace

Modules: Colors Classes: Backup, CLI, Commands, Gemfile, Logger, PinReport, Report, Shell, UpdateReport, VersionSpec

Constant Summary collapse

VERSION =
"2.5.4".freeze

Class Attribute Summary collapse

Class Attribute Details

.commandsObject

Returns the value of attribute commands.



16
17
18
# File 'lib/bundleup.rb', line 16

def commands
  @commands
end

.loggerObject

Returns the value of attribute logger.



16
17
18
# File 'lib/bundleup.rb', line 16

def logger
  @logger
end

.shellObject

Returns the value of attribute shell.



16
17
18
# File 'lib/bundleup.rb', line 16

def shell
  @shell
end