lib/appbundler/cli.rb in appbundler-0.12.1 vs lib/appbundler/cli.rb in appbundler-0.12.2

- old
+ new

@@ -102,10 +102,10 @@ end end def run gems.each do |g| - app = App.new(bundle_path, bin_path, g, extra_bin_files) + app = App.new(bundle_path, bin_path, g, config[:extra_bin_files]) created_stubs = app.write_executable_stubs created_stubs.each do |real_executable_path, stub_path| $stdout.puts "Generated binstub #{stub_path} => #{real_executable_path}" end created_lockfile = app.write_merged_lockfiles(without: config[:without])