aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Ruby 1.8.7 does not have lookbehind ; fix the regex.Richard Michael2012-05-041-1/+1
* Sort `bundle outdated` output (as `bundle show`) ; add tests.Richard Michael2012-05-042-3/+16
* prepend platform list item with a *Terence 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
* ruby version check for bundle#checkTerence Lee2012-05-031-0/+76
* ruby version check for bundle#installYehuda Katz and Terence Lee2012-05-034-1/+107
* fix some whitespaceTerence Lee2012-05-031-1/+1
* remove focusing on testsTerence Lee2012-05-031-1/+1
* initial work on ruby_version dslTerence Lee2012-05-031-0/+94
* Added --full-index option to bundle update re #1715Bradley Schaefer2012-04-101-8/+21
* Merge branch '1-1-stable'Terence Lee2012-03-232-0/+27
|\
| * #1789. test when regex chars are in bundler rootTerence Lee2012-03-231-0/+23
| * helper for custom app roots in specsTerence Lee2012-03-231-0/+4
* | Ensure packaged path repos can be updated.José Valim2012-03-221-0/+22
* | Ensure packaged git repos can be updated.José Valim2012-03-221-11/+55
* | Merge branch '1-1-stable'Terence Lee2012-03-202-0/+140
|\|
| * Fixes #1782. Don't remove duplicate PATH sourcesTerence Lee2012-03-201-0/+14
| * Test case for bundle install not checking out gitTerence Lee2012-03-201-0/+126
* | Just cache git and path is --all is given.José Valim2012-03-203-58/+116
* | Path and Git should also be packaged.José Valim2012-03-202-4/+77
* | Ensure tests pass on 1.8.7.José Valim2012-03-191-4/+5
* | Use local.rack as override config instead of rack.local.José Valim2012-03-191-8/+8
* | Add support to --local, --global and --delete in bundle config.José Valim2012-03-191-22/+119
* | Initial implementation of local git repos.José Valim2012-03-192-2/+150
* | Merge pull request #1757 from nashby/bundlerAndre Arko2012-03-141-0/+12
|\ \
| * | add --quiet option to bundle update, closes #1654Vasiliy Ermolovich2012-03-151-0/+12
* | | Merge branch '1-1-stable'Terence Lee2012-03-146-7/+18
|\ \ \ | |/ / |/| / | |/
| * fix bundle cache edge case for #1202Terence Lee2012-03-131-1/+2
| * Fix URI exception by encoding gem names for rubygems dependency API #1672rohit2012-03-101-0/+10
| * avoid warning from setting encoding if possibleAndre Arko2012-03-101-1/+1
| * fix void use of == warningAndre Arko2012-03-101-2/+2
| * somewhat confusingly, Bundler.ui.error is STDOUTAndre Arko2012-03-101-1/+1
| * clarify that "no sources" means only local sourcesAndre Arko2012-03-101-2/+2
* | Merge branch '1-1-stable'Terence Lee2012-03-073-0/+92
|\|
| * Clean up corrupted lockfilestomhuda2012-03-072-0/+76
| * #1694: add failing test for duplicate git sourcesTerence Lee2012-03-061-0/+16
| * support post_install_message when using the endpointTerence Lee2012-03-051-0/+21