lib/whois/parsers/whois.eu.rb in whois-parser-1.0.1 vs lib/whois/parsers/whois.eu.rb in whois-parser-1.1.0

- old
+ new

@@ -1,11 +1,11 @@ #-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # -# Copyright (c) 2009-2015 Simone Carletti <weppos@weppos.net> +# Copyright (c) 2009-2018 Simone Carletti <weppos@weppos.net> #++ require_relative 'base' @@ -17,10 +17,10 @@ # class WhoisEu < Base property_supported :domain do if content_for_scanner =~ /Domain:\s+(.+)\n/ - "#{$1.downcase}.eu" + "#{$1.downcase}" end end property_not_supported :domain_id