Sha256: 0c70811593e8d3ff21a0c74b6002d5fecf49f792a25c38a7c88db3829680b27e

Contents?: true

Size: 265 Bytes

Versions: 1

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.0"

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
public_suffix-5.1.0 lib/public_suffix/version.rb