Sha256: 791b34772f8aee96cc3005609653c31aa7383e69aa73bae0c50252a030ab0443
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 = "5.0.5" end
Version data entries
3 entries across 3 versions & 2 rubygems