summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.9.120.9.12Andre Arko2010-03-172-3/+3
* Respect --without in check, and exit 1 if the check failsSimon Chiang2010-03-173-10/+24
* Quote all git paths, add a specAndre Arko2010-03-172-4/+14
* Eval locked specs in context of their directory, tooAndre Arko2010-03-172-44/+94
* Virtual specs now printed directly into environment.rbAndre Arko2010-03-174-5/+13
* Add a failing test for a locked git-based gem without a gemspec.Eric Lindvall2010-03-171-0/+12
* Specification#loaded_from should return a String for fake specs, tooEric Lindvall2010-03-162-1/+3
* Fix up rake error when rspec isn't installed, add more task descriptionsAndre Arko2010-03-161-3/+3
* Give a specific, useful error if there are no sources in the GemfileAndre Arko2010-03-162-0/+14
* Ruby 1.9 has weird Rubygem plugin issues -- we need to fix thingsAndre Arko2010-03-161-1/+0
* Quote path to git repo, so spaces don't break itAndre Arko2010-03-151-1/+1
* Clarify installing --without in the readmeAndre Arko2010-03-151-1/+1
* Mark non-functional rubygems plugin spec 'pending'Andre Arko2010-03-131-0/+1
* Fix Rakefile encoding for 1.9Andre Arko2010-03-131-0/+1
* Fix parenthesize warning in 1.9Andre Arko2010-03-131-1/+1
* Rubygems 1.3.5 is no longer supportedAndre Arko2010-03-131-1/+1
* Move syntax-error-fixing paren to the right placeAndre Arko2010-03-121-1/+1
* Fix syntax error on 1.9Andre Arko2010-03-121-1/+1
* Fix exec spec to run on linuxAndre Arko2010-03-121-1/+1
* Spec tasks to run on 1.8.6, 1.8.7, and 1.9.2Andre Arko2010-03-121-4/+29
* Don't print stderr output from specs if expectedAndre Arko2010-03-114-11/+18
* No more "useless use of ==" warningsAndre Arko2010-03-115-18/+23
* Refactor spec grouping to use the SpecSetCarl Lerche2010-03-118-41/+165
* Move writing the ruby lock to EnvironmentCarl Lerche2010-03-105-72/+78
* Rename Installer#index to #remote_index and move Runtime#index to Environment.Carl Lerche2010-03-103-24/+12
* Unify the Installer's local index and the runtime indexCarl Lerche2010-03-103-3/+28
* Move around the install specsCarl Lerche2010-03-106-578/+586
* Update the changelogCarl Lerche2010-03-101-0/+6
* Add troubleshooting suggestions to the readmeAndre Arko2010-03-101-1/+6
* Link to more detailed Rails 2.3.5 blogpost, ask for more info on ticketsAndre Arko2010-03-102-4/+6
* Remove post-install instructions for 0.10, update gemspecAndre Arko2010-03-102-7/+3
* Merge branch 'v0.9'Carl Lerche2010-03-1013-85/+165
|\
| * Refactor the index stuffCarl Lerche2010-03-102-26/+4
| * Refactor indexesCarl Lerche2010-03-105-50/+64
| * Update the RakefileCarl Lerche2010-03-092-3/+3
| * Use tsort to order specifications. It makes teh crazy work.Carl Lerche2010-03-096-14/+102
* | Flesh out changelogAndre Arko2010-03-101-8/+100
* | Version 0.10.preAndre Arko2010-03-091-1/+1
|/
* Add changelog, standardize text filesAndre Arko2010-03-095-52/+63
* Bump the version to 0.9.110.9.11Carl Lerche2010-03-092-3/+3
* Add more specs for multiple groupsCarlhuda2010-03-091-0/+32
* Add the ability to specify a gem in multiple groupsCarlhuda2010-03-092-48/+82
* Reorganize the install specsCarlhuda2010-03-091-183/+186
* Don't constantly reinstall packed gemsCarlhuda2010-03-092-1/+20
* Raise a better error in the case that a git repo is not cloned yet.Carl Lerche2010-03-095-12/+36
* Install gems from the cache when present.Carlhuda2010-03-094-13/+39
* Don't fetch remote specs when running bundle install --without * multiple tim...Carlhuda2010-03-092-2/+10
* Fix `bundle check` when there are gems that are cached but not installedCarl Lerche2010-03-092-4/+30
* Always sort rake first in the dependency listCarlhuda2010-03-098-39/+36
* Validate command switchesAndre Arko2010-03-091-1/+1