Sha256: c03f800b6b7330748435e34e4652aa0f7079f42bde5413c37fdd3d00c8812e4a
Contents?: true
Size: 396 Bytes
Versions: 2
Compression:
Stored size: 396 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. # 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
course-0.2.1 | bin/guard |
course-0.2.0 | bin/guard |