Module: Bump

Defined in:
lib/bump.rb

Defined Under Namespace

Classes: Bump, InvalidIncrementError, InvalidOptionError, InvalidVersionError, RakeArgumentsDeprecatedError, TooManyVersionFilesError, UnfoundVersionError, UnfoundVersionFileError

Class Attribute Summary collapse

Class Attribute Details

.changelogObject

Returns the value of attribute changelog.



13
14
15
# File 'lib/bump.rb', line 13

def changelog
  @changelog
end

.replace_in_defaultObject

Returns the value of attribute replace_in_default.



13
14
15
# File 'lib/bump.rb', line 13

def replace_in_default
  @replace_in_default
end

.tag_by_defaultObject

Returns the value of attribute tag_by_default.



13
14
15
# File 'lib/bump.rb', line 13

def tag_by_default
  @tag_by_default
end