Skip to content

Commit

Permalink
Merge pull request #180 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
Plugins.md: Add link to specific_install
  • Loading branch information
drbrain committed Feb 23, 2017
2 parents 3cbd505 + 79a2435 commit 5379985
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions plugins.md
Expand Up @@ -34,6 +34,7 @@ The following list of RubyGems plugins is probably not exhaustive. If you know o
* [rubygems-openpgp](#rubygemsopenpgp)
* [rubygems-sandbox](#rubygemssandbox)
* [rubygems_snapshot](#rubygemssnapshot)
* [specific_install](#specific_install)
* [rubygems-tasks](#rubygemstasks)
* [rubygems_plugin_generator](#rubygemsplugingenerator)

Expand Down Expand Up @@ -251,6 +252,14 @@ Manages command-line gem tools and dependencies with a `gem sandbox` command. T

Adds `gem snapshot` to create exports of all your current gems into a single file that you can import later.

<a id="specific_install"> </a>

## specific_install

[https://github.com/rdp/specific_install](https://github.com/rdp/specific_install#readme)

Allows you to install an "edge" gem straight from its GitHub repository, or install one from an arbitrary web URI.

<a id="rubygemstasks"> </a>

## rubygems-tasks
Expand Down

0 comments on commit 5379985

Please sign in to comment.