Sha256: f5b29711a3f09f9b518115f8cfc3f874117654d655342fb77615c4e452467045
Contents?: true
Size: 1.85 KB
Versions: 0
Compression: gzip
Compressed size: 808 Bytes
Stored size: 808 Bytes
Contents
--- !ruby/object:Gem::Specification name: public-suffix-list version: !ruby/object:Gem::Version version: 0.2.3 platform: ruby authors: - Todd Sundsted autorequire: bindir: bin cert_chain: [] date: 2019-10-19 00:00:00.000000000 Z dependencies: [] 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. email: executables: [] extensions: [] extra_rdoc_files: [] files: - Gemfile - README.rdoc - lib/public_suffix_list.rb - lib/public_suffix_list/cache_file.rb - lib/public_suffix_list/parser.rb - rbi/public_suffix_list.rbi - rbi/public_suffix_list/cache_file.rbi - rbi/public_suffix_list/parser.rbi - spec/caching_spec.rb - spec/cookie_calculation_spec.rb - spec/public_suffix_list_spec.rb - spec/rdoc_synopsis_spec.rb - spec/test.dat - spec/upcase_downcase_spec.rb homepage: http://github.com/toddsundsted/Public-Suffix-List licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.7.6 signing_key: specification_version: 4 summary: Public Suffix List is a small Ruby library designed to make the Public Suffix List (http://publicsuffix.org/) easier to use. test_files: []