Class: Bueller::Commands::Version::BumpMajor
- Defined in:
- lib/bueller/commands/version/bump_major.rb
Instance Attribute Summary
Attributes inherited from Base
#bueller, #gemspec, #version_helper
Instance Method Summary collapse
Methods inherited from Base
#commit, #commit_version, #gemspec_helper, #initialize, #repo, #run, run_for
Constructor Details
This class inherits a constructor from Bueller::Commands::Version::Base
Instance Method Details
#update_version ⇒ Object
5 6 7 |
# File 'lib/bueller/commands/version/bump_major.rb', line 5 def update_version version_helper.bump_major end |