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
-
.commands ⇒ Object
Returns the value of attribute commands.
-
.logger ⇒ Object
Returns the value of attribute logger.
-
.shell ⇒ Object
Returns the value of attribute shell.
Class Attribute Details
.commands ⇒ Object
Returns the value of attribute commands.
16 17 18 |
# File 'lib/bundleup.rb', line 16 def commands @commands end |
.logger ⇒ Object
Returns the value of attribute logger.
16 17 18 |
# File 'lib/bundleup.rb', line 16 def logger @logger end |
.shell ⇒ Object
Returns the value of attribute shell.
16 17 18 |
# File 'lib/bundleup.rb', line 16 def shell @shell end |