Class: Gembrew::Commands::Build

Inherits:
MisterBin::Command
  • Object
show all
Defined in:
lib/gembrew/commands/build.rb

Instance Method Summary collapse

Instance Method Details

#runObject



14
15
16
17
18
19
20
# File 'lib/gembrew/commands/build.rb', line 14

def run
  configs.each do |config|
    say "bb`==> gembrew: building #{config.name}`"
    output_path = Generator.new(config: config).call
    say "Generated m`#{output_path}`"
  end
end