summaryrefslogtreecommitdiff
path: root/lib/ipaddress.rb
Commit message (Collapse)AuthorAgeFilesLines
* remove potential for creating base-ambiguous octets of three digits or lesskaoudis2021-07-171-22/+22
|
* s/adress/addressPedro don't want to be here2018-08-201-6/+6
| | | fix typos
* Add IPv6 subnet validationRomain Tartière2017-09-011-2/+26
|
* Add IPv4 subnet validationPaulius Dambravičius2017-09-011-3/+45
|
* fixed another indentation mismatchMichael Rodrigues2017-08-301-8/+8
|
* Avoid Ruby 1.8 compatibility when using Ruby 2.1.8Wojciech Piekutowski2016-02-171-1/+1
| | | | [#67]
* updated remaining tests for minitestMike Mackintosh2015-02-091-1/+1
|
* added #ntoa unint32 -> ip and testsMike Mackintosh2015-01-261-0/+25
|
* Add Mongoid supportGauthier Delacroix2014-09-151-0/+1
|
* Fixed + Added Test CasesBronislav Robenek2013-09-021-2/+3
|
* Fixed IPv6 Validation according to https://gist.github.com/cpetschnig/294476Bronislav Robenek2013-09-021-8/+2
|
* Changed IPAddress.parse() to improve speed (see new wiki benchmark page)bluemonk2011-05-241-1/+5
|
* Fixed Math module/class issuebluemonk2011-05-161-1/+1
|
* Added IPv4#split and reworked IPv4#subnet as per RFC3531 (closes #14)bluemonk2011-05-151-0/+3
|
* Removed extension methods and extension directorybluemonk2011-05-121-2/+13
|
* Added #ipv4? and #ipv6? methodsbluemonk2011-03-271-1/+25
|
* Formatted README, rewrote IPAddress::parse and wrote IPv4#parse_classful testperformbluemonk2010-09-071-5/+1
|
* Lots of changes towards 0.6.0bluemonk2010-07-181-15/+131
|
* Finished documentation for IPAddress::Prefix, README and IPAddress::IPBaseMarco Ceresa2010-05-221-0/+29
|
* Fixed a problem with ipaddress regexp. Written more README documentation.Marco Ceresa2010-03-051-1/+1
|
* Started writing README.rdocMarco Ceresa2010-02-241-2/+0
|
* reached 100% coverage in IPv6 testsMarco Ceresa2010-02-101-2/+5
|
* Added IPv6 supportMarco Ceresa2010-01-191-1/+1
|
* Initial importMarco Ceresa2009-12-091-0/+22
|
* Initial commit to ipaddress.Marco Ceresa2009-08-251-0/+0