lib/appbundler/app.rb in appbundler-0.12.2 vs lib/appbundler/app.rb in appbundler-0.12.3

- old
+ new

@@ -337,10 +337,10 @@ Kernel.load(bin_file) E end def executables - installed_spec.executables.map { |e| spec.bin_file(e) } + extra_bin_files + installed_spec.executables.map { |e| installed_spec.bin_file(e) } + extra_bin_files end def runtime_dep_specs if external_lockfile? local_gemfile_lock_specs