summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove check for Bundler 0.82-0-dev-archivedAndre Arko2014-04-062-23/+11
* Merge pull request #2884 from kiela/2-0-devAndré Arko2014-02-171-3/+0
|\
| * Remove creating GEM_HOME dir before setting itKamil Kieliszczyk2014-02-161-3/+0
|/
* Merge branch 'bin_path-respects-gem-name' into 2-0-devAndre Arko2013-12-183-3/+43
|\
| * Altered exec spec to reflect less forgiving bin_path.Sam Schenkman-Moore2013-12-181-1/+5
| * bin_path checks gem name as well as the availability of named bin.Sam Schenkman-Moore2013-12-182-2/+38
|/
* build the 2-0-dev branchAndre Arko2013-09-301-0/+1
* update rubygems versions being testedAndre Arko2013-09-302-10/+20
* Merge tag 'v1.4.0.rc.1' into 2-0-devAndre Arko2013-09-30150-1575/+4206
|\
| * Version 1.4.0.rc.1 with changelogv1.4.0.rc.1Andre Arko2013-09-292-3/+12
| * NHP has internal SSL autoload nowAndre Arko2013-09-281-10/+3
| * thank god for specsAndre Arko2013-09-281-1/+1
| * :frowning: actually working connectionsAndre Arko2013-09-281-29/+29
| * retry specs that run on 1.8.7Andre Arko2013-09-281-1/+1
| * NHP handles no SSL nowAndre Arko2013-09-281-7/+3
| * just send the command name in the user agentAndre Arko2013-09-281-1/+1
| * Merge pull request #2649 from joyicecloud/user_agentAndre Arko2013-09-285-20/+66
| |\
| | * Add command to user agent for fetcher requestsjoyicecloud2013-09-281-0/+2
| | * random id to correlate requests in one runAndre Arko2013-09-281-1/+3
| | * set user agent without "Ruby, "Andre Arko2013-09-281-18/+28
| | * init the connection onceAndre Arko2013-09-281-0/+2
| | * default requests have "Ruby" in the user-agentAndre Arko2013-09-281-0/+1
| | * on JRuby, RbConfig::CONFIG["host"] doesn't existAndre Arko2013-09-281-1/+5
| | * also include host data in the user agentAndre Arko2013-09-281-0/+1
| | * add user agent to fetcher requestsAndre Arko2013-09-281-0/+17
| | * include the unknown engine's nameAndre Arko2013-09-281-1/+1
| | * add Bundler::RubyVersion#hostAndre Arko2013-09-281-0/+4
| | * extract into Bundler.ruby_versionAndre Arko2013-09-283-4/+7
| |/
| * Merge pull request #2601 from schneems/schneems/retryAndré Arko2013-09-2811-25/+163
| |\
| | * Retry git commandsschneems2013-09-289-42/+66
| | * Retry fetch specs with `--retry`schneems2013-09-287-4/+118
| |/
| * Merge pull request #2651 from cowboyd/use-instance-definition-in-installerAndré Arko2013-09-271-3/+3
| |\
| | * don't use global definition in standalone genCharles Lowell2013-09-271-3/+3
| |/
| * Merge pull request #2611 from mcfiredrill/jruby18and19André Arko2013-09-262-0/+10
| |\
| | * add jruby_18 and jruby_19 to platformsTony Miller2013-08-242-0/+10
| * | Merge pull request #2647 from brandonblack/ruby-2.1-supportAndré Arko2013-09-264-4/+35
| |\ \
| | * | adding platform support for ruby 2.1Brandon Black2013-09-244-4/+35
| |/ /
| * | Merge pull request #2645 from bundler/fix-worker-cleanup-errorAndré Arko2013-09-241-1/+1
| |\ \
| | * | Stop threads before killing the workerfix-worker-cleanup-errorHemant Kumar2013-09-241-1/+1
| * | | correct comment explanationAndre Arko2013-09-231-1/+1
| |/ /
| * | use Eric's magic DNS serversAndre Arko2013-09-201-0/+2
| * | Merge pull request #2640 from joyicecloud/bundle-outdate-non-zeroXavier Shay2013-09-181-0/+5
| |\ \
| | * | Add rspec test when run bundle outdated with invalid gem namejoyicecloud2013-09-161-0/+5
| |/ /
| * | Print a better error when git is not installed.joyicecloud2013-09-113-1/+21
| * | Merge pull request #2635 from henrik/patch-1André Arko2013-09-111-2/+2
| |\ \
| | * | gemspec template: clarify summary vs description.Henrik Nyh2013-09-111-2/+2
| |/ /
| * | Merge pull request #2631 from SamSaffron/masterAndré Arko2013-09-091-2/+5
| |\ \
| | * | no need to insert a dep in seen list if its already there, no need to double ...Sam2013-09-091-2/+5
| |/ /
| * | reword exec docs for clarityAndre Arko2013-09-061-3/+3
| * | exec flags must go before the commandAndre Arko2013-09-061-1/+1