Object
# File lib/shipit.rb, line 175 def initialize(step, msg=nil) @msg = msg end
# File lib/shipit.rb, line 179 def prepare @vc = Rake::ShipitTask::VC.new @vers = VERS @vc.precommit end
# File lib/shipit.rb, line 185 def run @vc.commit(@msg || "Release #{@vers}") end
[Validate]
Generated with the Darkfish Rdoc Generator 2.