-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
I've added this meta issue where we can track items that we want to complete before a 1.0 release.
TODO
- Remove ruby 1.8 compatibility (Remove monkeypatch for ruby 1.8 #140)
- Remove mongoid stuff (Remove Mongoid extension #139)
- Update Readme to Markdown (Convert readme to Markdown #138)
- Update Changelog to Markdown
- Switch to Github Actions for automated tests (remove Travis)
- Remove
.rock.yml - Remove testing for all unsupported versions of Ruby (< 3.0.0)
- Cleanup gemspec, gitignore and other metadata files
Planned deprecations
- Deprecated
a?,b?andc?in favor ofclass_a_network?,class_b_network?andclass_c_network? - Deprecate
IPAddress(str)in favor ofIPAddress.parse(str)(invoking a class like a method isn't very common in ruby, better with an explicit parse method). - Deprecate
to_string(which has an output different fromto_s) (example of confusion)
Metadata
Metadata
Assignees
Labels
No labels