Sha256: 35c2f4cf85d78ca5e9f8be23487e7f0756f229b14a9780f74ce2b82edd2a50a2
Contents?: true
Size: 265 Bytes
Versions: 3
Compression:
Stored size: 265 Bytes
Contents
# frozen_string_literal: true # = Public Suffix # # Domain name parser based on the Public Suffix List. # # Copyright (c) 2009-2024 Simone Carletti <weppos@weppos.net> module PublicSuffix # @return [String] the current library version VERSION = "6.0.0" end
Version data entries
3 entries across 3 versions & 3 rubygems