summaryrefslogtreecommitdiff
path: root/spec/cache/gems_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Always pass the `--all` flag when neededremove_bundle_update_deprecationsDavid Rodríguez2019-03-301-1/+1
|
* Remove `bundle config` deprecations from specsremove_bundle_config_deprecationsDavid Rodríguez2019-03-291-4/+4
|
* Remove unnecessary ruby filters from specsremove_unnecessary_ruby_filtersDavid Rodríguez2019-02-221-1/+1
|
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-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
|\ | | | | | | Print a warning when a gem can't be cached due to a missing source
| * Failing spec for #3896Andre Arko2015-08-021-0/+10
|/ | | | Tests for the problem reported in #3887, #3158
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
| | | | closes #3853
* [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
| | | | | | | | | | | | We're pulling out svn source support into a plugin. While we work on that, you can use the 1.8.0.svn release, but subversion sources aren't an official part of Bundler itself. This reverts commit 049d281d0fdcc29297a21c6a66cd7efc38690675. This reverts commit 22fecdd07fdf02edb1a8824fb73dd7e015507644. This reverts commit 38f195e11f37ce5139af4ff3384eb2f26c2edb19. This reverts commit 500436a33de0b884525dbf82cfc69332fc96f8b9. This reverts commit 2c356be90a23921058cd14fd0e4a366da195021a.
* 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
| | | | | This allows `bundle cache` and the like to work if you are using a gem that is shipped with Ruby, like minitest 4.7.5.
* 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
| | | | install gems with the name bundler from cache (thanks devwout)
* 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 ↵Carl Lerche2010-08-061-0/+11
| | | | present and without requiring the --local flag
* 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 ↵wycats2010-07-091-2/+3
| | | | put in the associated gems
* 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
| | | | If you don't want to prune, pass --no-prune to either cache or pack
* 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 ↵Carl Lerche2010-02-231-0/+15
| | | | the system.
* bundle pack will cache and lockCarl Lerche2010-02-181-0/+46