# -*- encoding: utf-8 -*- # stub: public-suffix-list 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "public-suffix-list".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Todd Sundsted".freeze] s.date = "2010-01-09" s.description = "The Public Suffix List (http://publicsuffix.org/) is \"a cross-vendor initiative to provide an accurate list of domain name suffixes\". Such a list is necessary because \"there was and remains no algorithmic method of finding the highest level at which a domain may be registered for a particular top-level domain (the policies differ with each registry)...\". Public Suffix List is also a small Ruby library designed to make the Public Suffix List (http://publicsuffix.org/) easier to use.".freeze s.files = ["README.rdoc".freeze, "lib/public_suffix_list.rb".freeze, "lib/public_suffix_list/parser.rb".freeze, "spec/public_suffix_list.spec".freeze, "spec/test.dat".freeze] s.homepage = "http://github.com/toddsundsted/Public-Suffix-List".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Public Suffix List is a small Ruby library designed to make the Public Suffix List (http://publicsuffix.org/) easier to use.".freeze end