aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2497 from mipearson/with_cached_gemspecsAndre Arko2013-07-032-5/+24
|\
| * Move spec cache dir discovery into rubygems_integration.rbMichael Pearson2013-06-112-10/+9
| * Prefer file:// gemspecs over cached gemspecsMichael Pearson2013-06-091-6/+5
| * Obtain gemspecs from the local system cache if available.Michael Pearson2013-06-091-4/+25
* | Merge pull request #2487 from rahearn/outdated-dependency-infoAndre Arko2013-07-032-2/+14
|\ \
| * | Implement Dependency#specific? for use with rubygems <= 1.7.2Ryan Ahearn2013-05-291-0/+7
| * | Output outdated gems specified in Gemfile before those only in Gemfile.lockRyan Ahearn2013-05-281-3/+5
| * | Display Gemfile dependency info in bundle outdated outputRyan Ahearn2013-05-281-1/+4
| |/
* | Merge pull request #2249 from dblock/debug-resolver-treeAndre Arko2013-07-031-5/+7
|\ \
| * | Add ENV[DEBUG_RESOLVER_TREE] which outputs the resolver tree when bundle inst...dblock2013-01-141-5/+7
* | | Merge branch '1-3-stable'Andre Arko2013-07-033-8/+10
|\ \ \
| * | | Preserve original gemspec pathBen Willis2013-07-031-4/+5
| * | | Coerce Pathname into String for MacRubyKamil K. LemaƄski2013-07-031-1/+1
| * | | Remove unused class `Bundler::InvalidSpecSet`Ryunosuke SATO2013-06-271-2/+1
| * | | Set --no-cache when bundle install --local is called.Tim Moore2013-06-221-1/+3
* | | | Merge branch '1-3-stable'Andre Arko2013-06-233-6/+5
|\| | |
| * | | Revert "refresh so that `bundle exec bundle -v` works again"Matthew Draper2013-05-222-5/+0
| * | | Correct Thor error nameAndre Arko2013-05-221-1/+1
| * | | clean up gem error printingAndre Arko2013-05-221-6/+5
| * | | Display the Gem::SystemExitException if there is a rubygemsJames Cook2013-05-221-1/+6
* | | | Update references to the repository URL.Tim Moore2013-06-111-1/+1
| |_|/ |/| |
* | | Merge branch '1-3-stable'Andre Arko2013-05-2219-83/+170
|\| |
| * | When a command is unknown exit with 15Pieter Joost van de Sande2013-05-221-0/+3
| * | Rescue thor errorsPieter Joost van de Sande2013-05-221-0/+3
| * | Don't mutate the gem method options hashAndre Arko2013-05-131-1/+1
| * | Adds missing method to Bundler::UIBrent Wheeldon2013-05-131-0/+4
| * | Fixed typosPrathamesh Sonpatki2013-05-123-4/+4
| * | stop suppressing GitError while loading specsAndre Arko2013-05-051-2/+3
| * | load graphviz gem before rubygems is unloadedAndre Arko2013-04-131-15/+12
| * | Display warning if graphviz gem is not installed. Fixes #2435Agis Anastasopoulos2013-04-131-2/+1
| * | Skip 'thor' loading if it is already loadedAndrey Savchenko2013-04-131-2/+1
| * | Version 1.3.5 with changelogAndre Arko2013-04-031-1/+1
| * | fix newlines around resolver progressAndre Arko2013-04-031-1/+5
| * | silence output from initial load during outdatedAndre Arko2013-04-031-1/+2
| * | improve sudo install supportAndre Arko2013-04-011-9/+21
| * | Merge pull request #2418 from chief/resolver_progress_indicatorAndre Arko2013-03-251-6/+23
| |\ \
| | * | Add indicator progress in resolver Giorgos Tsiftsis2013-03-241-6/+23
| * | | double-checkAndre Arko2013-03-201-1/+1
| * | | Don't forget basic_auth in non persistent modeJannis Hermanns2013-03-201-0/+1
| * | | Revert "Revert "symbols don't have #empty? on 1.8.7""Terence Lee2013-03-201-2/+2
| * | | fix bug where a git gem with no deps broke with frozen setTerence Lee2013-03-201-0/+1
| * | | Revert "symbols don't have #empty? on 1.8.7"Terence Lee2013-03-201-2/+2
| * | | Merge pull request #2362 from JamesFerguson/1-3-stableAndre Arko2013-03-172-1/+3
| |\ \ \
| | * | | Arguably a cleaner fix for issue #2124JamesFerguson2013-03-052-4/+5
| | * | | Fix for issue #2124JamesFerguson2013-03-052-3/+4
| * | | | Version 1.3.4 with changelogAndre Arko2013-03-151-1/+1
| * | | | clearer no gem server message, specs to matchAndre Arko2013-03-151-2/+2
| * | | | require graphviz before rubygems is goneAndre Arko2013-03-142-1/+2
| * | | | fix UI :wrap option to strip leading spacesAndre Arko2013-03-143-9/+17
| * | | | warn about rubygems missing even with git sourcesAndre Arko2013-03-142-3/+3