Class
Jeweler::VersionHelper
In:
lib/jeweler/version_helper.rb
Parent:
Object
Methods
bump_major
bump_minor
bump_patch
new
plaintext_path
to_s
update_to
yaml_path
Classes and Modules
Module
Jeweler::VersionHelper::PlaintextExtension
Module
Jeweler::VersionHelper::YamlExtension
Attributes
base_dir
[RW]
build
[R]
major
[R]
minor
[R]
patch
[R]
Public Class methods
new
(base_dir)
Public Instance methods
bump_major
()
bump_minor
()
bump_patch
()
plaintext_path
()
to_s
()
update_to
(major, minor, patch, build=nil)
yaml_path
()
[Validate]