domainatrix
                                
                                 domainatrix copied to clipboard
                                
                                    domainatrix copied to clipboard
                            
                            
                            
                        Out of date domain list data (was: Version in gemspec wrong)
It says 0.0.9, but I think it should be 0.0.10.
This prevented me from fully using Bundler's git option.
+1 for this - the domain list data being out of data is preventing correct parsing of top level domains like .do
another +1 for this.
we actually just ran into a similar issue with an out of date domain list.
+1 — Can we get this pulled in, pretty please?
+1
As a temporary workaround for supporting newer TLDs, you can use:
d = Domainatrix::DomainParser.new("path/to/updated_effective_tld_names.dat")
d.parse("http://abc.do")
# => {:public_suffix=>"do", :domain=>"abc", :subdomain=>"", :scheme=>"http", :host=>"abc.do", :path=>"", :url=>"http://abc.do"}