lib/guard/dsl_describer.rb in guard-2.12.4 vs lib/guard/dsl_describer.rb in guard-2.12.5
- old
+ new
@@ -115,11 +115,11 @@
detected_names = detected.map { |item| item[:name] }
final_rows = supported.each_with_object([]) do |(name, _), rows|
available = detected_names.include?(name) ? "✔" : "✘"
- notifier = detected.detect { |n| n[:name] == name }
- used = notifier ? "✔" : "✘"
+ notifier = detected.detect { |n| n[:name] == name }
+ used = notifier ? "✔" : "✘"
options = notifier ? notifier[:options] : {}
if options.empty?
rows << :split