summaryrefslogtreecommitdiff
path: root/spec/cache
Commit message (Expand)AuthorAgeFilesLines
* match up test name with other gemspec-caching testAndre Arko2013-02-021-1/+1
* add ABI platforms :ruby_20 and :mri_20Andre Arko2012-12-201-2/+2
* clean up caching git gem specs, add testAndre Arko2012-12-081-0/+19
* change to new expect syntax for rspecTerence Lee2012-10-094-59/+59
* fix a few warnings that show up while running specsrohit2012-10-021-5/+3
* don't display warning if Bundler.settings[:cache_all] is setTerence Lee2012-07-171-0/+14
* add warning message for `bundle pack --all` if not used with git reposTerence Lee2012-07-171-0/+13
* Prune git and path directories inside vendor/cache, closes #1988José Valim2012-07-172-0/+20
* Don't actually care if git repo is inside the repository, always cache it, cl...José Valim2012-07-171-0/+18
* Ensure packaged path repos can be updated.José Valim2012-03-221-0/+22
* Ensure packaged git repos can be updated.José Valim2012-03-221-11/+55
* Just cache git and path is --all is given.José Valim2012-03-203-58/+116
* Path and Git should also be packaged.José Valim2012-03-202-4/+77
* Fixed regex error in base_name and added test.Matthew Smith2011-06-211-5/+2
* Fixed tabs in source.rb and added test in git_spec.rbMatthew Smith2011-06-211-2/+1
* Added test for git uri as a network share.Matthew Smith2011-06-201-0/+7
* closes #1171Terence Lee2011-05-171-0/+11
* Closes #707. bundle package removes .gem when source is changed to gitTerence Lee2010-11-101-0/+14
* github is spelled with 1 tTerence Lee2010-11-101-1/+1
* Enable fetching gems from vendor/cache during install time when it is present...Carl Lerche2010-08-061-0/+11
* mri_19 is the valid platformSantiago Pastorino2010-07-261-2/+2
* Fixes a bug where cached gems for other platforms were being removed when run...Carl Lerche2010-07-241-2/+11
* mri platform addedSantiago Pastorino2010-07-231-1/+8
* Remove the call to lock from Runtime#initializeCarlhuda2010-07-191-1/+23
* Don't claim to be deleting gems from vendor/cache when nothing actually happensCarl Lerche2010-07-152-3/+13
* Don't delete cached gems for dependencies that are pinned to certain platformsCarl Lerche2010-07-141-0/+41
* Remove standalone #git in the DSL. Instead, use the block form of #git and pu...wycats2010-07-091-2/+3
* Add bundle install --local to enable installing from vendor/cacheCarl Lerche2010-06-231-8/+7
* Pendify specs that are related gem cachesCarl Lerche2010-06-221-0/+3
* Actually simulate different platforms in specsCarl Lerche2010-06-221-7/+10
* Bring back a spec describing the cache being updated when the bundle is updatedCarl Lerche2010-06-091-3/+1
* Fix cache output specsAndre Arko2010-06-082-2/+2
* Add a first spec for cross platform bundle installsCarl Lerche2010-06-011-1/+1
* Add a warning message when caching paths outside of the bundleCarl Lerche2010-05-051-0/+27
* Turn bundle lock and bundle unlock into no-opsCarl Lerche2010-04-261-0/+1
* Fix specs to work with autolocked installsAndre Arko2010-04-231-1/+2
* Pruning should handle directories and non-gem files in vendor/cacheAndre Arko2010-04-231-0/+6
* Gems with a platform of "ruby" still need to be prunedAndre Arko2010-04-231-1/+2
* cache command should not prune gems for other platformsAndre Arko2010-04-231-0/+18
* cache command no longer prunes gems built with older rubygems versionsAndre Arko2010-04-231-0/+11
* Cache command now prunes stale .gem files from vendor/cacheAndre Arko2010-04-231-1/+49
* Require spec_helperCarlhuda2010-04-222-2/+2
* Git#base_name should escape dirpath.hasimo2010-03-041-0/+9
* Actually prioritize installed gems over vendor/cacheCarl Lerche2010-02-261-2/+13
* Make sure that gems are not reinstalled if they are packed and already on the...Carl Lerche2010-02-231-0/+15
* bundle pack will cache and lockCarl Lerche2010-02-182-0/+46