SUSE/machinery

Machinery gem pollutes client namespace

Closed this issue · 1 comments

require "machinery" pollutes the client namespace with a plethora of common object names, for example 'System', 'CurrentUser', and 'Filter'.

It's considered best practice for ruby gems to encapsulate gem code in a unique namespace.

This should be fixed now. Thx for the pr.