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, node_version_file, change_log_file, shell, gem_name, gem_server, notifier).run!(options)
end

#release!(options = {}) ⇒ Object



9
10
11
# File 'lib/semvergen/launcher.rb', line 9

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