-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Update DNS extension to use latest rubydns gem #1253
Comments
@bcoles 👍 Thx it's ok it's ok |
RubyDNS 2.0.0-rc1 is available and it should be suitable for your update as it no longer depends on celluloid. Let me know if I can provide any other help. |
Thanks @ioquatix Do you have a migration guide for 0.7 to 2.0 ? In particular, I noticed the 2.0.0 RC1 version gives the following error, even though the gem is
|
I apologise for this, perhaps the documentation is wrong - things have changed a lot - I'll check and get back to you. |
Okay, |
RubyDNS 2.0.0 is now released. |
Thanks @ioquatix Unfortunately updating the library is more complicated than I'd hoped and we're short on dev bandwidth. |
Moved the base class to rubydns gem is no longer required, added |
Nice work! |
Fixed in f5de5eb. |
The DNS extension currently makes use of
rubydns
gem version 0.7 which is also hard-coded in theGemfile
andGemfile.lock
.It should be updated to the latest stable version (1.0.3) for maintainability as ongoing work to resolve #1025. This will also help prevent dependency issues like #1249 and #1237 in the future.
rubydns 0.9.0 onward uses Celluloid instead of EventMachine.
rubydns
fromGemfile
Gemfile.lock
file withbundle update rubydns
rake unit
andrake integration
test passThe text was updated successfully, but these errors were encountered: