Releases: joshuawscott/ipconverter
Releases · joshuawscott/ipconverter
v0.4.0
What's Changed
- Support rubygems 3.4 and explicitly test latest rubies
- Drop support for ruby 2.5 and before (use 0.3.1 if needed)
- Travis by @joshuawscott in #2
- Test against latest rubies by @joshuawscott in #3
Full Changelog: v0.3.1...v0.4.0
v0.3.1
* Rubocop/Reek fixes
* Documentation fixes
* Renaming to be more consistent with the ruby 2.4 change to consolidate number types to just `Integer`
v0.3.0
Bugfix to use unsigned integers to avoid segfaults on certain platforms.
v0.2.0
- Add int_to_str method. Converts IP address integer to dotted notation string (reverse of int_to_str)
v0.1.1
- Documentation added
- Rubocop cleanup
v0.1.0
Initial Release