summaryrefslogtreecommitdiff
path: root/lib/bundler/plugin
Commit message (Expand)AuthorAgeFilesLines
* Use vendorized version of uri libraryDavid Rodríguez2019-12-081-2/+2
* Lazily load uriDavid Rodríguez2019-12-081-2/+0
* Fix typo in comment: attibutes -> attributesMasato Ohba2019-08-101-1/+1
* Migrate internal autoloads to not use LOAD_PATHDavid Rodríguez2019-05-122-3/+3
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-2/+2
* Merge multisource related settingsDavid Rodríguez2019-04-081-1/+1
* Fix typoAndrew Nesbitt2019-03-061-1/+1
* Disable `Style/GuardClause` copfix_offenses_for_more_copsDavid Rodríguez2019-03-041-5/+0
* [Plugin::Index] Only register each plugin once for a given hookSamuel Giddins2018-11-051-1/+4
* Merge #6749Bundlerbot2018-10-191-12/+30
|\
| * More solid options checking in Plugin::InstallerSaverio Miroddi2018-03-271-1/+1
| * Rename `local-git` plugin install option to `local_git`Saverio Miroddi2018-03-271-3/+3
| * Improve a comment in Plugin::Installer as referred by the language quality UTSaverio Miroddi2018-03-191-1/+1
| * Workaround a Rubocop issue (assumed a bug) in Plugin::InstallerSaverio Miroddi2018-03-191-0/+5
| * Rename plugin install --file option to --local-gitSaverio Miroddi2018-03-191-3/+3
| * Plugin installer: make remote and local git source options mutually exclusiveSaverio Miroddi2018-03-191-0/+18
| * Apply Rubocop required changes to Plugin::InstallerSaverio Miroddi2018-03-191-7/+2
| * Refactor Plugin::Installer to have the original structure, with cleaner codeSaverio Miroddi2018-03-191-23/+32
| * Apply review note about Plugin::Installer#extract_sources_from_optionsSaverio Miroddi2018-03-181-19/+10
| * Bundler::Plugin::Installer: remove the obsolete (and unneeded) URI.escapeSaverio Miroddi2018-03-111-2/+1
| * Add file path source option (`--file`) to plugin installationSaverio Miroddi2018-03-111-0/+6
| * Refactor Bundler::Plugin::InstallerSaverio Miroddi2018-03-111-31/+26
* | Add registered events for after-all, before, after gem installjules26892018-06-121-1/+23
* | Appease the Rubocop overlordsjules2689/registered-eventsJulian Nadeau2018-06-021-1/+1
* | Fix a spec comparison, reset events in tests to avoid test order issuesjules26892018-05-311-0/+8
* | PR comments, some docsjules26892018-05-271-2/+12
* | Make all plugin events registered to make documenting them easierjules26892018-05-221-0/+21
* | Do not blow up when installing on a readonly filesystem without a home directoryMichael Grosser2018-04-101-1/+6
* | Fix some rescue calls that do not specifiy error type.utilum2018-03-171-1/+1
|/
* Auto merge of #6119 - bundler:seg-ruby-2-5-digest-gem, r=colby-swandaleThe Bundler Bot2017-10-231-2/+1
|\
| * Avoid activating stdlib digest under Ruby 2.5seg-ruby-2-5-digest-gemSamuel Giddins2017-10-221-2/+1
* | Auto merge of #6120 - jumbosushi:plugin_list, r=indirectThe Bundler Bot2017-10-221-0/+8
|\ \ | |/ |/|
| * Fix 'plugins list' pull requestAtsushi Yamamoto2017-10-221-1/+1
| * implement command `bundle plugin list`fotanus2017-05-301-0/+8
* | Load digest subclasses in a thread-safe mannerseg-digest-loadingSamuel Giddins2017-10-151-2/+2
* | [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* | Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-231-6/+7
* | Fix plugin sourcesSamuel Giddins2017-06-231-0/+7
* | Implement source pinning for 2.0Samuel Giddins2017-06-231-8/+7
|/
* Only uninstall plugins that we attempted to install.Kerri Miller2017-03-161-0/+2
* Avoid undefined Bundler::Plugin::API::Source exceptionseg-bundler-plugin-source-api-const-undefinedSamuel Giddins2017-02-221-0/+6
* fixing small typo in commentsKerri Miller2017-02-171-1/+1
* Auto merge of #5270 - pixeltrix:fix-hook-name, r=segiddinsThe Bundler Bot2016-12-241-1/+1
|\
| * Use correct hook name in commentAndrew White2016-12-221-1/+1
* | Improve -rbundler performance by using autoloadsSamuel Giddins2016-12-211-1/+2
|/
* Use `require` instead of `autoload` for bundler/plugin/apiCode Ass2016-09-161-1/+1
* Added doc commentsAsutosh Palai2016-08-161-0/+1
* Fixed empty hooks in index fileAsutosh Palai2016-08-161-3/+3
* Incorporated suggestionsAsutosh Palai2016-08-161-8/+9
* Hooks implementationAsutosh Palai2016-08-162-4/+17