omniauth--omniauth/spec
Michael Herold 00481a9edc Silence Hashie::Mash logger on Hashie 3.5.0+
We introduced a new logger for Mash due to the huge number of issues
that we get where people try to set keys on their Mash. This change
silences the info messages that get logged when a Mash has a conflict
with a method name.

I had to do this in a kind of hacky way. Since OmniAuth supports Hashie
versions `>= 1.2, < 4`, I can't just hook into the method that we'll be
adding in 3.5.2. As such, I apply an override for the logging method if
the disable method isn't present.

I'm also only overriding the method in versions that have the logging
capability.
2017-02-05 15:35:08 -06:00
..
omniauth Silence Hashie::Mash logger on Hashie 3.5.0+ 2017-02-05 15:35:08 -06:00
helper.rb Remove coveralls 2017-01-17 08:54:24 -08:00
omniauth_spec.rb Fix RuboCop offenses 2017-01-17 08:50:31 -08:00