Skip to content

Releases: joshuawscott/ipconverter

v0.4.0

24 Jan 18:45
a682595
Compare
Choose a tag to compare

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

19 Jan 19:52
Compare
Choose a tag to compare
* 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

03 Oct 13:46
Compare
Choose a tag to compare

Bugfix to use unsigned integers to avoid segfaults on certain platforms.

v0.2.0

23 Nov 23:14
Compare
Choose a tag to compare
  • Add int_to_str method. Converts IP address integer to dotted notation string (reverse of int_to_str)

v0.1.1

23 Nov 07:25
Compare
Choose a tag to compare
  • Documentation added
  • Rubocop cleanup

v0.1.0

23 Nov 07:25
Compare
Choose a tag to compare

Initial Release