summaryrefslogtreecommitdiff
path: root/test/ipaddress/ipv6_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Convert to Minitest.Julian C. Dunn2015-02-091-20/+12
* Add ipv6 test on 'dd', fixes #34bluemonk2013-10-271-1/+2
* Merge branch 'develop', fixes #32bluemonk2013-10-261-3/+4
|\
| * Fixed + Added Test CasesBronislav Robenek2013-09-021-3/+4
* | Add RUBY_VERSION conditional test for UTF-8 encoded strings in ruby >= 2.0bluemonk2013-10-261-1/+5
|/
* Added IPv6#<=>, changed IPv4#<=> and IPv4#supernet (closes #13)bluemonk2011-05-141-1/+29
* 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 #ipv4? and #ipv6? methodsbluemonk2011-03-271-17/+21
* 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
* Lots of changes towards 0.6.0bluemonk2010-07-181-10/+34
* Added special IPv6 addresses documentation and fixed a bug with IPv6::MappedMarco Ceresa2010-05-201-3/+3
* reached 100% coverage in IPv6 testsMarco Ceresa2010-02-101-2/+18
* Added more IPv6 and IPv4 methodsMarco Ceresa2010-02-091-2/+104
* added IPv4#+ and many new IPv6 methods and testsMarco Ceresa2010-02-031-16/+63
* Added IPv6 supportMarco Ceresa2010-01-191-0/+125