- 30 Aug, 2017 1 commit
-
-
Juho Mäkinen authored
The allocate() method allows to use an IPAddress::IPv4 or ::IPv6 object to allocate individual host addresses so that the IPAddress object tracks the state of which address was previously allocated. Example: ip = IPAddress("10.0.0.0/24") ip.allocate #=> "10.0.0.1/24" ip.allocate #=> "10.0.0.2/24" There is support for both IPv4 and IPv6 with full test coverage.
-
- 29 Aug, 2017 7 commits
-
-
Francis Luong (Franco) authored
Integer Unification for Ruby 2.4.0+
-
Francis Luong (Franco) authored
Add IPv6#link_local?
-
Koichi ITO authored
-
Alan Somers authored
-
Francis Luong (Franco) authored
Travis CI fix
-
Romain Tartière authored
-
Michael Miller authored
-
- 17 Nov, 2016 1 commit
- 15 May, 2016 1 commit
-
-
Francis Luong (Franco) authored
Add Travis, CodeClimate, and Jeweler
-
- 02 Apr, 2016 2 commits
-
-
Francis Luong (Franco) authored
-
Francis Luong (Franco) authored
-
- 24 Mar, 2016 3 commits
-
-
Francis Luong (Franco) authored
-
Francis Luong (Franco) authored
-
Francis Luong (Franco) authored
-
- 23 Mar, 2016 13 commits
-
-
Francis Luong (Franco) authored
-
Francis Luong (Franco) authored
-
Francis Luong (Franco) authored
…and gem install stuff in travis
-
Francis Luong (Franco) authored
-
Francis Luong (Franco) authored
-
Francis Luong (Franco) authored
-
Francis Luong (Franco) authored
-
Francis Luong (Franco) authored
-
Francis Luong (Franco) authored
-
Francis Luong (Franco) authored
-
Francis Luong (Franco) authored
-
Francis Luong (Franco) authored
-
Francis Luong (Franco) authored
-
- 16 Mar, 2016 5 commits
-
-
Mike Mackintosh authored
70 contributing md
-
Francis Luong (Franco) authored
# Conflicts: # .gitignore
-
Francis Luong (Franco) authored
add minitest to development group in Gemfile
-
Francis Luong (Franco) authored
-
Francis Luong (Franco) authored
Remove duplicate multicast? method
-
- 15 Mar, 2016 1 commit
-
-
vanderhoorn authored
The ```multicast?``` method was defined twice.
-
- 11 Mar, 2016 3 commits
-
-
Francis Luong (Franco) authored
-
Francis Luong (Franco) authored
-
Francis Luong (Franco) authored
-
- 17 Feb, 2016 3 commits
-
-
bluemonk authored
-
Marco Ceresa authored
Avoid Ruby 1.8 compatibility when using Ruby 2.1.8
-
Wojciech Piekutowski authored
[#67]
-