Class: Herve::CLI::GemCommand

Inherits:
BaseCommand
  • Object
show all
Defined in:
lib/herve/cli/gem_command.rb

Instance Attribute Summary

Attributes inherited from BaseCommand

#config, #logger

Instance Method Summary collapse

Methods inherited from BaseCommand

inherited

Instance Method Details

#call(gemspec: nil, **options) ⇒ Object



12
13
14
15
# File 'lib/herve/cli/gem_command.rb', line 12

def call(gemspec: nil, **options)
  @options = options
  build_gem(config.project_dir, gemspec)
end