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
6 7 8 |
# File 'lib/jeweler/commands/version/bump_patch.rb', line 6 def update_version self.version_helper.bump_patch end |