aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler
Commit message (Expand)AuthorAgeFilesLines
* Spec fixes for older versionsAsutosh Palai2016-07-031-1/+1
* Added unit specs for api#sourceAsutosh Palai2016-07-031-0/+84
* Mixed SharedHelpers with Plugin::APIAsutosh Palai2016-07-031-2/+10
* Fixed duplicate error code for plugin error and spec fixesAsutosh Palai2016-07-032-5/+2
* Spec fixes and spec for adding load path and rubocop fixesAsutosh Palai2016-07-034-52/+110
* [Serializer]Array parser implementedAsutosh Palai2016-07-031-0/+58
* Fixing explicit default plugin sourceAsutosh Palai2016-07-031-1/+1
* Added cachingAsutosh Palai2016-07-031-0/+1
* Fixed random failures in spec for source_listAsutosh Palai2016-07-031-2/+2
* Fixed plugin install order for 1.8.7Asutosh Palai2016-07-032-7/+7
* lockfile plugin version shift and inferred_pluginAsutosh Palai2016-07-032-4/+4
* Added unit specs for source, dsl, index, source_listAsutosh Palai2016-07-035-17/+191
* Added unit spec for plugin classAsutosh Palai2016-07-031-11/+83
* Made the auto added source plugins optionalAsutosh Palai2016-07-031-1/+5
* Spec fixesAsutosh Palai2016-07-031-2/+2
* Brought upto speed with plugin branchAsutosh Palai2016-07-031-3/+3
* Fix spurious spec failures due to leaking Bundler.uiSamuel Giddins2016-06-271-2/+12
* Auto merge of #4701 - chrismo:issue-4592-gem-path-empty-string, r=segiddinsHomu2016-06-241-0/+12
|\
| * Unset `GEM_PATH` with `nil` not empty string.chrismo2016-06-221-0/+12
| * Auto merge of #4607 - will-in-wi:clean_up_workers, r=segiddinsHomu2016-05-251-0/+24
| * Auto merge of #4558 - bundler:seg-index-platform-ruby-default, r=segiddinsHomu2016-05-161-0/+29
| * Auto merge of #4449 - bundler:seg-generically-preserve-new-attributes, r=indi...Homu2016-04-191-0/+94
| * [EnvironmentPreserver] Preserve originals in the backupSamuel Giddins2016-04-151-0/+12
| * Have `Bundler::SSLCerts::CertificateManager` use new `ssl_certs` dirJames Wen2016-03-281-1/+1
| * Fix `Bundler::SSLCerts::CertificateManager` specs to use newJames Wen2016-03-281-6/+6
| * Fix the following warning in the test suite:James Wen2016-03-121-1/+1
| * Handle quotes in PATHSamuel Giddins2016-03-121-0/+37
| * Allow `Bundler::RubyVersion` to handle `RUBY_PATCHLEVEL` of -1James Wen2016-03-121-0/+22
| * [Fetcher] Switch from bundler.rubygems.org to index.rubygems.orgSamuel Giddins2016-03-111-2/+2
* | Merge pull request #4456 from sandlerr/sandlerr/safe_outputSamuel Giddins2016-06-192-11/+21
|\ \
| * | add a test for not logging passwordsRoman Sandler2016-06-181-0/+12
| * | Do not log the credentials used to contact a gem serverRoman Sandler2016-06-181-11/+9
* | | Don't include dev dependencies when comparing indexes.Joe Rafaniello2016-06-171-0/+1
* | | Detect changes in path specs by comparing locked specs to source specsJoe Rafaniello2016-06-171-6/+107
* | | Use Set equality for path gems to avoid unneeded re-resolution.Joe Rafaniello2016-06-171-1/+1
|/ /
* | Auto merge of #4643 - bundler:seg-postit-trampoline, r=indirectHomu2016-06-111-1/+1
|\ \
| * | Add total bundler version trampolining via vendored postitSamuel Giddins2016-06-101-1/+1
* | | Auto merge of #4608 - asutoshpalai:plugin, r=segiddinsHomu2016-06-117-0/+446
|\ \ \
| * | | Fixed the errors in spec for older versionsAsutosh Palai2016-06-092-13/+38
| * | | Defaulting to Gem.sources for cli installAsutosh Palai2016-06-091-3/+7
| * | | Fixed api#tmp to accept multiple namesAsutosh Palai2016-06-091-0/+10
| * | | Made yaml_serializer compatible for use with settingsAsutosh Palai2016-06-091-12/+22
| * | | Moved the yaml serializer to seperate moduleAsutosh Palai2016-06-091-0/+78
| * | | Fixes for failing specs for older ruby versionAsutosh Palai2016-06-081-1/+3
| * | | Merge branch 'master' into pluginAsutosh Palai2016-06-073-13/+30
| |\ \ \
| * | | | Added spec for multiple plugin installAsutosh Palai2016-06-072-4/+31
| * | | | Multiple plugins to be installed by cli installAsutosh Palai2016-06-072-19/+19
| * | | | Minor correctionsAsutosh Palai2016-06-072-2/+8
| * | | | Added more unit specsAsutosh Palai2016-06-075-3/+144
| * | | | Added unit test form plugin moduleAsutosh Palai2016-06-072-0/+143