Closed cllns closed 2 years ago
Dry-equalized was deprecated as its own independent gem and integrated into dry-core, so its documentation should be under dry-core too.
dry-core
Copied from https://github.com/dry-rb/dry-equalizer/blob/803df5de6a6b7d5bde9ebe7be6ea60664cf129a1/docsite/source/index.html.md and changed the metadata to match the other files in the same folder. I also changed references to Dry::Equalizer to Dry::Core::Equalizer, and require 'dry-equalizer' to require 'dry/core/equalizer'
Dry::Equalizer
Dry::Core::Equalizer
require 'dry-equalizer'
require 'dry/core/equalizer'
Dry-equalized was deprecated as its own independent gem and integrated into
dry-core
, so its documentation should be underdry-core
too.Copied from https://github.com/dry-rb/dry-equalizer/blob/803df5de6a6b7d5bde9ebe7be6ea60664cf129a1/docsite/source/index.html.md and changed the metadata to match the other files in the same folder. I also changed references to
Dry::Equalizer
toDry::Core::Equalizer
, andrequire 'dry-equalizer'
torequire 'dry/core/equalizer'