Class: Jeweler::Commands::Version::BumpPatch
- Defined in:
- lib/jeweler/commands/version/bump_patch.rb
Instance Attribute Summary
Attributes inherited from Base
#base_dir, #commit, #gemspec, #repo, #version_helper
Instance Method Summary collapse
Methods inherited from Base
#base_dir_path, build_for, #commit_version, #run, #working_subdir
Instance Method Details
#update_version ⇒ Object
5 6 7 |
# File 'lib/jeweler/commands/version/bump_patch.rb', line 5 def update_version version_helper.bump_patch end |