Sha256: 78be7a4e5b7607123f8fc580207c4c7c4b5d862b403c4c0bd0370ec1395dcd10

Contents?: true

Size: 520 Bytes

Versions: 9

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

9 entries across 9 versions & 1 rubygems

Version Path
bundler-1.15.4 lib/bundler/templates/Executable
bundler-1.15.3 lib/bundler/templates/Executable
bundler-1.15.2 lib/bundler/templates/Executable
bundler-1.15.1 lib/bundler/templates/Executable
bundler-1.15.0 lib/bundler/templates/Executable
bundler-1.15.0.pre.4 lib/bundler/templates/Executable
bundler-1.15.0.pre.3 lib/bundler/templates/Executable
bundler-1.15.0.pre.2 lib/bundler/templates/Executable
bundler-1.15.0.pre.1 lib/bundler/templates/Executable