Class: Jeweler::Commands::Version::Write

Inherits:
Base
  • Object
show all
Defined in:
lib/jeweler/commands/version/write.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#commit, #gemspec, #repo, #version_helper

Instance Method Summary collapse

Methods inherited from Base

build_for, #commit_version, #run

Instance Attribute Details

#versionObject

Returns the value of attribute version.



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

def version
  @version
end

Instance Method Details

#update_versionObject



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

def update_version
  version_helper.update_to version
end