File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+ #
4
+ # This file was generated by Bundler.
5
+ #
6
+ # The application '_guard-core' is installed as part of a gem, and
7
+ # this file is here to facilitate running it.
8
+ #
9
+
10
+ require "pathname"
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../../Gemfile" ,
12
+ Pathname . new ( __FILE__ ) . realpath )
13
+
14
+ require "rubygems"
15
+ require "bundler/setup"
16
+
17
+ load Gem . bin_path ( "guard" , "_guard-core" )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+ #
4
+ # This file was generated by Bundler.
5
+ #
6
+ # The application 'guard' is installed as part of a gem, and
7
+ # this file is here to facilitate running it.
8
+ #
9
+
10
+ require "pathname"
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../../Gemfile" ,
12
+ Pathname . new ( __FILE__ ) . realpath )
13
+
14
+ require "rubygems"
15
+ require "bundler/setup"
16
+
17
+ load Gem . bin_path ( "guard" , "guard" )
You can’t perform that action at this time.
0 commit comments