Class: Semvergen::Launcher

Inherits:
Object
  • Object
show all
Defined in:
lib/semvergen/launcher.rb

Instance Method Summary collapse

Instance Method Details

#bump!(options = {}) ⇒ Object



5
6
7
# File 'lib/semvergen/launcher.rb', line 5

def bump!(options={})
  Semvergen::Bump.new(interface, version_file, change_log_file, shell, gem_name, gem_server, notifier).run!(options)
end