Sha256: 0909f103c3b737edcf80fc57092128f0e8ef8c77799e9fe282d8d40e63dfd4b8
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
# # = Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # # Category:: Net # Package:: Whois # Author:: Simone Carletti <weppos@weppos.net> # License:: MIT License # #-- # #++ module Whois module Version MAJOR = 1 MINOR = 3 PATCH = 11 BUILD = nil STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join(".") end VERSION = Version::STRING end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
whois-1.3.11 | lib/whois/version.rb |