Skip to content
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

Update plugin overview to reflect new plugin system #267

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Plugins

<em class="t-gray">Extensions that use the RubyGems plugin API.</em>

As of RubyGems 1.3.2, RubyGems will load plugins installed in gems or
`$LOAD_PATH`. Plugins must be named 'rubygems\_plugin' (.rb, .so, etc)
and placed at the root of your gem's #require\_path. Plugins are
discovered via `Gem::find_files` then loaded.
RubyGems will load plugins in the latest version of each installed gem or
`$LOAD_PATH`. Plugins must be named 'rubygems\_plugin' (.rb, .so, etc) and
placed at the root of your gem's #require\_path. Plugins are installed at a
special location and loaded on boot.
deivid-rodriguez marked this conversation as resolved.
Show resolved Hide resolved


Make your own plugin
Expand Down