summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 1.2.0.rc with changelogv1.2.0.rcTerence Lee2012-07-172-1/+21
* don't need these tests in 1.2Terence Lee2012-07-171-21/+0
* Merge branch '1-1-stable'Terence Lee2012-07-172-0/+27
|\
| * Version 1.1.5 with changelogv1.1.51-1-stableTerence Lee2012-07-172-1/+7
| * special case `ruby` directiveTerence Lee2012-07-172-0/+27
| * Fix typos in error messagesMani Tadayon2012-06-052-2/+2
* | rename --no-lock to --dry-runTerence Lee2012-07-172-4/+4
* | Make locking the Gemfile optional on $ bundle checkSven Fuchs2012-07-172-2/+17
* | don't display warning if Bundler.settings[:cache_all] is setTerence Lee2012-07-172-3/+17
* | add warning message for `bundle pack --all` if not used with git reposTerence Lee2012-07-171-0/+13
* | remove unnecessary '|| nil'Terence Lee2012-07-171-1/+1
* | Prune git and path directories inside vendor/cache, closes #1988José Valim2012-07-174-24/+77
* | Don't actually care if git repo is inside the repository, always cache it, cl...José Valim2012-07-172-1/+26
* | loosen ruby directive for enginesTerence Lee2012-07-122-2/+168
* | Check for nil PATHAndre Arko2012-07-051-1/+1
* | Merge pull request #1998 from postmodern/patch-1Ryan Bigg2012-06-211-1/+1
|\ \
| * | Oops. That should be $/, which is "\n" on UNIX systems and "\r\n" on Windows.Postmodern2012-06-201-1/+1
* | | Merge pull request #2001 from postmodern/txtRyan Bigg2012-06-213-1/+2
|\ \ \ | |/ / |/| |
| * | Check that LICENSE.txt was created.Postmodern2012-06-211-0/+1
| * | Add the .txt extension to the LICENSE file.Postmodern2012-06-212-1/+1
|/ /
* | Update vendored thor to version 0.15.2Erik Michaels-Ober2012-06-1524-241/+592
* | kill the stray spaceAndré Arko2012-06-141-1/+1
* | minor grammar tweakAndré Arko2012-06-141-3/+3
* | Ensure branch checks are enforced on local overrides, closes #1837José Valim2012-06-141-1/+3
* | specs: check :branch for local overrides on runtimeDavid Lee2012-06-142-5/+92
* | Add config disable_local_branch_check, closes #1985José Valim2012-06-142-2/+23
* | Merge remote-tracking branch 'rkh/optional-branch'André Arko2012-06-122-2/+26
|\ \
| * | do not explode if branch is not given for local git reposKonstantin Haase2012-05-212-9/+3
* | | Merge pull request #1980 from phil-monroe/masterAndré Arko2012-06-122-32/+2
|\ \ \
| * | | remove all requirements for local override.Phil Monroe2012-06-122-8/+2
| * | | Allowing git local override to to accept :branch, :tag or :refPhil Monroe2012-06-122-28/+4
|/ / /
* | | Describe how to check for problematic gemsAndré Arko2012-06-091-3/+3
* | | handle syntax errors in Ruby gemspecsAndré Arko2012-06-091-4/+4
* | | require 'newgem/version'André Arko2012-06-091-3/+5
* | | Rakefiles aren't really supposed to be executableAndré Arko2012-06-091-1/+0
* | | Merge pull request #1920 from drogus/gem_path_fixAndré Arko2012-06-073-0/+24
|\ \ \
| * | | Always try to keep original GEM_PATHPiotr Sarnacki2012-06-073-0/+24
* | | | Merge pull request #1962 from bowsersenior/bundlerTerence Lee2012-06-052-2/+2
|\ \ \ \
| * | | | Fix typos in error messagesMani Tadayon2012-06-042-2/+2
* | | | | fall back on the full index during has syck errorsAndré Arko2012-05-311-6/+5
|/ / / /
* | | | explain the problem when Gemfile.lock isn't writableAndré Arko2012-05-292-0/+30
* | | | clearer explanation of submodule recursionAndré Arko2012-05-271-1/+1
* | | | Changelog for v1.2.0.pre.1v1.2.0.pre.1André Arko2012-05-271-0/+20
* | | | Merge v1.1.4 from branch '1-1-stable'André Arko2012-05-279-29/+82
|\ \ \ \ | | |_|/ | |/| |
| * | | Version 1.1.4 with changelogAndre Arko2012-05-272-1/+11
| * | | Revert "suppress rubygems deprecations during artifice setup"Andre Arko2012-05-271-27/+14
| * | | make tests pass under travis.Tim Miller2012-05-271-1/+6
| * | | work around Ruby bug empty files in YAML.load_fileAndre Arko2012-05-271-2/+10
| * | | print the backtrace of install errors in verbose modeAndre Arko2012-05-271-0/+1
| * | | instructions for when OpenSSL is missingAndre Arko2012-05-272-0/+44