exe/benchmark-driver in benchmark_driver-0.10.7 vs exe/benchmark-driver in benchmark_driver-0.10.8
- old
+ new
@@ -33,10 +33,10 @@
abort '--rbenv must take argument but not given' if r.nil?
r.split(';').each do |full_spec|
name, spec = full_spec.split('::', 2)
spec ||= name # if `::` is not given, regard whole string as spec
version, *args = spec.split(',')
- executables << BenchmarkDriver::Config::RbenvExecutable.new(
+ executables << BenchmarkDriver::Config::Executable.new(
name: name,
command: [BenchmarkDriver::Rbenv.ruby_path(version), *args],
)
end
end