Class: Jeweler::Commands::Version::BumpMajor

Inherits:
Base
  • Object
show all
Defined in:
lib/jeweler/commands/version/bump_major.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_versionObject



6
7
8
# File 'lib/jeweler/commands/version/bump_major.rb', line 6

def update_version
  self.version_helper.bump_major
end