aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/cli
Commit message (Expand)AuthorAgeFilesLines
* hide all warnings when in --quiet modeAndre Arko2014-10-203-3/+6
* Create makefile with path `underscored_name`/`underscored_name`Andre Medeiros2014-09-121-0/+1
* Encapsulate Definition#sources.Andre Arko2014-07-303-3/+3
* Detect ambiguous gems.Tim Moore2014-07-301-0/+9
* Fix unknown constant errorJeff Taggart2014-07-121-0/+2
* had no idea that in-array splat was 1.9Andre Arko2014-06-151-1/+1
* editor might need shell parsingAndre Arko2014-06-151-5/+4
* shell escape bundle open args :OAndre Arko2014-06-151-3/+2
* don't warn about sudo on windowsAndre Arko2014-04-151-1/+1
* don't update the cache while frozen!Andre Arko2014-04-131-1/+1
* move install warning into Install, add word-wrapAndre Arko2014-04-071-0/+9
* Throw an error whenever a gem name does not conform to the C extension naming...Andre Medeiros2014-03-021-0/+8
* Added the --ext option to the gem command. This generates a skeleton for C ex...Andre Medeiros2014-03-021-7/+15
* Add summary option to 'show' cli commandSteve Frank2014-02-201-2/+6
* fix breaking merge from 1.5.3Andre Arko2014-02-061-2/+1
* Merge v1.5.3 from branch '1-5-stable'Andre Arko2014-02-061-2/+1
* Merge pull request #2841 from davidblondeau/better-outdated-strictAndre Arko2014-02-021-7/+5
|\
| * DB: Better outdated --strict.David Blondeau2014-01-261-7/+5
* | Raise GemfileLockNotFound only for non-full update.Josef Šimánek2014-01-271-4/+4
|/
* Merge pull request #2840 from zizkovrb/bundle-update-messageAndre Arko2014-01-262-4/+9
* whitespace styleAndre Arko2014-01-2618-5/+21
* fix NoMethodError when binstubs errorsAndre Arko2014-01-261-1/+5
* Made a typo on in select_spec methodSmit Shah2014-01-181-1/+0
* Refactored config commandSmit Shah2014-01-181-0/+83
* Included Refactroing changes done to select_spec in commonSmit Shah2014-01-182-10/+18
* Refactored gem commandSmit Shah2014-01-182-1/+61
* Removed trailing whitespacesSmit Shah2014-01-0814-15/+14
* Refactored open, conolse, inject, platform and vizSmit Shah2014-01-085-0/+165
* Refactored open and fixed few failing specsSmit Shah2014-01-087-7/+47
* Use *args instead of argsSmit Shah2014-01-084-4/+4
* Refactored exec method in cliSmit Shah2014-01-081-0/+36
* Refactored package method in cliSmit Shah2014-01-081-0/+37
* Forgot to include new filesSmit Shah2014-01-084-4/+33
* Fixed failing specs on travisSmit Shah2014-01-082-4/+4
* Refactored CLI clean commandSmit Shah2014-01-082-5/+31
* Refactored init, check, install, update, show, outdated, cache andSmit Shah2014-01-088-4/+393
* Refactored init cli commandSmit Shah2014-01-081-0/+27