summaryrefslogtreecommitdiff
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* [Resolver] Mark molinillo methods as publicseg-molinillo-0.5.0Samuel Giddins2016-06-191-2/+2
* Update vendored Molinillo to 0.5.0Samuel Giddins2016-06-1414-198/+761
* Auto merge of #4643 - bundler:seg-postit-trampoline, r=indirectHomu2016-06-1111-1/+182
|\
| * [PostIt] Update for support for RubyGems 1.3.6seg-postit-trampolineSamuel 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
| * | | Added spec for plugin apiAsutosh Palai2016-05-313-7/+14
| * | | Few cosmetic changes and doc commentsAsutosh Palai2016-05-313-11/+33
| * | | Added the command pluginAsutosh Palai2016-05-315-10/+98
| * | | changed all source opts calls to func callAsutosh Palai2016-05-303-13/+12
| * | | Fixed full_gem_path for older RGVAsutosh Palai2016-05-271-0/+2
| * | | Added spec for gemfile eval and a few docsAsutosh Palai2016-05-274-13/+21
| * | | Added Gemfile eval for pluginsAsutosh Palai2016-05-269-10/+92
| * | | Shifted rubygems installation to bundler classAsutosh Palai2016-05-262-30/+31
| * | | Structured the classes with private methodsAsutosh Palai2016-05-243-36/+42
| * | | Added spec helper to build pluginAsutosh Palai2016-05-246-46/+19
| * | | Added support for git installAsutosh Palai2016-05-246-26/+87
| * | | Added documentations to the functionsAsutosh Palai2016-05-243-2/+56