summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Version 1.3.1 with changelogv1.3.1Andre Arko2013-03-031-1/+1
* delay rubygems/security so we can catch LoadErrorsAndre Arko2013-03-022-8/+18
* re-handle rubygems requiring opensslAndre Arko2013-03-021-0/+8
* useless beginAndre Arko2013-03-021-19/+17
* trace fetch errors, don't rescue twice needlesslyAndre Arko2013-03-011-3/+2
* make 'install' and 'build' tasks depend on 'build'Suraj N. Kurapati2013-03-011-9/+11
* Be sure that correct version of openssl is usedAndreas Loupasakis2013-02-271-1/+1
* handle more cert validation failuresAndre Arko2013-02-261-2/+6
* argh whitespaceAndre Arko2013-02-261-2/+2
* silence warnings etc during `platforms`Andre Arko2013-02-251-3/+5
* oh wonderful, I have invented log levelsAndre Arko2013-02-253-40/+47
* Version 1.3.0 and changelogv1.3.0Andre Arko2013-02-241-1/+1
* Merge pull request #2326 from softace/verbose_resolverAndre Arko2013-02-241-0/+6
|\
| * Added dots for activityJarl Friis2013-02-211-0/+6
* | Merge pull request #2329 from chastell/bugs/remove_warningsAndre Arko2013-02-241-4/+4
|\ \
| * | minor rename to remove variable shadowing warningPiotr Szotkowski2013-02-241-4/+4
* | | Merge v1.2.5Andre Arko2013-02-241-0/+1
|\ \ \
| * | | Version 1.2.5 and changelogv1.2.51-2-stableAndre Arko2013-02-241-1/+1
| * | | work even without OpenSSL, but only for httpAndre Arko2013-02-172-10/+42
| * | | backport CertificateFailureError message fixAndre Arko2013-02-151-5/+27
| * | | don't need to path up a pathAndre Arko2013-02-131-3/+2
| * | | only create bindir onceAndre Arko2013-02-131-1/+1
| * | | warn on deprecated symbol sourceAndre Arko2013-02-131-0/+3
| * | | squelch all output during local check resolveAndre Arko2013-02-131-2/+2
| * | | Stop socket from doing a reverse dns lookupJames Tucker2013-02-131-0/+2
| * | | Version 1.2.4 and changelogAndre Arko2013-02-131-1/+1
| * | | handle 413 gracefully in verbose modeAndre Arko2013-02-131-4/+9
* | | | multiline ternary? grossAndre Arko2013-02-241-2/+4
* | | | memoize system gem versionAndre Arko2013-02-241-0/+4
* | | | this doesn't work with LazySpecs :(Andre Arko2013-02-241-8/+2
* | | | don't resolve gems requiring a greater ruby versionAndre Arko2013-02-211-2/+8
* | | | don't use frozen strings in SystemRubyVersionAndre Arko2013-02-211-5/+5
* | | | extract ill-formed version handlerAndre Arko2013-02-211-17/+15
| |_|/ |/| |
* | | ughhhh so dumbAndre Arko2013-02-181-1/+1
* | | leave .bat gem bins tooAndre Arko2013-02-181-1/+2
* | | stop shelling out to whichAndre Arko2013-02-181-7/+3
* | | Remove default version on `gem` method calls since it was never being evaluatedSteve Richert2013-02-181-1/+1
* | | Merge pull request #2144 from brettporter/bool-settingsAndre Arko2013-02-181-2/+11
|\ \ \
| * | | support setting boolean environment variablesBrett Porter2012-11-021-2/+11
* | | | Merge pull request #2088 from benmoss/rake_release_uncommittedAndre Arko2013-02-181-1/+5
|\ \ \ \
| * | | | rake:release should guard against both uncommitted and unstaged changesBen Moss2012-09-051-1/+5
* | | | | abstract Marshal.load failuresAndre Arko2013-02-182-5/+15
* | | | | Merge pull request #2007 from zofrex/issue-2000Andre Arko2013-02-172-15/+21
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into issue-2000zofrex2012-11-1124-119/+398
| |\ \ \ \ \
| * | | | | | Issue #2000 improve error messagezofrex2012-07-091-1/+1
| * | | | | | Raise error if Gemfile.lock contains conflict markers, closes #2000zofrex2012-06-291-0/+2
| * | | | | | Issue #2000 Add test for conflict markers in Gemfile.lockzofrex2012-06-291-0/+1
* | | | | | | handle show bundler correctlyAndre Arko2013-02-171-5/+13
* | | | | | | check update gems against lockAndre Arko2013-02-171-2/+7
* | | | | | | work even without OpenSSL, but only for httpAndre Arko2013-02-172-15/+36