Class: Herve::CLI::GemCommand
- Inherits:
-
BaseCommand
- Object
- Dry::CLI::Command
- BaseCommand
- Herve::CLI::GemCommand
- Defined in:
- lib/herve/cli/gem_command.rb
Instance Attribute Summary
Attributes inherited from BaseCommand
Instance Method Summary collapse
Methods inherited from BaseCommand
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 = build_gem(config.project_dir, gemspec) end |