summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #131 from krpk1900/fix_typo_READMEHEADmastersandstrom2023-03-191-2/+2
|\
| * corrected typo from l to 1.krpk19002023-03-171-2/+2
|/
* Merge pull request #77 from smortex/eqlMarco Ceresa2022-01-084-0/+9
|\
| * Alias eql? and ==Romain Tartière2016-03-192-0/+2
| * Highlight bug: eql? is not aliased to the overridden ==.Romain Tartière2016-03-192-0/+7
* | Merge pull request #116 from brohee/masterMarco Ceresa2021-07-181-1/+1
|\ \
| * \ Merge remote-tracking branch 'upstream/master'Bruno Rohée2020-01-171-0/+2
| |\ \
| * | | typo s/mantains/maintains/Bruno Rohée2019-08-271-1/+1
| * | | typo s/mantains/maintains/Bruno Rohée2019-08-271-1/+1
* | | | Merge pull request #123 from kaoudis/kaoudis/remove-ambiguous-leading-zero-ip...Marco Ceresa2021-07-182-31/+46
|\ \ \ \ | |_|/ / |/| | |
| * | | remove potential for creating base-ambiguous octets of three digits or lesskaoudis2021-07-172-31/+46
|/ / /
* | | Merge pull request #114 from jwillemsen/patch-1Francis Luong (Franco)2020-01-141-1/+1
|\ \ \
| * | | Fixed typoJohnny Willemsen2020-01-141-1/+1
| |/ /
* | | Merge pull request #115 from jwillemsen/patch-2Francis Luong (Franco)2020-01-141-0/+2
|\ \ \ | |/ / |/| |
| * | Updated .travis.yml to also test with ruby 2.6 and 2.7Johnny Willemsen2020-01-141-0/+2
|/ /
* | s/adress/addressPedro don't want to be here2018-08-201-6/+6
* | [CI] Test against Ruby 2.5Nicolas Leger2018-03-261-0/+1
* | Merge pull request #84 from garo/feature/allocateFrancis Luong (Franco)2017-09-014-0/+110
|\ \
| * | Add allocate() methodJuho Mäkinen2017-08-304-0/+110
* | | Merge pull request #95 from ipaddress-gem/travis-no-gem-uninstallRomain Tartière2017-09-011-1/+0
|\ \ \
| * | | travis.yml - don't uninstall raketravis-no-gem-uninstallFrancis Luong (Franco)2017-09-011-1/+0
|/ / /
* | | Merge pull request #83 from icy-arctic-fox/link-localFrancis Luong (Franco)2017-09-014-0/+116
|\ \ \
| * | | Implement unique_local? methodMichael Miller2017-08-301-0/+14
| * | | Add tests for unique_local?Michael Miller2017-08-301-0/+25
| * | | Doc fix - copy/paste failMichael Miller2017-08-301-1/+1
| * | | Implement #link_local? methodsMichael Miller2017-08-302-0/+28
| * | | Add tests for #link_local?Michael Miller2017-08-302-0/+49
| |/ /
* | | Merge pull request #62 from paudam/ipv4-subnet-validationFrancis Luong (Franco)2017-09-012-6/+99
|\ \ \
| * | | Add IPv6 subnet validationRomain Tartière2017-09-012-2/+36
| * | | Add IPv4 subnet validationPaulius Dambravičius2017-09-012-5/+64
|/ / /
* | | Merge pull request #94 from ipaddress-gem/improve-remove_warningsFrancis Luong (Franco)2017-08-307-17/+16
|\ \ \
| * \ \ Merge branch 'master' into improve-remove_warningsimprove-remove_warningsFrancis Luong (Franco)2017-08-304-1/+19
| |\ \ \
| * | | | Fix more warning messagesRomain Tartière2017-08-301-3/+3
| * | | | removed duplicated ipv6 addreses from tests to silence warningsMichael Rodrigues2017-08-301-3/+1
| * | | | fixed another indentation mismatchMichael Rodrigues2017-08-301-8/+8
| * | | | Adjusted indentation in testKenichi Kamiya2017-08-302-3/+3
| * | | | Fixed indentationKenichi Kamiya2017-08-301-1/+1
| * | | | Enabled warning option in test taskKenichi Kamiya2017-08-301-0/+1
| | |/ / | |/| |
* | | | Merge pull request #35 from havenwood/patch-1Francis Luong (Franco)2017-08-301-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix method name typo in `#subnet` docs example.Shannon Skipper2013-11-211-1/+1
* | | | Merge pull request #64 from ghg/return_argument_error_for_nilFrancis Luong (Franco)2017-08-304-0/+4
|\ \ \ \
| * | | | Raise ArgumentError if IP address is nilGregory Graf2015-05-314-0/+4
* | | | | Merge pull request #76 from smortex/spaceship_compareFrancis Luong (Franco)2017-08-304-0/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix <=> for IPv4 and IPv6.Romain Tartière2016-03-164-0/+14
| | |_|/ | |/| |
* | | | Merge pull request #86 from koic/integer_unificationFrancis Luong (Franco)2017-08-291-4/+4
|\ \ \ \
| * | | | Integer Unification for Ruby 2.4.0+Koichi ITO2017-08-291-4/+4
* | | | | Merge pull request #93 from asomers/link_localFrancis Luong (Franco)2017-08-292-0/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add IPv6#link_local?Alan Somers2017-08-292-0/+13
|/ / / /
* | | | Merge pull request #85 from icy-arctic-fox/travis-ci-fixFrancis Luong (Franco)2017-08-293-9/+6
|\ \ \ \
| * | | | Only test against supported Ruby versionsRomain Tartière2017-08-291-7/+2