lib/avm/executables.rb in avm-tools-0.73.0 vs lib/avm/executables.rb in avm-tools-0.74.0
- old
+ new
@@ -12,10 +12,10 @@
::EacRubyUtils::Envs.local
end
private
- %w[docker file git php-cs-fixer tidy yapf].each do |program|
+ %w[docker file git latex php-cs-fixer tidy yapf xdg-open].each do |program|
define_method(program.underscore + '_uncached') do
env.executable(program, '--version')
end
end
end