dry-rb / dry-container

A simple, configurable object container implemented in Ruby
https://dry-rb.org/gems/dry-container
MIT License
335 stars 41 forks source link

Fixed error in custom resolver documentaion. #91

Closed blafri closed 1 year ago

blafri commented 1 year ago

There seems to be an error in the custom resolver documentaion where the CustomResolver example class inherits from Dry::Container::Registry instead of Dry::Container::Resolver, so updated the markdown in docsite to fix this.

solnic commented 1 year ago

Thank you and BTW - me moved dry-container to dry-core, so you can use Dry::Core::Container from now on. dry-container will be deprecated soon.

blafri commented 1 year ago

Thanks for the heads up on the deprecation Peter. Will start using Dry::Core::Container from now on, and thaks for all your work and the other dry-rb gem maintainers on these great libraries!!

solnic commented 1 year ago

@blafri sounds good and thank you 🙂