summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.9.130.9.13Andre Arko2010-03-231-1/+1
* Remove debugging line from specsAndre Arko2010-03-231-1/+0
* Set GEM_HOME and GEM_PATH correctly when lockedAndre Arko2010-03-233-6/+47
* Quote paths with double quotes for WindowsAndre Arko2010-03-231-3/+3
* Add working DEBUG and DEBUG_RESOLVER modesAndre Arko2010-03-232-3/+7
* Helperize resolveCarlhuda2010-03-232-13/+8
* Move more stuff upstream into EnvironmentCarlhuda2010-03-233-24/+20
* Fix a bug where dependencies were not getting pulled in if the dependency typ...Carl Lerche2010-03-233-1/+23
* Fix exec'ing bins from gems with :path option set while lockedAndre Arko2010-03-182-9/+39
* Remove unneeded virtual attribute on SpecificationAndre Arko2010-03-183-3/+2
* Remove the whole tmp directory before running specs.Brian Donovan2010-03-181-0/+5
* Bump version to 0.9.13.preAndre Arko2010-03-181-1/+1
* 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
|/