aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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.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
* Vendor Thor 0.13.4Andre Arko2010-03-095-9/+37
* Allow :tag option for :gitFred Wu2010-03-081-1/+1
* Add --gemfile option to bundle installAndre Arko2010-03-052-0/+18
* Fix 1.9Carl Lerche2010-03-051-1/+1
* Fix a bug introduced by monkey patching Gem::DependencyCarl Lerche2010-03-052-0/+24
* Git#base_name should escape dirpath.hasimo2010-03-042-1/+10
* cache_path need 'file://' prefix when checkout from private git urlhasimo2010-03-041-1/+1
* Use locked env.rb in `bundle exec` if it is available. Closes issue #177.Rhett Sutphin2010-03-042-2/+19
* Suppress "parenthesize argument(s) for future version" warning in ruby 1.8.6....Rhett Sutphin2010-03-041-1/+1
* Fix invalid spec warning to work with Rubygems 1.3.6Andre Arko2010-03-031-2/+2
* Fix specs so new locked require tests pass in the full suiteAndre Arko2010-03-021-48/+11
* Added an open command, and show GEM for gem locations.Tom Ward2010-03-024-9/+68
* Add a roadmapCarlhuda2010-03-023-4/+55
* Eval gemspecs passing in the path to the file (for backtraces)Carlhuda2010-03-021-1/+1
* Convert all groups to symbols in environment.rb's implementation of require. ...Rhett Sutphin2010-03-021-1/+1
* Specs which demonstrate cause of the problem reported as #153.Rhett Sutphin2010-03-021-0/+36
* Version bump to 0.9.11.preAndre Arko2010-03-012-2/+2
* Clarify low-memory deploy processAndre Arko2010-03-011-5/+1
* Bump to 0.9.10Andre Arko2010-03-012-3/+3
* Explain packaging for low-memory serversAndre Arko2010-02-271-1/+11
* Get specs running on 1.9Carl Lerche2010-02-262-0/+2
* Actually prioritize installed gems over vendor/cacheCarl Lerche2010-02-262-7/+18