Sha256: 6ed42756091a4e71a24ee5c83254e483fcdfbfb39cc3655b5333817389fa22ee

Contents?: true

Size: 490 Bytes

Versions: 6

Compression:

Stored size: 490 Bytes

Contents

#!/usr/bin/env <%= Bundler.settings[:shebang] || RbConfig::CONFIG['ruby_install_name'] %>
#
# 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.
#

require "pathname"
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../<%= relative_gemfile_path %>",
  Pathname.new(__FILE__).realpath)

require "rubygems"
require "bundler/setup"

load Gem.bin_path("<%= spec.name %>", "<%= executable %>")

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
bundler-1.11.2 lib/bundler/templates/Executable
bundler-1.11.1 lib/bundler/templates/Executable
bundler-1.11.0 lib/bundler/templates/Executable
bundler-1.11.0.pre.2 lib/bundler/templates/Executable
bundler-1.11.0.pre.1 lib/bundler/templates/Executable
shopify-bundler-1.10.7 lib/bundler/templates/Executable