Sha256: 927ec664fe723f91976ea19bcbb531027091e13a4637056e5ab31685244c2aed
Contents?: true
Size: 268 Bytes
Versions: 12
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 = "5.0.1" end
Version data entries
12 entries across 12 versions & 5 rubygems