summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/plugin.rb
Commit message (Collapse)AuthorAgeFilesLines
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-1/+1
| | | | | | | | Due to the way rubygems monkey-patched require interacts with default gems, and given that bundler is a default gem, and that bundler manipulates the LOAD_PATH in very intricated ways, we can reduce the risk of "leaking" to a different copy of `bundler` by using `require_relative` for internal requires.
* Improve Cli::Plugin help, according to review notesaveriomiroddi-sav-install_plugin_from_file_supportSaverio Miroddi2018-04-211-1/+1
| | | | See https://github.com/bundler/bundler/pull/6338#discussion_r183209481.
* Rename `local-git` plugin install option to `local_git`Saverio Miroddi2018-03-271-2/+2
| | | | Addresses https://github.com/bundler/bundler/pull/6338#discussion_r177392401.
* Plugin install description: restore to single lineSaverio Miroddi2018-03-191-7/+1
| | | | Thor squashes adjacent lines into a single one, so the previous long description prints in a single line.
* Rename plugin install --file option to --local-gitSaverio Miroddi2018-03-191-2/+2
|
* Add file path source option (`--file`) to plugin installationSaverio Miroddi2018-03-111-1/+9
| | | | | | Convenience option for installing plugins from a local repository, using the local path: bundle plugin install --file /path/to/bundler-dependency_graph bundler-dependency_graph
* Auto merge of #6120 - jumbosushi:plugin_list, r=indirectThe Bundler Bot2017-10-221-0/+5
|\ | | | | | | | | | | | | | | Add plugin list command This is a continuation of PR #5672 which was originally created to fix Issue #5467 Fixes a typo from the last PR, and add additional test files to check Bundler::Plugin#list
| * implement command `bundle plugin list`fotanus2017-05-301-0/+5
| |
* | [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
|/
* Using Bundler.settings to enable plugin cliAsutosh Palai2016-06-101-2/+2
|
* Multiple plugins to be installed by cli installAsutosh Palai2016-06-071-4/+4
|
* Fixed the mistakes pointed outAsutosh Palai2016-05-311-1/+1
|
* Added spec helper to build pluginAsutosh Palai2016-05-241-6/+5
|
* Added support for git installAsutosh Palai2016-05-241-1/+7
|
* Added plugin module with install functionalityAsutosh Palai2016-05-241-0/+18