lib/whois/parsers/whois.registro.br.rb in whois-parser-1.0.0 vs lib/whois/parsers/whois.registro.br.rb in whois-parser-1.0.1
- old
+ new
@@ -33,10 +33,10 @@
:registered
end
end
property_supported :available? do
- !!(content_for_scanner =~ /No match for domain/)
+ !!(content_for_scanner =~ /No match for/)
end
property_supported :registered? do
!available?
end