summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | [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
| * | | | | Added Gemfile eval for pluginsAsutosh Palai2016-05-269-10/+92
| * | | | | Shifted rubygems installation to bundler classAsutosh Palai2016-05-263-46/+31
| * | | | | Structured the classes with private methodsAsutosh Palai2016-05-243-36/+42
| * | | | | Added spec helper to build pluginAsutosh Palai2016-05-248-57/+34
| * | | | | Added support for git installAsutosh Palai2016-05-247-27/+100
| * | | | | Added documentations to the functionsAsutosh Palai2016-05-243-2/+56
| * | | | | Added some specs for malformatted pluginsAsutosh Palai2016-05-243-0/+47
| * | | | | Added index fileAsutosh Palai2016-05-242-4/+63
| * | | | | Added few specs for plugin installAsutosh Palai2016-05-241-0/+47
| * | | | | Added plugin module with install functionalityAsutosh Palai2016-05-246-2/+109