2018-11-02 19:07:56 -04:00
|
|
|
#!/usr/bin/env <%= Bundler.settings[:shebang] || RbConfig::CONFIG["ruby_install_name"] %>
|
2022-08-02 23:24:38 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2018-11-02 19:07:56 -04:00
|
|
|
#
|
|
|
|
# This file was generated by Bundler.
|
|
|
|
#
|
|
|
|
# The application '<%= executable %>' is installed as part of a gem, and
|
|
|
|
# this file is here to facilitate running it.
|
|
|
|
#
|
|
|
|
|
2022-04-01 07:36:59 -04:00
|
|
|
$:.unshift File.expand_path "<%= standalone_path %>", __dir__
|
2018-11-02 19:07:56 -04:00
|
|
|
|
|
|
|
require "bundler/setup"
|
2022-04-01 07:36:59 -04:00
|
|
|
load File.expand_path "<%= executable_path %>", __dir__
|