File tree Expand file tree Collapse file tree 10 files changed +244
-0
lines changed Expand file tree Collapse file tree 10 files changed +244
-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
+ #
5
+ # This file was generated by Bundler.
6
+ #
7
+ # The application 'byebug' is installed as part of a gem, and
8
+ # this file is here to facilitate running it.
9
+ #
10
+
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12
+
13
+ bundle_binstub = File . expand_path ( "bundle" , __dir__ )
14
+
15
+ if File . file? ( bundle_binstub )
16
+ if File . read ( bundle_binstub , 300 ) . include? ( "This file was generated by Bundler" )
17
+ load ( bundle_binstub )
18
+ else
19
+ abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
+ Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
21
+ end
22
+ end
23
+
24
+ require "rubygems"
25
+ require "bundler/setup"
26
+
27
+ load Gem . bin_path ( "byebug" , "byebug" )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ #
5
+ # This file was generated by Bundler.
6
+ #
7
+ # The application 'htmldiff' is installed as part of a gem, and
8
+ # this file is here to facilitate running it.
9
+ #
10
+
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12
+
13
+ bundle_binstub = File . expand_path ( "bundle" , __dir__ )
14
+
15
+ if File . file? ( bundle_binstub )
16
+ if File . read ( bundle_binstub , 300 ) . include? ( "This file was generated by Bundler" )
17
+ load ( bundle_binstub )
18
+ else
19
+ abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
+ Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
21
+ end
22
+ end
23
+
24
+ require "rubygems"
25
+ require "bundler/setup"
26
+
27
+ load Gem . bin_path ( "diff-lcs" , "htmldiff" )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ #
5
+ # This file was generated by Bundler.
6
+ #
7
+ # The application 'ldiff' is installed as part of a gem, and
8
+ # this file is here to facilitate running it.
9
+ #
10
+
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12
+
13
+ bundle_binstub = File . expand_path ( "bundle" , __dir__ )
14
+
15
+ if File . file? ( bundle_binstub )
16
+ if File . read ( bundle_binstub , 300 ) . include? ( "This file was generated by Bundler" )
17
+ load ( bundle_binstub )
18
+ else
19
+ abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
+ Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
21
+ end
22
+ end
23
+
24
+ require "rubygems"
25
+ require "bundler/setup"
26
+
27
+ load Gem . bin_path ( "diff-lcs" , "ldiff" )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ #
5
+ # This file was generated by Bundler.
6
+ #
7
+ # The application 'racc' is installed as part of a gem, and
8
+ # this file is here to facilitate running it.
9
+ #
10
+
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12
+
13
+ bundle_binstub = File . expand_path ( "bundle" , __dir__ )
14
+
15
+ if File . file? ( bundle_binstub )
16
+ if File . read ( bundle_binstub , 300 ) . include? ( "This file was generated by Bundler" )
17
+ load ( bundle_binstub )
18
+ else
19
+ abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
+ Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
21
+ end
22
+ end
23
+
24
+ require "rubygems"
25
+ require "bundler/setup"
26
+
27
+ load Gem . bin_path ( "racc" , "racc" )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ #
5
+ # This file was generated by Bundler.
6
+ #
7
+ # The application 'rubocop' is installed as part of a gem, and
8
+ # this file is here to facilitate running it.
9
+ #
10
+
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12
+
13
+ bundle_binstub = File . expand_path ( "bundle" , __dir__ )
14
+
15
+ if File . file? ( bundle_binstub )
16
+ if File . read ( bundle_binstub , 300 ) . include? ( "This file was generated by Bundler" )
17
+ load ( bundle_binstub )
18
+ else
19
+ abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
+ Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
21
+ end
22
+ end
23
+
24
+ require "rubygems"
25
+ require "bundler/setup"
26
+
27
+ load Gem . bin_path ( "rubocop" , "rubocop" )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ #
5
+ # This file was generated by Bundler.
6
+ #
7
+ # The application 'rubocop-gradual' is installed as part of a gem, and
8
+ # this file is here to facilitate running it.
9
+ #
10
+
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12
+
13
+ bundle_binstub = File . expand_path ( "bundle" , __dir__ )
14
+
15
+ if File . file? ( bundle_binstub )
16
+ if File . read ( bundle_binstub , 300 ) . include? ( "This file was generated by Bundler" )
17
+ load ( bundle_binstub )
18
+ else
19
+ abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
+ Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
21
+ end
22
+ end
23
+
24
+ require "rubygems"
25
+ require "bundler/setup"
26
+
27
+ load Gem . bin_path ( "rubocop-gradual" , "rubocop-gradual" )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ #
5
+ # This file was generated by Bundler.
6
+ #
7
+ # The application 'ruby-parse' is installed as part of a gem, and
8
+ # this file is here to facilitate running it.
9
+ #
10
+
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12
+
13
+ bundle_binstub = File . expand_path ( "bundle" , __dir__ )
14
+
15
+ if File . file? ( bundle_binstub )
16
+ if File . read ( bundle_binstub , 300 ) . include? ( "This file was generated by Bundler" )
17
+ load ( bundle_binstub )
18
+ else
19
+ abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
+ Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
21
+ end
22
+ end
23
+
24
+ require "rubygems"
25
+ require "bundler/setup"
26
+
27
+ load Gem . bin_path ( "parser" , "ruby-parse" )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ #
5
+ # This file was generated by Bundler.
6
+ #
7
+ # The application 'ruby-rewrite' is installed as part of a gem, and
8
+ # this file is here to facilitate running it.
9
+ #
10
+
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12
+
13
+ bundle_binstub = File . expand_path ( "bundle" , __dir__ )
14
+
15
+ if File . file? ( bundle_binstub )
16
+ if File . read ( bundle_binstub , 300 ) . include? ( "This file was generated by Bundler" )
17
+ load ( bundle_binstub )
18
+ else
19
+ abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
+ Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
21
+ end
22
+ end
23
+
24
+ require "rubygems"
25
+ require "bundler/setup"
26
+
27
+ load Gem . bin_path ( "parser" , "ruby-rewrite" )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ #
5
+ # This file was generated by Bundler.
6
+ #
7
+ # The application 'standardrb' is installed as part of a gem, and
8
+ # this file is here to facilitate running it.
9
+ #
10
+
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12
+
13
+ bundle_binstub = File . expand_path ( "bundle" , __dir__ )
14
+
15
+ if File . file? ( bundle_binstub )
16
+ if File . read ( bundle_binstub , 300 ) . include? ( "This file was generated by Bundler" )
17
+ load ( bundle_binstub )
18
+ else
19
+ abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
+ Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
21
+ end
22
+ end
23
+
24
+ require "rubygems"
25
+ require "bundler/setup"
26
+
27
+ load Gem . bin_path ( "standard" , "standardrb" )
Original file line number Diff line number Diff line change @@ -25,5 +25,6 @@ Gem::Specification.new do |s|
25
25
s . add_development_dependency 'minitest' , '>= 5'
26
26
s . add_development_dependency 'rake' , '>= 13'
27
27
s . add_development_dependency 'rexml' , '~> 3.2'
28
+ s . add_development_dependency 'rubocop-lts' , '~> 18.2' , ">= 18.2.1"
28
29
s . add_development_dependency 'webrick' , '~> 1.8'
29
30
end
You can’t perform that action at this time.
0 commit comments