summaryrefslogtreecommitdiff
path: root/spec/cache/gems_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge #7080Bundlerbot2019-04-081-1/+1
* Update the specs for the default bundle path being ./.bundleSamuel Giddins2017-07-231-7/+20
* Get the 2.0 specs passing under 2.0Samuel Giddins2017-06-231-1/+1
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Add a setting for forcing only the ruby platformSamuel Giddins2016-09-271-1/+1
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-8/+8
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-8/+8
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-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-181-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-8/+8
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-3/+0
* Revert "svn source support"Andre Arko2015-01-251-32/+0
* Added the test to check if install --local doesn't fetch specs remotelySmit Shah2014-05-111-0/+14
* svn source supportStefan Huber2014-04-221-0/+32
* 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
* change to new expect syntax for rspecTerence Lee2012-10-091-24/+24
* Just cache git and path is --all is given.José Valim2012-03-201-1/+10
* closes #1171Terence Lee2011-05-171-0/+11
* Closes #707. bundle package removes .gem when source is changed to gitTerence Lee2010-11-101-0/+14
* Enable fetching gems from vendor/cache during install time when it is present...Carl Lerche2010-08-061-0/+11
* 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-151-1/+11
* 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-081-1/+1
* Add a first spec for cross platform bundle installsCarl Lerche2010-06-011-1/+1
* 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-221-1/+1
* 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-181-0/+46