Sha256: 8bfa4e7a1263dfc8feca3a417bb4180e1a00aa747b2133529df7cc6c489aab4f
Contents?: true
Size: 343 Bytes
Versions: 4
Compression:
Stored size: 343 Bytes
Contents
# # = Public Suffix Service # # Domain Name parser based on the Public Suffix List # # # Category:: Net # Package:: PublicSuffixService # Author:: Simone Carletti <weppos@weppos.net> # License:: MIT License # #-- # #++ module PublicSuffixService class Error < StandardError end class InvalidDomain < Error end end
Version data entries
4 entries across 4 versions & 1 rubygems