aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other
Commit message (Expand)AuthorAgeFilesLines
* Remove more old lock codeCarl Lerche2010-05-051-1/+1
* Turn bundle lock and bundle unlock into no-opsCarl Lerche2010-04-261-2/+1
* Remove deprecated lock specsCarl Lerche2010-04-261-16/+0
* Make sure extra RUBYOPT args don't cause spec failures.Brian Donovan2010-04-231-2/+3
* Fix up bundle init --gemspecJoshua Hull2010-04-231-2/+3
* Fix spec warningsAndre Arko2010-04-232-8/+8
* Update bundle show to take into consideration the new install / lock semanticsCarlhuda2010-04-221-4/+4
* Remove irrelevant testsCarlhuda2010-04-212-10/+2
* Require spec_helperCarlhuda2010-04-207-7/+7
* Pretty error when trying to exec something that is not executableAndre Arko2010-04-151-0/+20
* The shared helpers need to load Rubygems nowAndre Arko2010-04-101-2/+10
* Add console commandJacques Crocker2010-04-081-0/+102
* Don't duplicate RUBYOPT if it has already been set somehowAndre Arko2010-04-071-0/+13
* Don't print git gem shas twice during bundle showAndre Arko2010-04-031-0/+10
* Improve DSL, Gemfile, and command error messagesAndre Arko2010-04-031-2/+2
* Get the SHA1 from the git checkout, not the git sourceAndre Arko2010-04-021-6/+9
* Show command now outputs branch names other than master. Closes 239.Andre Arko2010-04-021-0/+28
* Fix check, show, and open commands while locked. Closes #237.Andre Arko2010-04-023-3/+50
* Fix exitcode checks to work on all rubiesAndre Arko2010-04-021-13/+13
* Bundler.setup now loads .bundle/environment.rb if it is currentAndre Arko2010-04-021-0/+1
* Add --gemspec option to `bundle init`Joshua Hull2010-03-301-0/+21
* Allow the VISUAL environment variable for GUI editorsTom Lea2010-03-301-2/+7
* Include executables in virtual gemspecsAndre Arko2010-03-241-17/+87
* Fix exec'ing bins from gems with :path option set while lockedAndre Arko2010-03-181-8/+36
* Respect --without in check, and exit 1 if the check failsSimon Chiang2010-03-171-1/+14
* Fix exec spec to run on linuxAndre Arko2010-03-121-1/+1
* Don't print stderr output from specs if expectedAndre Arko2010-03-111-1/+1
* No more "useless use of ==" warningsAndre Arko2010-03-111-2/+2
* Fix `bundle check` when there are gems that are cached but not installedCarl Lerche2010-03-091-0/+19
* Use locked env.rb in `bundle exec` if it is available. Closes issue #177.Rhett Sutphin2010-03-041-0/+12
* Added an open command, and show GEM for gem locations.Tom Ward2010-03-022-0/+40
* Refactor default_spec stuffCarlhuda2010-02-221-18/+0
* Add failing exec after --without specAndre Arko2010-02-221-0/+18
* Fix quality spec failureCarlhuda2010-02-221-1/+1
* Fix testCarlhuda2010-02-221-1/+2
* Testing execCarlhuda2010-02-221-0/+15
* Reinstate quality_specCarlhuda2010-02-191-1/+1
* Only cleanup outdated bundlers, not all gemsAndre Arko2010-02-131-1/+1
* Have the bundle command explode with a helpful error message if older version...Carl Lerche2010-02-102-4/+10
* Regenerate .bundle/environment.rb during bundle checkCarl Lerche2010-02-101-4/+17
* bundle check exits with nonzero status if deps are unsatisfied. (Testable on ...Jeremy Kemper2010-02-061-1/+4
* Handle rubygems executable wrappers betterCarl Lerche2010-02-051-0/+29
* Improve bundle execCarl Lerche2010-02-051-3/+21
* Fixes a number of issues, including superfluous fetches when packed or lockedCarlhuda2010-02-021-1/+1
* A first pass of bundle execCarl Lerche2010-01-312-1/+18
* Improve bundle check outputCarl Lerche2010-01-261-0/+11
* Renamed bbl to bundleCarl Lerche2010-01-262-7/+7
* Rename Bubble to GemfileCarlhuda2010-01-251-1/+1
* Do not automatically set the gem sourcesCarl Lerche2010-01-191-2/+11
* Add bbl checkCarl Lerche2010-01-131-0/+43