summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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 nil
| | * 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.
| | * | 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
|/ / | | | | | | | | | | It removes below ruby's warning when running test. * "(...) interpreted as grouped expression"
* | Add IPv6#link_local?Alan Somers2017-08-291-0/+6
| |
* | Switch to newer Code Climiate reportingMichael Miller2016-11-161-2/+2
| | | | | | | | See https://github.com/codeclimate/ruby-test-reporter/blob/master/README.md#upgrading-from-pre-10-versions for details.
* | 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 ↵Mike Mackintosh2015-03-231-3/+20
|\ | | | | | | into mikerodrigues-fix-first-last
| * 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 tests
| * | 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 support
| * | Add Mongoid supportGauthier Delacroix2014-09-151-0/+76
| |/
* | Merge pull request #16 from schmurfy/masterMarco Ceresa2014-10-061-0/+5
|\ \ | |/ |/| | | | | bugfix: do not consider /32 addresses as network adresses Thanks Julien Ammous!
| * 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
|
* Reworked IPv4#include_all? methodbluemonk2011-03-271-0/+8
|
* bugfix: summarizing a small net with a large outside it's supernet raised erroreahlstrom2011-02-241-0/+6
|
* Modified IPAddress::Prefix32 to allow /0 subnetsbluemonk2011-01-212-1/+8
|
* Formatted README, rewrote IPAddress::parse and wrote IPv4#parse_classful testperformbluemonk2010-09-071-0/+1
|
* Added IPv4#private?bluemonk2010-08-271-0/+15
|
* Changed default behaviour when IPv4#new is called with no prefix specified: ↵bluemonk2010-08-201-3/+17
| | | | it now defaults to /32 like IPAddr. A new method IPv4::parse_cassful has been written to parse a new IPv4 address with calssful netmasks
* Rewrote IPv6::Mapped to accept mapped IPv4 in IPv6 formatbluemonk2010-07-271-9/+25
|
* Added IPv6#network_u128 and IPv6#include?bluemonk2010-07-241-1/+23
|
* Right class called from Prefix32::parse_netmask (closes #1)bluemonk2010-07-221-0/+1
|
* Lots of changes towards 0.6.0bluemonk2010-07-186-81/+158
|