summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #77 from smortex/eqlMarco Ceresa2022-01-082-0/+7
|\
| * Highlight bug: eql? is not aliased to the overridden ==.Romain Tartière2016-03-192-0/+7
* | remove potential for creating base-ambiguous octets of three digits or lesskaoudis2021-07-171-9/+24
* | Merge pull request #84 from garo/feature/allocateFrancis Luong (Franco)2017-09-012-0/+48
|\ \
| * | Add allocate() methodJuho Mäkinen2017-08-302-0/+48
* | | Merge pull request #83 from icy-arctic-fox/link-localFrancis Luong (Franco)2017-09-012-0/+74
|\ \ \
| * | | Add tests for unique_local?Michael Miller2017-08-301-0/+25
| * | | Add tests for #link_local?Michael Miller2017-08-302-0/+49
| |/ /
* | | Add IPv6 subnet validationRomain Tartière2017-09-011-0/+10
* | | Add IPv4 subnet validationPaulius Dambravičius2017-09-011-2/+19
* | | Merge branch 'master' into improve-remove_warningsimprove-remove_warningsFrancis Luong (Franco)2017-08-302-1/+15
|\ \ \
| * \ \ Merge pull request #64 from ghg/return_argument_error_for_nilFrancis Luong (Franco)2017-08-302-0/+2
| |\ \ \
| | * | | Raise ArgumentError if IP address is nilGregory Graf2015-05-312-0/+2
| | | |/ | | |/|
| * | | Merge pull request #76 from smortex/spaceship_compareFrancis Luong (Franco)2017-08-302-0/+12
| |\ \ \ | | |_|/ | |/| |
| | * | Fix <=> for IPv4 and IPv6.Romain Tartière2016-03-162-0/+12
| | |/
* | | Fix more warning messagesRomain Tartière2017-08-301-3/+3
* | | removed duplicated ipv6 addreses from tests to silence warningsMichael Rodrigues2017-08-301-3/+1
* | | Adjusted indentation in testKenichi Kamiya2017-08-302-3/+3
|/ /
* | Add IPv6#link_local?Alan Somers2017-08-291-0/+6
* | Switch to newer Code Climiate reportingMichael Miller2016-11-161-2/+2
* | add code climate test reporterFrancis Luong (Franco)2016-03-231-0/+2
|/
* added IPv6#[]= to fix #24Mike Mackintosh2015-03-231-1/+7
* added IPv4#[]= to fix #24Mike Mackintosh2015-03-231-0/+14
* Merge branch 'fix-first-last' of https://github.com/mikerodrigues/ipaddress i...Mike Mackintosh2015-03-231-3/+20
|\
| * broadcast for /32 now returns selfMichael Rodrigues2015-02-101-1/+1
| * removing accidentally added newline in testsMichael Rodrigues2014-07-011-1/+0
| * #first, #last, #network, and #broadcast properly handle /31 (RFC3021) and /32Michael Rodrigues2014-07-011-3/+14
| * added tests for /32Michael Rodrigues2014-01-011-0/+7
* | added #to range and fixed #40Mike Mackintosh2015-03-221-0/+13
* | added bugfix/40 fix with testMike Mackintosh2015-03-221-0/+9
* | updated remaining tests for minitestMike Mackintosh2015-02-092-11/+5
* | Convert to Minitest.Julian C. Dunn2015-02-095-58/+40
* | Merge pull request #57 from mikemackintosh/uint32-parseMarco Ceresa2015-02-022-0/+29
|\ \
| * | added #ntoa unint32 -> ip and testsMike Mackintosh2015-01-262-0/+29
* | | added #to_h testsMike Mackintosh2015-01-261-1/+14
|/ /
* | Merge pull request #52 from gauthier-delacroix/Mongoid-fieldMarco Ceresa2014-12-211-0/+76
|\ \
| * | Add Mongoid supportGauthier Delacroix2014-09-151-0/+76
| |/
* | Merge pull request #16 from schmurfy/masterMarco Ceresa2014-10-061-0/+5
|\ \ | |/ |/|
| * do not consider /32 address as being a network addressJulien Ammous2011-06-281-0/+5
* | Add ipv6 test on 'dd', fixes #34bluemonk2013-10-271-1/+2
* | Merge branch 'develop', fixes #32bluemonk2013-10-262-3/+6
|\ \
| * | Fixed + Added Test CasesBronislav Robenek2013-09-022-3/+6
| |/
* | Add RUBY_VERSION conditional test for UTF-8 encoded strings in ruby >= 2.0bluemonk2013-10-262-2/+10
|/
* Added IPv4#split and reworked IPv4#subnet as per RFC3531 (closes #14)bluemonk2011-05-151-36/+51
* Added IPv6#<=>, changed IPv4#<=> and IPv4#supernet (closes #13)bluemonk2011-05-142-10/+45
* Removed extension methods and extension directorybluemonk2011-05-121-18/+0
* Added IPv6#each, IPv6#broadcast_u128 and Prefix128#host_prefixbluemonk2011-05-101-1/+26
* Added IPv6#network method, thanks to Leif Gensert (closes #12)bluemonk2011-05-101-0/+13
* Added a few more tests for IPv4::summarizebluemonk2011-03-291-4/+13
* Added #ipv4? and #ipv6? methodsbluemonk2011-03-272-17/+29