You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to figure out how to use this gem but it doesn't seem like the README is accurate anymore. The most obvious being there is no "All" task, it is now TaskSets::All.
However, if I just update that it doesn't seem to do anything. I tried reading through the code which I'm only semi-grasping so it seems like what I want is maybe RakeDependencies::TaskSets::All.define. This seems to work, however, it seems like the "namespace" option now no longer works. I seem to be able to workaround this by just manually wrapping the whole thing in a namespace. Am I even using this correctly?
The text was updated successfully, but these errors were encountered:
I've been trying to figure out how to use this gem but it doesn't seem like the README is accurate anymore. The most obvious being there is no "All" task, it is now
TaskSets::All
.However, if I just update that it doesn't seem to do anything. I tried reading through the code which I'm only semi-grasping so it seems like what I want is maybe
RakeDependencies::TaskSets::All.define
. This seems to work, however, it seems like the "namespace" option now no longer works. I seem to be able to workaround this by just manually wrapping the whole thing in a namespace. Am I even using this correctly?The text was updated successfully, but these errors were encountered: