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