Skip to content

Commit

Permalink
Merge pull request #267 from rreinhardt9/update-plugin-overview
Browse files Browse the repository at this point in the history
Update plugin overview to reflect new plugin system
  • Loading branch information
deivid-rodriguez committed Oct 12, 2020
2 parents 852139c + f67f2a9 commit 40054ae
Showing 1 changed file with 4 additions and 4 deletions.
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.


Make your own plugin
Expand Down

0 comments on commit 40054ae

Please sign in to comment.