summaryrefslogtreecommitdiff
path: root/lib/bundler/source.rb
Commit message (Expand)AuthorAgeFilesLines
* add a dependency list attr to Source::RubygemsAndre Arko2011-05-181-9/+8
* show message when using api fetcherTerence Lee2011-05-181-1/+0
* outdated now works correctly with git gems. fixes #1170Joel Moss2011-05-171-12/+0
* Add more specs and don't print empty messagesChris Continanza2011-05-081-0/+4
* fix the huge ugly bug I made that breaks install, add specsAndre Arko2011-05-051-3/+3
* Merge branch '1-0-stable'Andre Arko2011-04-301-1/+1
|\
| * fix executable generation when sudo is requiredAndre Arko2011-04-301-1/+1
* | Merge v1.0.13 from branch '1-0-stable'Andre Arko2011-04-301-0/+2
|\ \ | |/
| * Add an author because it's required nowEvan Phoenix2011-04-301-0/+2
* | Merged pull request #1130 from joelmoss/outdated.Andre Arko2011-04-291-0/+12
|\ \
| * | Created outdated command to show outdated gemsJoel Moss2011-04-231-0/+12
* | | Merge branch '1-0-stable'Andre Arko2011-04-281-21/+23
|\ \ \ | |/ / |/| / | |/
| * Phase 1 of rubygems/bundler reintegrationEvan Phoenix2011-04-181-21/+25
* | Merge branch '1-0-stable'Andre Arko2011-04-111-6/+8
|\ \ | |/
| * Provided more helpful feedback when a git command fails.Philip Arndt2011-04-081-3/+2
| * Test for directories in bin/, handle strings tooAndre Arko2011-04-081-1/+1
| * Bundler needs to work with ruby 1.8 tooAndre Arko2011-04-081-1/+1
| * Don't choke on dirs inside a :path gem's binEric Allen2011-04-081-2/+3
| * Allow relative and absolute Paths to be comparedopsb2011-04-081-1/+1
| * quote arguments to 'git fetch' to resolve failures to fetch gems on some systemsJonah Williams2011-03-221-1/+1
| * include the directory in the failed git command error messageAndre Arko2011-03-021-1/+4
| * Don't compare Path sources by the unexpanded directory nameCarl Lerche2011-02-121-1/+0
* | 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