Sha256: e0af640a559f614aeb1aaf83467cb0a5594e2478e8b656989ac7825dc624b198

Contents?: true

Size: 630 Bytes

Versions: 11

Compression:

Stored size: 630 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.
#

bundle_binstub = File.expand_path("../bundle", __FILE__)
load(bundle_binstub) if File.file?(bundle_binstub)

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

11 entries across 11 versions & 3 rubygems

Version Path
rubygems-update-2.7.4 bundler/lib/bundler/templates/Executable
rubygems-update-2.7.4.pre1 bundler/lib/bundler/templates/Executable
pract6-0.1.0 .gem/ruby/2.3.0/gems/bundler-1.16.0.pre.3/lib/bundler/templates/Executable
rubygems-update-2.7.3 bundler/lib/bundler/templates/Executable
rubygems-update-2.7.2 bundler/lib/bundler/templates/Executable
rubygems-update-2.7.1 bundler/lib/bundler/templates/Executable
rubygems-update-2.7.0 bundler/lib/bundler/templates/Executable
bundler-1.16.0 lib/bundler/templates/Executable
bundler-1.16.0.pre.3 lib/bundler/templates/Executable
bundler-1.16.0.pre.2 lib/bundler/templates/Executable
bundler-1.16.0.pre.1 lib/bundler/templates/Executable