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



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

def update_version
  version_helper.bump_major
end