summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* don't need these tests in 1.2Terence Lee2012-07-171-21/+0
* Merge branch '1-1-stable'Terence Lee2012-07-171-0/+21
|\
| * special case `ruby` directiveTerence Lee2012-07-171-0/+21
| * Fix typos in error messagesMani Tadayon2012-06-051-1/+1
* | rename --no-lock to --dry-runTerence Lee2012-07-171-2/+2
* | Make locking the Gemfile optional on $ bundle checkSven Fuchs2012-07-171-1/+14
* | don't display warning if Bundler.settings[:cache_all] is setTerence Lee2012-07-171-0/+14
* | add warning message for `bundle pack --all` if not used with git reposTerence Lee2012-07-171-0/+13
* | Prune git and path directories inside vendor/cache, closes #1988José Valim2012-07-172-0/+20
* | Don't actually care if git repo is inside the repository, always cache it, cl...José Valim2012-07-171-0/+18
* | loosen ruby directive for enginesTerence Lee2012-07-121-0/+164
* | Check that LICENSE.txt was created.Postmodern2012-06-211-0/+1
* | specs: check :branch for local overrides on runtimeDavid Lee2012-06-142-5/+92
* | Add config disable_local_branch_check, closes #1985José Valim2012-06-141-1/+16
* | Merge remote-tracking branch 'rkh/optional-branch'André Arko2012-06-121-2/+21
|\ \
| * | do not explode if branch is not given for local git reposKonstantin Haase2012-05-211-2/+2
* | | remove all requirements for local override.Phil Monroe2012-06-121-2/+2
* | | Allowing git local override to to accept :branch, :tag or :refPhil Monroe2012-06-121-21/+2
* | | Merge pull request #1920 from drogus/gem_path_fixAndré Arko2012-06-071-0/+14
|\ \ \
| * | | Always try to keep original GEM_PATHPiotr Sarnacki2012-06-071-0/+14
| |/ /
* | | Fix typos in error messagesMani Tadayon2012-06-041-1/+1
* | | explain the problem when Gemfile.lock isn't writableAndré Arko2012-05-291-0/+25
* | | Merge v1.1.4 from branch '1-1-stable'André Arko2012-05-271-0/+34
|\ \ \ | | |/ | |/|
| * | Revert "suppress rubygems deprecations during artifice setup"Andre Arko2012-05-271-27/+14
| * | instructions for when OpenSSL is missingAndre Arko2012-05-271-0/+34
| * | grammar fix for spec nameAndre Arko2012-05-271-1/+1
| * | suppress rubygems deprecations during artifice setupAndre Arko2012-05-271-14/+27
* | | Revert "return the right error code for bundle exec with ruby version"Andre Arko2012-05-261-1/+0
* | | Revert "bundle exec does less work"Andre Arko2012-05-262-23/+2
* | | return the right error code for bundle exec with ruby versionTerence Lee2012-05-251-0/+1
* | | spacingTerence Lee2012-05-251-2/+2
* | | bundle exec does less worktomhuda2012-05-252-2/+23
* | | Revert "test for 4e855b9e707b7d87f8f330f23d1280bd9a923ef7"Terence Lee2012-05-241-19/+1
* | | test for 4e855b9e707b7d87f8f330f23d1280bd9a923ef7Terence Lee2012-05-241-1/+19
| |/ |/|
* | bundle check fails w/o Gemfile.lock and frozenTerence Lee2012-05-091-0/+14
* | prepend platform list item with a *v1.2.0.preTerence Lee2012-05-041-3/+3
* | RUBY_ENGINE is not defined in ruby 1.8.7Terence Lee2012-05-033-3/+3
* | rename ruby_spec.rb to platform_spec.rb to match cli commandTerence Lee2012-05-031-0/+0
* | finish --ruby flag on bundle platformTerence Lee2012-05-031-4/+4
* | change dsl for ruby_version to rubyTerence Lee2012-05-031-65/+133
* | don't print engine information for MRITerence Lee2012-05-031-2/+2
* | ruby version check for bundle#outdatedTerence Lee2012-05-031-0/+89
* | rename 'bundle ruby' to 'bundle platform'Terence Lee2012-05-031-8/+8
* | ruby version check for bundle#console and Bundler.setupTerence Lee2012-05-031-6/+191
* | ruby version check for bundle#execTerence Lee2012-05-031-3/+55
* | ruby version check for bundle#packTerence Lee2012-05-031-0/+56
* | ruby version check for bundle#cacheTerence Lee2012-05-031-0/+56
* | ruby version check for bundle#showTerence Lee2012-05-031-0/+59
* | refactor ruby version check testsTerence Lee2012-05-031-30/+44
* | ruby version check for bundle#updateTerence Lee2012-05-031-0/+81