aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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-1120-93/+751
|\ \
| * | Included plugins in bool_keys for settingsAsutosh Palai2016-06-104-5/+5
| * | Using Bundler.settings to enable plugin cliAsutosh Palai2016-06-103-4/+5
| * | 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
| * | | Added a few Error classesAsutosh Palai2016-06-071-2/+5
| * | | Added Error class for command conflict errorAsutosh Palai2016-06-062-1/+9
| * | | Nested the nested classesAsutosh Palai2016-06-067-232/+250
| * | | Implemented a stub YAML handler for indexAsutosh Palai2016-06-061-3/+37
| * | | Fixed the issues raised in commentsAsutosh Palai2016-06-065-30/+36
| * | | Removed `@options[:plugin]` from source classAsutosh Palai2016-06-019-51/+101
| * | | Reduced complexity of cli/install#runAsutosh Palai2016-06-011-55/+76
| * | | Added env var to enable plugin public interfaceAsutosh Palai2016-05-313-7/+9
| * | | Removed an unwanted change in source_listAsutosh Palai2016-05-312-5/+5
| * | | Fixed the mistakes pointed outAsutosh Palai2016-05-314-6/+5