aboutsummaryrefslogtreecommitdiffstats
path: root/spec/cache
Commit message (Expand)AuthorAgeFilesLines
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-152-12/+12
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-152-4/+0
* Revert "svn source support"Andre Arko2015-01-252-114/+0
* allow cache path to be configuredAndre Arko2015-01-251-0/+33
* don’t test exitstatus when it is unknownAndre Arko2015-01-201-2/+2
* we can have exitstatus and err at the same timeAndre Arko2015-01-191-2/+2
* Use Ruby 1.8-compatible hash syntaxMatijs van Zuijlen2014-05-151-2/+2
* Move test of valid platforms out of multi-platform specMatijs van Zuijlen2014-05-131-2/+1
* Ensure Gemspec.lock and Gemfile match in multi-platform cache specMatijs van Zuijlen2014-05-131-10/+3
* Demonstrate that call to bundle update fails in multi-platform specMatijs van Zuijlen2014-05-131-4/+8
* Added the test to check if install --local doesn't fetch specs remotelySmit Shah2014-05-111-0/+14
* svn source supportStefan Huber2014-04-222-0/+114
* cache gems even if they are ruby builtinsAndre Arko2014-04-131-22/+17
* Skip gems packaged with Ruby when packing.Andrew Bloomgarden2014-02-161-0/+36
* adding platform support for ruby 2.1Brandon Black2013-09-241-2/+2
* 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