lib/hu/deploy.rb in hu-1.6.2 vs lib/hu/deploy.rb in hu-1.6.3
- old
+ new
@@ -694,9 +694,10 @@
versions = output.lines.map(&:chomp).reject do |e|
begin
# yes, this is really how rubocop
# wants to format this... *shrug*
+ next true if e.length < 4
Versionomy.parse(e)
false
rescue
true
end