Merge pull request #16827 from Homebrew/dependabot/bundler/Library/Homebrew/parallel_tests-4.5.2
This commit is contained in:
commit
d55fa09d1e
@ -31,7 +31,7 @@ GEM
|
|||||||
mustache (1.1.1)
|
mustache (1.1.1)
|
||||||
netrc (0.11.0)
|
netrc (0.11.0)
|
||||||
parallel (1.24.0)
|
parallel (1.24.0)
|
||||||
parallel_tests (4.5.1)
|
parallel_tests (4.5.2)
|
||||||
parallel
|
parallel
|
||||||
parlour (8.1.0)
|
parlour (8.1.0)
|
||||||
commander (~> 4.5)
|
commander (~> 4.5)
|
||||||
|
|||||||
@ -13,10 +13,10 @@ module ParallelTests
|
|||||||
#
|
#
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
#
|
#
|
||||||
# source://parallel_tests//lib/parallel_tests.rb#50
|
# source://parallel_tests//lib/parallel_tests.rb#52
|
||||||
def bundler_enabled?; end
|
def bundler_enabled?; end
|
||||||
|
|
||||||
# source://parallel_tests//lib/parallel_tests.rb#95
|
# source://parallel_tests//lib/parallel_tests.rb#97
|
||||||
def delta; end
|
def delta; end
|
||||||
|
|
||||||
# source://parallel_tests//lib/parallel_tests.rb#16
|
# source://parallel_tests//lib/parallel_tests.rb#16
|
||||||
@ -24,18 +24,18 @@ module ParallelTests
|
|||||||
|
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
#
|
#
|
||||||
# source://parallel_tests//lib/parallel_tests.rb#66
|
# source://parallel_tests//lib/parallel_tests.rb#68
|
||||||
def first_process?; end
|
def first_process?; end
|
||||||
|
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
#
|
#
|
||||||
# source://parallel_tests//lib/parallel_tests.rb#70
|
# source://parallel_tests//lib/parallel_tests.rb#72
|
||||||
def last_process?; end
|
def last_process?; end
|
||||||
|
|
||||||
# source://parallel_tests//lib/parallel_tests.rb#91
|
# source://parallel_tests//lib/parallel_tests.rb#93
|
||||||
def now; end
|
def now; end
|
||||||
|
|
||||||
# source://parallel_tests//lib/parallel_tests.rb#87
|
# source://parallel_tests//lib/parallel_tests.rb#89
|
||||||
def number_of_running_processes; end
|
def number_of_running_processes; end
|
||||||
|
|
||||||
# source://parallel_tests//lib/parallel_tests.rb#41
|
# source://parallel_tests//lib/parallel_tests.rb#41
|
||||||
@ -47,13 +47,13 @@ module ParallelTests
|
|||||||
# source://parallel_tests//lib/parallel_tests.rb#45
|
# source://parallel_tests//lib/parallel_tests.rb#45
|
||||||
def stop_all_processes; end
|
def stop_all_processes; end
|
||||||
|
|
||||||
# source://parallel_tests//lib/parallel_tests.rb#82
|
# source://parallel_tests//lib/parallel_tests.rb#84
|
||||||
def wait_for_other_processes_to_finish; end
|
def wait_for_other_processes_to_finish; end
|
||||||
|
|
||||||
# source://parallel_tests//lib/parallel_tests.rb#24
|
# source://parallel_tests//lib/parallel_tests.rb#24
|
||||||
def with_pid_file; end
|
def with_pid_file; end
|
||||||
|
|
||||||
# source://parallel_tests//lib/parallel_tests.rb#78
|
# source://parallel_tests//lib/parallel_tests.rb#80
|
||||||
def with_ruby_binary(command); end
|
def with_ruby_binary(command); end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -61,7 +61,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
|||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/mustache-1.1.1/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/mustache-1.1.1/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/netrc-0.11.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/netrc-0.11.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parallel-1.24.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parallel-1.24.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parallel_tests-4.5.1/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parallel_tests-4.5.2/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/racc-1.7.3")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/racc-1.7.3")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/racc-1.7.3/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/racc-1.7.3/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parser-3.3.0.5/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parser-3.3.0.5/lib")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user