Skip to content
Snippets Groups Projects
Commit 72260e9e authored by Mike Mackintosh's avatar Mike Mackintosh
Browse files

fixed issue #40, and added IPv4#to() range method

parent 6bf73cfc
No related branches found
No related tags found
No related merge requests found
== ipaddress 0.8.2
FIXED:: IPAddress::IPv4.split handling (Issue #40)
NEW:: IPV4#multicast?
NEW:: IPV4#loopback?
NEW:: IPV4#to()
== ipaddress 0.8.1
CHANGED:: ipaddress now uses minitest for testing, all tests passing
CHANGED:: ipaddress now uses minitest for testing, all tests passing
== ipaddress 0.8.0
......
Copyright (c) 2009-2011 Marco Ceresa
Copyright (c) 2009-2015 Marco Ceresa
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
......
0.8.1
\ No newline at end of file
0.8.2
\ No newline at end of file
......@@ -5,11 +5,11 @@
Gem::Specification.new do |s|
s.name = %q{ipaddress}
s.version = "0.8.1"
s.version = IO.read("VERSION")
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Marco Ceresa"]
s.date = %q{2011-05-17}
s.authors = ["Marco Ceresa", "Mike Mackintosh"]
s.date = %q{2015-03-22}
s.description = %q{ IPAddress is a Ruby library designed to make manipulation
of IPv4 and IPv6 addresses both powerful and simple. It mantains
a layer of compatibility with Ruby's own IPAddr, while
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment