-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use different plugin path #13
Comments
logicminds
added a commit
to nwops/pluginator
that referenced
this issue
Jun 14, 2017
* Fixes rvm#13 - use different plugin path * previously by default, pluginator would only look in the directory named plugins. While this is a great notion, many existing plugin systems do not follow this path. This attempts to allow the user to change the default plugins directory to something different. Example: lib/plugins/my_group/plugin_name.rb can now be lib/alt_plugins/my_group/plugin_name.rb.
logicminds
added a commit
to nwops/pluginator
that referenced
this issue
Jun 14, 2017
* Fixes rvm#13 - use different plugin path * previously by default, pluginator would only look in the directory named plugins. While this is a great notion, many existing plugin systems do not follow this path. This attempts to allow the user to change the default plugins directory to something different. Example: lib/plugins/my_group/plugin_name.rb can now be lib/alt_plugins/my_group/plugin_name.rb.
logicminds
added a commit
to nwops/pluginator
that referenced
this issue
Jun 14, 2017
* Fixes rvm#13 - use different plugin path * previously by default, pluginator would only look in the directory named plugins. While this is a great notion, many existing plugin systems do not follow this path. This attempts to allow the user to change the default plugins directory to something different. Example: lib/plugins/my_group/plugin_name.rb can now be lib/alt_plugins/my_group/plugin_name.rb.
logicminds
added a commit
to nwops/pluginator
that referenced
this issue
Jun 14, 2017
* Fixes rvm#13 - use different plugin path * previously by default, pluginator would only look in the directory named plugins. While this is a great notion, many existing plugin systems do not follow this path. This attempts to allow the user to change the default plugins directory to something different. Example: lib/plugins/my_group/plugin_name.rb can now be lib/alt_plugins/my_group/plugin_name.rb.
logicminds
added a commit
to nwops/pluginator
that referenced
this issue
Jun 14, 2017
* Fixes rvm#13 - use different plugin path * previously by default, pluginator would only look in the directory named plugins. While this is a great notion, many existing plugin systems do not follow this path. This attempts to allow the user to change the default plugins directory to something different. Example: lib/plugins/my_group/plugin_name.rb can now be lib/alt_plugins/my_group/plugin_name.rb.
logicminds
added a commit
to nwops/pluginator
that referenced
this issue
Jun 14, 2017
* Fixes rvm#13 - use different plugin path * previously by default, pluginator would only look in the directory named plugins. While this is a great notion, many existing plugin systems do not follow this path. This attempts to allow the user to change the default plugins directory to something different. Example: lib/plugins/my_group/plugin_name.rb can now be lib/alt_plugins/my_group/plugin_name.rb.
logicminds
added a commit
to nwops/pluginator
that referenced
this issue
Jun 14, 2017
* Fixes rvm#13 - use different plugin path * previously by default, pluginator would only look in the directory named plugins. While this is a great notion, many existing plugin systems do not follow this path. This attempts to allow the user to change the default plugins directory to something different. Example: lib/plugins/my_group/plugin_name.rb can now be lib/alt_plugins/my_group/plugin_name.rb.
logicminds
added a commit
to nwops/pluginator
that referenced
this issue
Jun 14, 2017
* Fixes rvm#13 - use different plugin path * previously by default, pluginator would only look in the directory named plugins. While this is a great notion, many existing plugin systems do not follow this path. This attempts to allow the user to change the default plugins directory to something different. Example: lib/plugins/my_group/plugin_name.rb can now be lib/alt_plugins/my_group/plugin_name.rb.
closing in favor of #15 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to fix another gem's problem that uses plugins and wanted to know if the pluginator could use a different path besides
lib/plugins/
.I would like the lookup path to be 'lib/kitchen' or 'lib/inspec' and since these tools are well established there is no way to change the plugin directory to
lib/plugins
The text was updated successfully, but these errors were encountered: