Sha256: 624908bf01d1611c756a9a2240ee866284f6c0abe672d300ac825d678c26b5fa
Contents?: true
Size: 249 Bytes
Versions: 1
Compression:
Stored size: 249 Bytes
Contents
# frozen_string_literal: true # # = Public Suffix # # Domain name parser based on the Public Suffix List. # # Copyright (c) 2009-2019 Simone Carletti <weppos@weppos.net> module PublicSuffix # The current library version. VERSION = "4.0.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
public_suffix-4.0.0 | lib/public_suffix/version.rb |