ruby gem for testing IP addresses for inclusion in sets of non-contiguous address ranges

From: Jonathan Rochkind <rochkind_at_nyob>
Date: Thu, 8 Nov 2012 15:29:27 -0500
To: CODE4LIB_at_LISTSERV.ND.EDU
Something we university library folks often need to do, even though it's 
kind of a ridiculous design.

I wrote a ruby convenience gem for it that some may find useful, 
basically just a convenience method around the ruby IPAddr stdlib, which 
does the heavy lifting.

https://github.com/jrochkind/ipaddr_range_set
Received on Thu Nov 08 2012 - 15:31:16 EST