Sha256: dbebc827f8dc87f0928b351ea7bf47ea522efc4b3e0cfd7b4fedd47307490e3b
Contents?: true
Size: 1.76 KB
Versions: 0
Compression: gzip
Compressed size: 802 Bytes
Stored size: 802 Bytes
Contents
--- !ruby/object:Gem::Specification name: public-suffix-list version: !ruby/object:Gem::Version version: 0.1.6 prerelease: platform: ruby authors: - Todd Sundsted autorequire: bindir: bin cert_chain: [] date: 2017-06-15 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 - spec/cookie_calculation.spec - spec/public_suffix_list.spec - spec/rdoc_synopsis.spec - spec/upcase_downcase.spec - spec/test.dat homepage: http://github.com/toddsundsted/Public-Suffix-List licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: Public Suffix List is a small Ruby library designed to make the Public Suffix List (http://publicsuffix.org/) easier to use. test_files: []