| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Always pass the `--all` flag when neededremove_bundle_update_deprecations | David Rodríguez | 2019-03-30 | 1 | -1/+1 |
| | | |||||
| * | Remove `bundle config` deprecations from specsremove_bundle_config_deprecations | David Rodríguez | 2019-03-29 | 1 | -4/+4 |
| | | |||||
| * | Remove unnecessary ruby filters from specsremove_unnecessary_ruby_filters | David Rodríguez | 2019-02-22 | 1 | -1/+1 |
| | | |||||
| * | Split stderr and stdout in specs | David Rodríguez | 2019-02-14 | 1 | -1/+1 |
| | | |||||
| * | Update the specs for the default bundle path being ./.bundle | Samuel Giddins | 2017-07-23 | 1 | -7/+20 |
| | | |||||
| * | Get the 2.0 specs passing under 2.0 | Samuel Giddins | 2017-06-23 | 1 | -1/+1 |
| | | |||||
| * | Specify `--require spec_helper` in .rspec | Koichi ITO | 2017-05-03 | 1 | -1/+0 |
| | | |||||
| * | Disable RSpec monkey patching | Samuel Giddins | 2017-01-15 | 1 | -1/+1 |
| | | |||||
| * | Add a setting for forcing only the ruby platform | Samuel Giddins | 2016-09-27 | 1 | -1/+1 |
| | | |||||
| * | Use `include_gem` as the matcher name | Samuel Giddins | 2016-08-02 | 1 | -8/+8 |
| | | |||||
| * | [Matchers] Add TheBundle class to make custom matchers more fluent | Samuel Giddins | 2016-08-02 | 1 | -8/+8 |
| | | |||||
| * | Compatibility with frozen string literals | Samuel Giddins | 2016-01-31 | 1 | -0/+1 |
| | | |||||
| * | [RuboCop] Enable Style/PercentLiteralDelimiters | Samuel Giddins | 2015-11-26 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #3896 from EduardoBautista/fix-missing-source | Andre Arko | 2015-08-02 | 1 | -0/+10 |
| |\ | | | | | | | Print a warning when a gem can't be cached due to a missing source | ||||
| | * | Failing spec for #3896 | Andre Arko | 2015-08-02 | 1 | -0/+10 |
| |/ | | | | Tests for the problem reported in #3887, #3158 | ||||
| * | Fix Style/SpaceInsideBlockBraces | Andre Arko | 2015-07-18 | 1 | -1/+1 |
| | | | | | closes #3853 | ||||
| * | [RuboCop] Enable Style/StringLiterals | Samuel E. Giddins | 2015-07-15 | 1 | -8/+8 |
| | | |||||
| * | [RuboCop] Enable Style/EmptyLines | Samuel E. Giddins | 2015-07-15 | 1 | -3/+0 |
| | | |||||
| * | Revert "svn source support" | Andre Arko | 2015-01-25 | 1 | -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 remotely | Smit Shah | 2014-05-11 | 1 | -0/+14 |
| | | |||||
| * | svn source support | Stefan Huber | 2014-04-22 | 1 | -0/+32 |
| | | |||||
| * | cache gems even if they are ruby builtins | Andre Arko | 2014-04-13 | 1 | -22/+17 |
| | | |||||
| * | Skip gems packaged with Ruby when packing. | Andrew Bloomgarden | 2014-02-16 | 1 | -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 rspec | Terence Lee | 2012-10-09 | 1 | -24/+24 |
| | | |||||
| * | Just cache git and path is --all is given. | José Valim | 2012-03-20 | 1 | -1/+10 |
| | | |||||
| * | closes #1171 | Terence Lee | 2011-05-17 | 1 | -0/+11 |
| | | | | | install gems with the name bundler from cache (thanks devwout) | ||||
| * | Closes #707. bundle package removes .gem when source is changed to git | Terence Lee | 2010-11-10 | 1 | -0/+14 |
| | | |||||
| * | Enable fetching gems from vendor/cache during install time when it is ↵ | Carl Lerche | 2010-08-06 | 1 | -0/+11 |
| | | | | | present and without requiring the --local flag | ||||
| * | Remove the call to lock from Runtime#initialize | Carlhuda | 2010-07-19 | 1 | -1/+23 |
| | | |||||
| * | Don't claim to be deleting gems from vendor/cache when nothing actually happens | Carl Lerche | 2010-07-15 | 1 | -1/+11 |
| | | |||||
| * | Remove standalone #git in the DSL. Instead, use the block form of #git and ↵ | wycats | 2010-07-09 | 1 | -2/+3 |
| | | | | | put in the associated gems | ||||
| * | Add bundle install --local to enable installing from vendor/cache | Carl Lerche | 2010-06-23 | 1 | -8/+7 |
| | | |||||
| * | Pendify specs that are related gem caches | Carl Lerche | 2010-06-22 | 1 | -0/+3 |
| | | |||||
| * | Actually simulate different platforms in specs | Carl Lerche | 2010-06-22 | 1 | -7/+10 |
| | | |||||
| * | Bring back a spec describing the cache being updated when the bundle is updated | Carl Lerche | 2010-06-09 | 1 | -3/+1 |
| | | |||||
| * | Fix cache output specs | Andre Arko | 2010-06-08 | 1 | -1/+1 |
| | | |||||
| * | Add a first spec for cross platform bundle installs | Carl Lerche | 2010-06-01 | 1 | -1/+1 |
| | | |||||
| * | Turn bundle lock and bundle unlock into no-ops | Carl Lerche | 2010-04-26 | 1 | -0/+1 |
| | | |||||
| * | Fix specs to work with autolocked installs | Andre Arko | 2010-04-23 | 1 | -1/+2 |
| | | |||||
| * | Pruning should handle directories and non-gem files in vendor/cache | Andre Arko | 2010-04-23 | 1 | -0/+6 |
| | | |||||
| * | Gems with a platform of "ruby" still need to be pruned | Andre Arko | 2010-04-23 | 1 | -1/+2 |
| | | |||||
| * | cache command should not prune gems for other platforms | Andre Arko | 2010-04-23 | 1 | -0/+18 |
| | | |||||
| * | cache command no longer prunes gems built with older rubygems versions | Andre Arko | 2010-04-23 | 1 | -0/+11 |
| | | |||||
| * | Cache command now prunes stale .gem files from vendor/cache | Andre Arko | 2010-04-23 | 1 | -1/+49 |
| | | | | | If you don't want to prune, pass --no-prune to either cache or pack | ||||
| * | Require spec_helper | Carlhuda | 2010-04-22 | 1 | -1/+1 |
| | | |||||
| * | Actually prioritize installed gems over vendor/cache | Carl Lerche | 2010-02-26 | 1 | -2/+13 |
| | | |||||
| * | Make sure that gems are not reinstalled if they are packed and already on ↵ | Carl Lerche | 2010-02-23 | 1 | -0/+15 |
| | | | | | the system. | ||||
| * | bundle pack will cache and lock | Carl Lerche | 2010-02-18 | 1 | -0/+46 |
