aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [GitProxy] Deinit submodules if they are not requestedSamuel Giddins2016-06-241-1/+5
* [Definition] Add a #change_reason printed in debugSamuel Giddins2016-06-241-2/+23
* [SpecSet] Don't mutate the skip listSamuel Giddins2016-06-241-1/+1
* [SharedHelpers] Fix printing rubygems versionSamuel Giddins2016-06-231-1/+1
* [Shell] Fix #silenceSamuel Giddins2016-06-231-2/+2
* Add spec machinery for testing major deprecationsSamuel Giddins2016-06-231-3/+2
* Print the first batch of major deprecation warningsSamuel Giddins2016-06-233-1/+11
* Add machinery for printing major deprecationsSamuel Giddins2016-06-235-10/+44
* [UI] Add support for printing major deprecationsSamuel Giddins2016-06-233-0/+9
* [Settings] Move keys to their own line & sortSamuel Giddins2016-06-231-3/+26
* Auto merge of #4701 - chrismo:issue-4592-gem-path-empty-string, r=segiddinsHomu2016-06-241-6/+9
|\
| * Unset `GEM_PATH` with `nil` not empty string.chrismo2016-06-221-6/+9
* | [LockfileParser] Support for old RG on Ruby 2.3+Samuel Giddins2016-06-221-4/+6
* | [PostItTrampoline] Support for running as a default specSamuel Giddins2016-06-211-2/+5
* | Version 1.13.0.pre.1 with changelogSamuel Giddins2016-06-201-1/+1
* | Merge pull request #4671 from bundler/seg-molinillo-0.5.0Samuel Giddins2016-06-1915-200/+763
|\ \
| * | [Resolver] Mark molinillo methods as publicSamuel Giddins2016-06-191-2/+2
| * | Update vendored Molinillo to 0.5.0Samuel Giddins2016-06-1414-198/+761
* | | Merge pull request #4456 from sandlerr/sandlerr/safe_outputSamuel Giddins2016-06-193-2/+10
|\ \ \
| * | | Do not log the credentials used to contact a gem serverRoman Sandler2016-06-183-2/+10
* | | | Don't include dev dependencies when comparing indexes.Joe Rafaniello2016-06-171-1/+7
* | | | Detect changes in path specs by comparing locked specs to source specsJoe Rafaniello2016-06-171-1/+8
* | | | Use Set equality for path gems to avoid unneeded re-resolution.Joe Rafaniello2016-06-172-2/+4
|/ / /
* / / [RubygemsIntegration] Allow redefining private methodsSamuel Giddins2016-06-141-2/+8
|/ /
* | Auto merge of #4643 - bundler:seg-postit-trampoline, r=indirectHomu2016-06-1111-1/+182
|\ \
| * | [PostIt] Update for support for RubyGems 1.3.6Samuel Giddins2016-06-101-3/+3
| * | [PostIt] Update to add legacy RubyGems supportSamuel Giddins2016-06-101-2/+13
| * | Update PostIt to rescue an error that exists on old RGVsSamuel Giddins2016-06-101-1/+1
| * | Fail gracefully when installing bundler failsSamuel Giddins2016-06-101-2/+10
| * | Add total bundler version trampolining via vendored postitSamuel Giddins2016-06-1011-1/+163
* | | Auto merge of #4608 - asutoshpalai:plugin, r=segiddinsHomu2016-06-1121-95/+755
|\ \ \
| * | | Included plugins in bool_keys for settingsAsutosh Palai2016-06-104-5/+5
| * | | Using Bundler.settings to enable plugin cliAsutosh Palai2016-06-104-6/+8
| * | | Shifted Settings to use the YAMLSerializerAsutosh Palai2016-06-092-21/+13
| * | | Fixed the errors in spec for older versionsAsutosh Palai2016-06-092-10/+2
| * | | Added plugin install support for inline GemfileAsutosh Palai2016-06-094-4/+23
| * | | Defaulting to Gem.sources for cli installAsutosh Palai2016-06-091-8/+7
| * | | Fixed api#tmp to accept multiple namesAsutosh Palai2016-06-091-3/+3
| * | | Made yaml_serializer compatible for use with settingsAsutosh Palai2016-06-091-2/+23
| * | | Moved the yaml serializer to seperate moduleAsutosh Palai2016-06-092-36/+50
| * | | Fixing Hash#select for 1.8.7Asutosh Palai2016-06-082-3/+3
| * | | Fixes for failing specs for older ruby versionAsutosh Palai2016-06-083-5/+6
| * | | Switching back to env to enable plugin cliAsutosh Palai2016-06-071-1/+1
| * | | Merge branch 'master' into pluginAsutosh Palai2016-06-0722-116/+174
| |\ \ \
| * | | | Added spec for multiple plugin installAsutosh Palai2016-06-071-3/+3
| * | | | Multiple plugins to be installed by cli installAsutosh Palai2016-06-074-47/+49
| * | | | Minor correctionsAsutosh Palai2016-06-074-5/+5
| * | | | Using module_function in Plugin moduleAsutosh Palai2016-06-071-99/+101
| * | | | Added more unit specsAsutosh Palai2016-06-071-2/+2
| * | | | Added unit test form plugin moduleAsutosh Palai2016-06-071-2/+6