[ruby/ipaddr] Bump version to 1.2.5
https://github.com/ruby/ipaddr/commit/d92acb3982
This commit is contained in:
parent
8c596369e8
commit
51cfe70135
@ -40,7 +40,7 @@ require 'socket'
|
|||||||
# p ipaddr3 #=> #<IPAddr: IPv4:192.168.2.0/255.255.255.0>
|
# p ipaddr3 #=> #<IPAddr: IPv4:192.168.2.0/255.255.255.0>
|
||||||
|
|
||||||
class IPAddr
|
class IPAddr
|
||||||
VERSION = "1.2.4"
|
VERSION = "1.2.5"
|
||||||
|
|
||||||
# 32 bit mask for IPv4
|
# 32 bit mask for IPv4
|
||||||
IN4MASK = 0xffffffff
|
IN4MASK = 0xffffffff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user