Sha256: 31206b6b80fdcae712e7348c4c1d673960c862b48787836160776e225673c5e6

Contents?: true

Size: 520 Bytes

Versions: 44

Compression:

Stored size: 520 Bytes

Contents

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

44 entries across 44 versions & 3 rubygems

Version Path
bundler-1.12.0.rc.2 lib/bundler/templates/Executable
bundler-1.12.0.rc lib/bundler/templates/Executable
bundler-1.12.0.pre.2 lib/bundler/templates/Executable
bundler-1.12.0.pre.1 lib/bundler/templates/Executable