summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* assignment warning removalparallel_threadsAndre Arko2013-11-061-2/+2
* always use threads for parallelAndre Arko2013-11-067-206/+62
* use instance_methods to avoid warningsAndre Arko2013-10-212-11/+22
* slightly more straightforward rubygems integrationAndre Arko2013-10-211-17/+13
* oh no what a stupid typoAndre Arko2013-10-201-1/+1
* force platform so Rubygems 2.1 will install gemsAndre Arko2013-10-201-2/+2
* better spec namesAndre Arko2013-10-201-2/+2
* remove duplicate vendor testAndre Arko2013-10-201-12/+0
* this file is general hax, move it to hax.rbAndre Arko2013-10-202-1/+1
* avoiding warnings isn't worth potential exceptionsAndre Arko2013-10-192-4/+0
* rubygems security and other version updatesAndre Arko2013-10-192-11/+11
* 1.8.7 can't URI a URIAndre Arko2013-10-191-1/+3
* inline the one use of Fetcher.fetchAndre Arko2013-10-192-9/+5
* Merge pull request #2680 from kickstarter/spec_refetch_cleanupAndre Arko2013-10-192-4/+4
|\
| * bundle install: don't re-download specs for installed gemsLance Ivy2013-10-172-4/+4
* | move --gemfile test to gemfile specAndre Arko2013-10-192-14/+14
* | move invalid specs to gemfile and path specsAndre Arko2013-10-193-58/+43
* | binstubs specAndre Arko2013-10-192-19/+24
* | bundler dependencies specAndre Arko2013-10-192-141/+146
* | gemspecs specAndre Arko2013-10-192-45/+50
* | pull out some group specsAndre Arko2013-10-192-235/+236
* | path specAndre Arko2013-10-192-135/+132
* | prereleases specAndre Arko2013-10-192-38/+43
* | how did the inject spec get over thereAndre Arko2013-10-191-0/+0
* | move path, git, and gemspec tests to spec/gemfile/Andre Arko2013-10-193-0/+0
* | move gemspec test to install/gemspecAndre Arko2013-10-192-10/+13
* | Merge pull request #2679 from jendiamond/same_gem_twice_booAndré Arko2013-10-192-3/+18
|\ \
| * | Warn if the same gem (same version) is added twiceJen Diamond2013-10-192-3/+18
|/ /
* | use Gem::Specification#full_require_pathsAndre Arko2013-10-181-0/+2
|/
* move RubygemsMirror.to_uri to Source.mirror_forAndre Arko2013-10-174-25/+13
* Merge pull request #2650 from joyicecloud/gem-mirrorAndre Arko2013-10-177-2/+108
|\
| * Change code to print the mirror sourcejoyicecloud2013-09-262-2/+4
| * add more exposition to mirror config manpagedanielsdeleo2013-09-261-1/+3
| * add specs for gem mirror supportdanielsdeleo2013-09-262-0/+50
| * Move gem mirror code to be consistent with other featuresdanielsdeleo2013-09-262-13/+27
| * move public methods to topdanielsdeleo2013-09-261-5/+4
| * add mirror support. each uri to a repository can be replaced by anKristian Meier2013-09-264-0/+39
* | look for windows git tooAndre Arko2013-10-131-1/+2
* | GEM_HOME is just the default rubygems locationAndre Arko2013-10-081-5/+5
* | don't announce to IRCAndre Arko2013-10-051-5/+0
* | fix the bug that downloads every specAndre Arko2013-10-031-12/+20
* | move messaging into fetcher orchestration codeAndre Arko2013-10-032-8/+18
* | replace @public_uri with uriAndre Arko2013-10-031-6/+10
* | remove @@spec_fetch_mapAndre Arko2013-10-035-10/+7
* | stop retrying the resolverAndre Arko2013-10-031-7/+1
* | retry without exposing the URL passwordAndre Arko2013-10-031-4/+4
* | print the error class as well as the messageAndre Arko2013-10-031-1/+1
* | retry only network requestsAndre Arko2013-10-031-19/+10
* | allow exceptions to be passed to RetryAndre Arko2013-10-032-6/+30
* | Merge pull request #2657 from ghedamat/typo-fixAndré Arko2013-10-021-1/+1
|\ \