summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
| * real-world spec for index search cache bugAndre Arko2011-10-022-0/+15
* | Merge pull request #1462 from carlhuda/bundlerTerence Lee2011-10-033-12/+35
|\ \
| * | output ouput everywhereAndre Arko2011-10-032-4/+4
| * | move the output logic outside the recursionAndre Arko2011-10-021-8/+8
| * | new plan, use the method outside the recursionAndre Arko2011-10-021-2/+2
| * | fixes #1445. Fix fetcher output.Terence Lee2011-10-021-0/+23
* | | Merge pull request #1467 from bensie/bundlerTerence Lee2011-10-031-0/+10
|\ \ \ | |/ / |/| |
| * | Add --shebang option to bundle install to use a different executable than the...James Miller2011-10-011-0/+10
| |/
* | fix specs :blush:Andre Arko2011-10-021-3/+3
* | fix build for ruby 1.8.7Terence Lee2011-10-021-1/+2
* | Merge pull request #1469 from carlhuda/ruby1.9.3_buildAndre Arko2011-10-024-23/+55
|\ \
| * | #1458. refactor load error testsTerence Lee2011-10-014-53/+45
| * | #1458. make load error messages more generic. build passes in ruby 1.9.3Terence Lee2011-10-013-17/+57
* | | use sinatra 1.2.7. 1.3.0 breaks the buildTerence Lee2011-10-021-1/+2
| |/ |/|
* | #1440. refactor basic auth testsTerence Lee2011-09-301-28/+36
* | #1440. hide basic auth creds from custom sourcesTerence Lee2011-09-303-15/+86
|/
* Fixes #1459. autoclean won't remove used bins.Terence Lee2011-09-301-0/+22
* Merge v1.0.20 from branch '1-0-stable'Andre Arko2011-09-275-10/+29
|\
| * load psych before yaml in the specsAndre Arko2011-09-221-0/+7
| * no need to for [Cc] in regex with /iJacob Burkhart & Josh Lane2011-09-221-1/+1
| * Make tests green again (result of small changes to output format)Jacob Burkhart & Josh Lane2011-09-224-10/+10
| * don't explode when cwd is an invalid regexAndre Arko2011-09-211-0/+12
* | use Bundler.system_gems even when sudo is neededAndre Arko2011-09-241-1/+1
* | Add Bundler.system_bindir, defaulted to Gem.bindirAndre Arko2011-09-241-7/+7
* | Merge v1.0.20.rc from branch '1-0-stable'Andre Arko2011-09-186-17/+96
|\ \ | |/
| * Allow clearing --without groupsAndre Arko2011-09-171-0/+14
| * String#capitalize downcases the rest of the string :(Andre Arko2011-09-171-0/+7
| * move gem_helper_spec to conventional locationAndre Arko2011-09-171-0/+0
| * Fix the help spec for the 0.8 errorAndre Arko2011-09-171-1/+2
| * lock down requirements order via String#<=>Andre Arko2011-09-171-2/+1
| * Fix fake yard for Rubygems 1.8.10+Andre Arko2011-09-141-1/+6
| * Merge pull request #1379 from radsaq/bundlerAndre Arko2011-09-131-0/+19
| |\
| | * Don't hose existing load paths if Bundle.setup is called a multiple times wit...Kevin Radloff2011-08-291-0/+19
| * | Merge pull request #1358 from robertwahler/bundlerAndre Arko2011-09-131-13/+47
| |\ \
| | * | Gemfile.lock should not be touched if nothing has changedRobert Wahler2011-08-181-13/+47
| | |/
* | | add --force to bundle clean, thanks @ebeigartsTerence Lee2011-09-181-1/+24
* | | change 'should be ==' to 'should eq()'Terence Lee2011-09-181-7/+7
* | | Pathnames to strings for ruby 1.9Andre Arko2011-09-171-2/+2
* | | adds a '--paths' flag to 'bundle show' to list all the paths of bundled gemsTieg Zaharia2011-09-171-0/+6
* | | Merge pull request #1425 from hone/bundlerAndre Arko2011-09-171-25/+127
|\ \ \
| * | | automatically clean on bundle update with --pathTerence Lee2011-09-171-1/+38
| * | | don't save bundle clean as a settingTerence Lee2011-09-171-10/+11
| * | | auto bundle clean on install, add --clean/--no-clean optionsTerence Lee2011-09-171-17/+81
* | | | Merge pull request #1361 from cowboyd/bundlerAndre Arko2011-09-171-0/+14
|\ \ \ \ | |/ / / |/| | |
| * | | make --standalone respect --pathCharles Lowell2011-08-191-0/+14
* | | | test that reachable gem repos aren't in the errorAndre Arko2011-09-171-0/+2
* | | | specs for :github DSL optionAndre Arko2011-09-151-0/+22
* | | | convert pathnames to strings for ruby 1.9Andre Arko2011-09-141-2/+4
* | | | fixes #1390: Clean up cached git dirs in bundle cleanTerence Lee2011-09-131-1/+24
* | | | Merge branch '1-0-stable'Terence Lee2011-09-122-0/+24
|\ \ \ \ | | |/ / | |/| |