summaryrefslogtreecommitdiff
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-1117-3/+341
|\
| * [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-102-4/+15
| * Spec support for old rubygems binstub formatSamuel Giddins2016-06-101-0/+9
| * Update PostIt to rescue an error that exists on old RGVsSamuel Giddins2016-06-101-1/+1
| * Fail gracefully when installing bundler failsSamuel Giddins2016-06-102-2/+20
| * Add a spec for trampoliningSamuel Giddins2016-06-102-1/+120
| * Add total bundler version trampolining via vendored postitSamuel Giddins2016-06-1016-8/+183
| * [bundle] Automatically trampoline to postitSamuel Giddins2016-06-102-0/+6
* | Auto merge of #4662 - bundler:gemspec-update, r=segiddinsHomu2016-06-111-2/+2
|\ \
| * | Update gemspec authors and emailgemspec-updateAndre Arko2016-06-101-2/+2
* | | Auto merge of #4608 - asutoshpalai:plugin, r=segiddinsHomu2016-06-1134-95/+1467
|\ \ \
| * | | Included plugins in bool_keys for settingsAsutosh Palai2016-06-105-6/+6
| * | | 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-094-23/+40
| * | | Added plugin install support for inline GemfileAsutosh Palai2016-06-096-5/+55
| * | | Defaulting to Gem.sources for cli installAsutosh Palai2016-06-093-19/+14
| * | | Fixed api#tmp to accept multiple namesAsutosh Palai2016-06-092-3/+13
| * | | Made yaml_serializer compatible for use with settingsAsutosh Palai2016-06-092-14/+45
| * | | Moved the yaml serializer to seperate moduleAsutosh Palai2016-06-093-36/+128
| * | | Fixing Hash#select for 1.8.7Asutosh Palai2016-06-082-3/+3
| * | | Fixes for failing specs for older ruby versionAsutosh Palai2016-06-084-6/+9
| * | | Switching back to env to enable plugin cliAsutosh Palai2016-06-071-1/+1
| * | | Merge branch 'master' into pluginAsutosh Palai2016-06-0738-141/+410
| |\ \ \
| * | | | Added spec for multiple plugin installAsutosh Palai2016-06-074-7/+54
| * | | | Multiple plugins to be installed by cli installAsutosh Palai2016-06-077-67/+69
| * | | | Minor correctionsAsutosh Palai2016-06-076-7/+13
| * | | | Using module_function in Plugin moduleAsutosh Palai2016-06-071-99/+101
| * | | | Added more unit specsAsutosh Palai2016-06-076-5/+146
| * | | | Added unit test form plugin moduleAsutosh Palai2016-06-073-11/+115
| * | | | Added a few Error classesAsutosh Palai2016-06-071-2/+5
| * | | | Added Error class for command conflict errorAsutosh Palai2016-06-063-2/+38
| * | | | 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-069-44/+50
| * | | | 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-314-7/+10
| * | | | 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-315-9/+59
| * | | | Few cosmetic changes and doc commentsAsutosh Palai2016-05-314-15/+38
| * | | | Added the command pluginAsutosh Palai2016-05-315-10/+98
| * | | | Added spec for commands pluginsAsutosh Palai2016-05-311-0/+52
| * | | | 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-275-13/+70