rf-web/vendor/bundle/gems/http_parser.rb-0.6.0/tasks/submodules.rake

8 lines
182 B
Ruby
Raw Normal View History

2019-10-21 08:18:17 +00:00
desc "Fetch upstream submodules"
task :submodules do
if Dir['ext/ruby_http_parser/vendor/http-parser/*'].empty?
sh 'git submodule init'
sh 'git submodule update'
end
end