Sha256: 2548376f2183e9ef65dcedf5bf95b310388f454a4538a6baec9678c0c64f2274
Contents?: true
Size: 490 Bytes
Versions: 135
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
135 entries across 135 versions & 4 rubygems