Yeah, this broke plugin gem loading for me too. Case in point: BackgrounDRb wants the packet gem, which is installed in vendor/gems—worked fine in 4f53db0, broken in 2bf58aa.
Yeah, this broke plugin gem loading for me too. Case in point: BackgrounDRb wants the packet gem, which is installed in vendor/gems—worked fine in 4f53db0, broken in 2bf58aa.
This method should also collapse multiple occurrences of the separator (‘foo--bar’ => ‘foo-bar’) and strip leading/trailing occurrences (‘-foo-bar’ => ‘foo-bar’).