summaryrefslogtreecommitdiff
path: root/lib/bundler/source.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1-0-stable'Terence Lee2011-02-011-0/+1
|\
| * adding requires and default yaml parser to psych if possibleAaron Patterson2011-01-211-0/+1
* | Merge branch '1-0-stable'Terence Lee2011-01-211-1/+1
|\ \ | |/
| * git method was checking the value of 0 (a Process::Status object) for the exi...Dave Smylie2011-01-121-1/+1
* | Merge branch '1-0-stable'Andre Arko2010-12-161-2/+6
|\ \ | |/
| * Use rubygems naming conventions, not our ownraggi2010-11-241-1/+1
| * remove paths that lack git repos and then cloneAndre Arko2010-11-161-1/+5
* | Merge branch '1-0-stable'Yehuda Katz2010-11-151-19/+16
|\ \ | |/
| * Performance improvementsYehuda Katz2010-11-151-18/+15
| * whitespaceAndre Arko2010-11-131-1/+1
* | Merge in v1.0.4 from branch '1-0-stable'Andre Arko2010-11-131-10/+15
|\ \ | |/
| * Syntax errors are bad -_-Andre Arko2010-11-111-1/+1
| * clean up Source::Rubygems#nameAndre Arko2010-11-111-8/+3
| * fix regex that was mistakenly too greedyAndre Arko2010-11-081-1/+1
| * Read the .gemspec instead of the .gem when possibleAndre Arko2010-11-081-0/+4
| * Catch errors reading .gem files and report them with the pathAndre Arko2010-11-081-1/+7
| * fix useless and nonsensical check for bundlerAndre Arko2010-11-081-1/+1
* | Fixes Bundler::Fetcher to handle Net::HTTPResponse and subclassesTerence Lee2010-11-121-1/+1
* | Extract index and gemspec fetching into Bundler::FetcherAndre Arko2010-11-121-53/+7
* | fix the build, only map if array isn't nilTerence Lee2010-11-121-1/+4
* | Gemcutter Endpoint API add comments for fallback caseTerence Lee2010-11-121-0/+3
* | Gemcutter Endpoint API handle case where Marshal blob is badTerence Lee2010-11-121-1/+1
* | recursive work to handle dependencies for Gemcutter Endpoint APITerence Lee2010-11-121-10/+24
* | Revert "Revert "Gemcutter dependency API endpoint" for branch mergeTerence Lee2010-11-121-8/+25
* | Revert "Gemcutter dependency API endpoint" until it works betterAndre Arko2010-11-111-25/+8
* | Gemcutter dependency API endpointAndre Arko2010-11-031-8/+25
|/
* Fix cache output when gem :path is inside bundled appAndre Arko2010-11-031-1/+1
* Expand Source::Path#path when comparing in #eql?Andre Arko2010-11-031-1/+1
* Expand paths relative to Bundler.rootAndre Arko2010-10-261-1/+1
* Fix :ref => :symbols without breaking anything else. For a change.Andre Arko2010-10-221-7/+11
* Stringify refs before using them like stringsAndre Arko2010-10-221-7/+7
* Fixes #744: Keep relative paths in Gemfile.lock when using Source::PathAntono Vasiljev2010-10-101-6/+9
* Tags are pretty important if you're going to try to use themAndre Arko2010-10-081-2/+2
* Fixed typo in Git#gitDustin Willis Webber2010-09-131-1/+1
* Update bundler's fake gemspec to specify a correct loaded_from pathwycats2010-09-091-2/+1
* Persist the new rubygem sources to the lockfileCarl Lerche2010-08-301-0/+7
* in Windows, double quotes are needed in the commands to work - see http://git...Jarmo Pertman2010-08-291-1/+1
* Fix the logic that detects if the local clone of a git repository is up to date.Carl Lerche2010-08-291-1/+1
* Longer git refs for paths and lockfiles.Victor Costan2010-08-291-4/+8
* Factor out Bundler.load_gemspec so Source::Path and GemHelper can use itAndre Arko2010-08-151-24/+1
* Avoid calling mkdir with sudo when not needed, you don't want to be asked for...Santiago Pastorino2010-08-131-1/+3
* Revert "Don't try to create dirs if they already exists"Santiago Pastorino2010-08-131-9/+5
* Don't try to create dirs if they already existsSantiago Pastorino2010-08-111-5/+9
* Enable fetching gems from vendor/cache during install time when it is present...Carl Lerche2010-08-061-1/+1
* Install gem executables to Gem.bindir instead of Gem.dirDonovan Bray2010-08-061-2/+2
* cache_path is the incorrect thing to check here.Carl Lerche2010-08-051-4/+3
* Always specify the paths when running git operations. The application might moveCarl Lerche2010-08-041-1/+1
* Don't assume that just because a dependency is pinned, we have the spec for itCarlhuda2010-08-021-3/+11
* Significantly improve memory usage of bundle install (now passing tests)Kyle Shank2010-08-021-9/+7
* Create Gem.dir/bin directory if it does not yet exist before copying executab...Carlhuda2010-08-021-1/+2