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