Sha256: 13d26616e33f877721ab508c2f3d545634d40f863bf7cca50d066a550f71e64b
Contents?: true
Size: 507 Bytes
Versions: 10
Compression:
Stored size: 507 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true # # This file was generated by Bundler. # # The application 'guard' 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("../../Gemfile", Pathname.new(__FILE__).realpath) require "rubygems" require "bundler/setup" load Gem.bin_path("guard", "guard")
Version data entries
10 entries across 10 versions & 2 rubygems