aboutsummaryrefslogtreecommitdiffstats
path: root/spec/install
Commit message (Expand)AuthorAgeFilesLines
* Move a bundle update spec for git into update/source_spec.rbCarl Lerche2010-05-081-4/+3
* Don't build the full gem to only get bin stubs for path sourcesCarl Lerche2010-05-051-0/+13
* Remove deprecated lock specsCarl Lerche2010-04-261-16/+0
* Remove Source#lock as it is no longer neededCarl Lerche2010-04-261-0/+1
* Fix specs to work with autolocked installsAndre Arko2010-04-231-1/+1
* Fetch submodules for git sourcesAndre Arko2010-04-231-0/+18
* Sometimes gemspecs have absolute paths in them that are too longAndre Arko2010-04-231-16/+0
* When Bundler is being bundled, bundle the current version of bundlerAndre Arko2010-04-231-0/+43
* Refactor arch spec a bitAndre Arko2010-04-231-7/+3
* Cache command now prunes stale .gem files from vendor/cacheAndre Arko2010-04-231-22/+2
* Fetch full arch from RemoteSpecifications before installingAndre Arko2010-04-231-0/+32
* Ignore cached gems with the wrong platformAndre Arko2010-04-231-13/+32
* Fix platform specs so they are actually _capable_ of failingAndre Arko2010-04-231-8/+43
* Remove generated .gem files after installing a gem from a :pathAndre Arko2010-04-231-1/+11
* Have bundler install to $GEM_HOME by default instead of ~/.bundle. This still...Carlhuda2010-04-221-1/+3
* Fix git with the new lockfile formatCarlhuda2010-04-222-0/+4
* Remove temporary flex stuffCarlhuda2010-04-201-1/+2
* Start using the new lockfile format when installingCarlhuda2010-04-201-4/+0
* Write tests for the format of the new lockfileCarlhuda2010-04-201-2/+5
* Require spec_helperCarlhuda2010-04-2010-10/+10
* Spec for removing child depsCarlhuda2010-04-191-1/+21
* Merge in v0.9.21Andre Arko2010-04-172-3/+80
|\
| * Load YAML gemspecsJoshua Hull2010-04-141-1/+18
| * Fetch git sources with --forceAndre Arko2010-04-111-0/+22
| * Handle Rubygems sources that have no prerelease specs with a warningAndre Arko2010-04-111-2/+40
* | Merge 0.9.18Andre Arko2010-04-081-0/+25
|\|
| * Remove unneeded spec outputAndre Arko2010-04-081-3/+0
| * Fix Bundler.setup so it can be called more than once safelyAndre Arko2010-04-081-0/+25
* | Remove unneeded spec outputAndre Arko2010-04-081-3/+0
* | Remove gems without impacting previously installed gemsCarlhuda2010-04-071-1/+50
* | Test adding new gems with child dependenciesCarlhuda2010-04-071-7/+46
* | flex_install allows adding gems to the gemfileCarlhuda2010-04-071-3/+2
* | Add Bundler.flexdef, move locking into Environment, and lock from flex_installCarlhuda2010-04-071-0/+19
* | temprorary flex_install command as 0.10 install is builtCarlhuda2010-04-071-0/+34
* | Merge in 0.9.17Andre Arko2010-04-074-2/+38
|\|
| * Attempted spec for long-name tar error. Passes, though.Andre Arko2010-04-031-0/+20
| * Improve DSL, Gemfile, and command error messagesAndre Arko2010-04-032-2/+3
| * If an option is invalid, don't fail silentlywycats2010-04-021-0/+17
| * Update cached gems after running `bundle install`Andre Arko2010-04-021-0/+15
| * Fix bug where you could not float on branches (Closes #211)Carlhuda2010-04-011-2/+18
| * Remove broken rubygems plugins that only load in Ruby 1.9Andre Arko2010-03-301-7/+27
| * Ensure git sources are checked out before using themJoshua Hull2010-03-301-0/+12
| * Fix a bug where dependencies were not getting pulled in if the dependency typ...Carl Lerche2010-03-231-0/+20
* | If an option is invalid, don't fail silentlywycats2010-04-011-0/+17
* | Fix bug where you could not float on branches (Closes #211)Carlhuda2010-04-011-2/+18
* | Disable shared gems if installing to a given pathAndre Arko2010-04-011-3/+4
* | Remove broken rubygems plugins that only load in Ruby 1.9Andre Arko2010-03-301-7/+27
* | Ensure git sources are checked out before using themJoshua Hull2010-03-291-0/+12
* | Revert "Add the ability to prioritize specs in an index." until I can figure ...Andre Arko2010-03-262-44/+0
* | Add the ability to prioritize specs in an index.Carl Lerche2010-03-192-0/+44