savonrb / akami

Building Web Service Security
MIT License
36 stars 61 forks source link

Replace Hash core ext with a helper #35

Closed dduugg closed 4 years ago

dduugg commented 5 years ago

Replaces the Hash core extensions with a helper, and updates the single call site.

The resolves an issue where Akami is required in the presence of an existing but incompatible implementation of Hash#deep_merge!. There's also the potential of unintentionally coupling code to Akami by using its core extensions, which can break in unanticipated ways as code is refactored.