Open RichardN opened 10 years ago
Ya I'm also the maintainer of log_switch, did the 1.0.0 release without realizing my other gems weren't locked to 0.x.x. This is definitely a bug that I need to fix. Thanks for logging it.
On Nov 11, 2014, at 03:25, Richard Nicholas notifications@github.com wrote:
Just installed playful gem and allowed log_switch to auto require. When I require "playful/ssdp" I get an error saying Playful.log_class_name is undefined. I installed 0.4.0 of log_switch and uninstalled 1.0.0 and playful then loads OK. This is with ruby 2.0.0p481 on OSX.
— Reply to this email directly or view it on GitHub.
also in ruby 2.1.x, manually adding log_switch 0.4.0 to gemfile of my project circumvents this problem
Just installed playful gem and allowed log_switch to auto require. When I require "playful/ssdp" I get an error saying Playful.log_class_name is undefined. I installed 0.4.0 of log_switch and uninstalled 1.0.0 and playful then loads OK. This is with ruby 2.0.0p481 on OSX.