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