summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v1.2.2'Andre Arko2012-11-157-36/+61
|\
| * make sure we require psych if gem failsAndre Arko2012-11-141-8/+11
| * you can have Psych without Psych::SyntaxError :\Andre Arko2012-11-141-1/+5
| * refactor psyched_yamlAndre Arko2012-11-141-17/+13
| * fix bundle viz error with githirochachacha2012-11-141-3/+22
| * handle broken OpenSSL more genericallyAndre Arko2012-11-142-10/+13
| * Version 1.2.2Terence Lee2012-11-141-1/+1
| * clean up rescue clause, and move comment to appropriate areaTerence Lee2012-11-142-2/+4
| * Fix for Ruby 1.8.7Simon Hengel2012-11-062-1/+7
| * we should be rescuing from Psych::SyntaxError, not SyntaxErrorAaron Patterson2012-11-031-1/+1
| * Version 1.2.1Terence Lee2012-09-181-1/+1
| * use the API_TIMEOUT constantTerence Lee2012-09-181-1/+1
| * use Net::HTTP's read_timeout setting insteadTerence Lee2012-09-181-1/+2
| * have a timeout around the gemcutter API endpointTerence Lee2012-09-151-1/+4
| * Revert "`clean` should not remove gems in the lockfile"Terence Lee2012-09-142-8/+4
| * Fix #2096. Definition#new use nil for ruby_version default valueTerence Lee2012-09-131-1/+1
* | don't require yaml until we need to write settingsAndre Arko2012-11-132-3/+4
* | all the specs now pass without this, so remove itAndre Arko2012-11-131-5/+0
* | delay loading rubygems/format until we use itAndre Arko2012-11-132-7/+4
* | extract classes in bundler/source for autoloadingAndre Arko2012-11-136-886/+923
* | improve comments in psyched_yamlAndre Arko2012-11-131-6/+6
* | Update vendored thor to v0.16.0Derek Kastner2012-11-108-35/+72
* | Merge pull request #2076 from davidcelis/fix-jruby-opensslAndré Arko2012-11-101-0/+1
|\ \
| * | Require openssl when bundling on JRubyDavid Celis2012-08-231-0/+1
* | | fix a method redefinition warningAaron Patterson2012-11-091-1/+2
* | | defined? instead of rescuing, namespace YamlErrorAndre Arko2012-11-061-10/+12
* | | Fix for Ruby 1.8.7Simon Hengel2012-11-062-2/+7
* | | Merge pull request #2126 from tomykaira/no_color_for_redirectAndré Arko2012-11-011-1/+1
|\ \ \
| * | | Disable ANSI coloring when output is redirectedtomykaira2012-10-191-1/+1
* | | | only parse specs as YAML if they look like YAML files, otherwise fallAaron Patterson2012-10-241-16/+24
* | | | requests can also raise EAGAIN on JRubyAndre Arko2012-10-231-1/+1
|/ / /
* | | don't lock development changes while injectingAndre Arko2012-10-021-2/+6
* | | ignore frozen while injectingAndre Arko2012-10-021-0/+5
* | | print a warning if locking while frozenAndre Arko2012-10-021-1/+1
* | | fix a few warnings that show up while running specsrohit2012-10-021-1/+1
* | | bump master to 1.3.0.preAndre Arko2012-10-011-1/+1
* | | Better meaning for slashless :github arg.☈king2012-10-011-1/+1
* | | Default new gem's gemspec to have MIT license.Brent Wheeldon2012-09-131-0/+1
* | | Catch Errno::ETIMEDOUT errors as well.Jon Moses2012-09-071-2/+2
* | | Merge branch '1-2-stable'Terence Lee2012-08-302-1/+2
|\ \ \ | | |/ | |/|
| * | Revert "Ruby 2.0 (trunk ruby) is not Ruby 1.9"v1.2.0Andre Arko2012-08-301-2/+2
| * | Version 1.2.0Terence Lee2012-08-301-1/+1
| * | bundle platform man pagesTerence Lee2012-08-301-0/+1
| * | Fix #2075. Return to old namespace behavior.Terence Lee2012-08-241-2/+3
* | | inject command with specsAndre Arko2012-08-261-0/+22
* | | injector class to handle gem injectionAndre Arko2012-08-263-1/+58
* | | linebreaks for easier to read DSL errorsAndre Arko2012-08-261-5/+5
* | | allow gemfile contents to be evaled from a stringAndre Arko2012-08-261-2/+3
* | | move gemfile error catching into eval_gemfileAndre Arko2012-08-261-5/+5
* | | Ignore new line breaks when parsing lockfilebrainopia2012-08-241-1/+1