0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 12 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #18 from chrismar035/patch-1 More... over 9 years ago
Add license to gemspec More... over 9 years ago
Factor out the ARPA suffix into a constant More... over 9 years ago
Put assert_equal the right way round More... over 9 years ago
Certain malformed IPv6 addresses were being parsed More... over 9 years ago
Merge pull request #14 from petergoldstein/feature/some_rubocop_cleanup More... over 9 years ago
Merge pull request #13 from petergoldstein/bugfix/to_arpa More... over 9 years ago
Ensure to_arpa works for all IP v6 addreses - including IP v4 compatible and mapped, and the zero address More... over 9 years ago
Assorted changes to reduce the number of Rubocop violations. No changes should impact gem functionality. More... over 9 years ago
Merge pull request #12 from petergoldstein/feature/remove_gemfile_lock More... over 9 years ago
Update Gemfile to reference gemspec. Add development dependencies to gemspec. Some gemspec reorganization. Update from test-unit to minitest. Get specs green under minitest. Add .travis.yml More... over 9 years ago
Remove Gemfile.lock More... over 9 years ago
Bump version to 0.9.3 More... almost 10 years ago
Merge pull request #10 from leucos/master More... about 10 years ago
Adds more tests for is_in? More... about 10 years ago
Adds subnet support for is_in? More... about 10 years ago
Merge pull request #8 from tomharrisonjr/master More... about 10 years ago
math operations were raising exception because they used `to_int1` instead of `to_i`. Added a couple simple tests. More... over 10 years ago
Merge pull request #7 from wazoo/subnet-math More... over 10 years ago
Merge pull request #6 from wazoo/add-arpa-format More... over 10 years ago
updated readme More... over 10 years ago
added tests and fixed a few logic errors More... over 10 years ago
fixed readme line length More... over 10 years ago
updated readme More... over 10 years ago
added divide_by_hosts More... over 10 years ago
fixed for ip6, made divide_by_subnets function stop when pfx = pfx - 1 because we don't want subnets of 1 IP More... over 10 years ago
got split and divide by working for ip4, ip6 is broken More... over 10 years ago
forgot to delete class files More... over 10 years ago
added gemfile, moved class back to 1 file More... over 10 years ago
split ip6 and ip4 into separate files, added correct to_arpa for ip6 More... over 10 years ago