Sha256: 89469401e8b858d52ff72869fff8011328f3de244ea8f283f707e4752e20301f
Contents?: true
Size: 1.74 KB
Versions: 0
Compression: gzip
Compressed size: 787 Bytes
Stored size: 787 Bytes
Contents
--- !ruby/object:Gem::Specification name: public-suffix-list version: !ruby/object:Gem::Version version: 0.2.0 platform: ruby authors: - Todd Sundsted autorequire: bindir: bin cert_chain: [] date: 2019-04-04 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 - 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: []