diff options
Diffstat (limited to 'vendor/bundle/ruby/3.4.0/gems/http_parser.rb-0.8.0/Rakefile')
| -rw-r--r-- | vendor/bundle/ruby/3.4.0/gems/http_parser.rb-0.8.0/Rakefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/bundle/ruby/3.4.0/gems/http_parser.rb-0.8.0/Rakefile b/vendor/bundle/ruby/3.4.0/gems/http_parser.rb-0.8.0/Rakefile new file mode 100644 index 0000000..1820ad1 --- /dev/null +++ b/vendor/bundle/ruby/3.4.0/gems/http_parser.rb-0.8.0/Rakefile @@ -0,0 +1,8 @@ +require 'bundler/gem_tasks' + +# default task +task :compile => :submodules +task :default => [:compile, :spec] + +# load tasks +Dir['tasks/*.rake'].sort.each { |f| load f } |
