-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.0 #132
Comments
@bluemonk A few things:
|
@sandstrom @bluemonk I just forked the repo because I wanted to fix |
@gucki I'm still planning to get around to it! It's just been very busy at work the last few months. |
Hi @sandstrom! What is the status of this project almost a year later? How I can help? |
@javierav A few ideas:
Happy to discuss thoughts/details in advance, if you have questions. For all of the above, unless you feel very confident about doing it, a good start is probably to write a small plan, a bullet list of 5-10 items, so we can discuss details before you get started. In either case, I haven't forgotten about this, and still have plans to get this over the finish line. It's just been very busy the past 3 months with moving and other things. Should get better in 1-2 months hopefully. |
Bumping, in particular interested in getting #86 |
Any chance we can get an interim 0.9 release with the code base as it stands now? |
I've added this meta issue where we can track items that we want to complete before a 1.0 release.
TODO
.rock.yml
Planned deprecations
a?
,b?
andc?
in favor ofclass_a_network?
,class_b_network?
andclass_c_network?
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).@bluemonk Feel free to add/remove anything from this list, as you see fit.
The text was updated successfully, but these errors were encountered: