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