Sha256: ecb27070c65f251f42b32c088d68054dfc3a73951d2f7c053634dcb29bd47e5a
Contents?: true
Size: 265 Bytes
Versions: 4
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 = "5.1.1" end
Version data entries
4 entries across 4 versions & 2 rubygems