aboutsummaryrefslogtreecommitdiffstats
path: root/spec/cache
Commit message (Expand)AuthorAgeFilesLines
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-3/+3
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-023-15/+15
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-023-15/+15
* Add Bundler.ui.deprecateStefan Lance2016-07-051-1/+1
* Fix typo in cache/platform_spec.rbYuki Asano2016-03-281-2/+2
* Compatibility with frozen string literalsSamuel Giddins2016-01-315-0/+5
* Clean up "Cloning into 'submodule-1.0'..." output messages from test suiteJames Wen2015-12-301-3/+3
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-262-2/+2
* quotable rubocopAndre Arko2015-08-131-1/+1
* make sure intersecting gem paths are cachedSteven Davidovitz2015-08-131-0/+18
* [RuboCop] Update to 0.33.0Samuel E. Giddins2015-08-071-1/+1
* Merge pull request #3896 from EduardoBautista/fix-missing-sourceAndre Arko2015-08-021-0/+10
|\
| * Failing spec for #3896Andre Arko2015-08-021-0/+10
|/
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-182-2/+2
* 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