| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Completely remove the package --all option on 2.0 and force its behaviorseg-bundler-2-defaults | Samuel Giddins | 2017-08-28 | 1 | -8/+8 |
| | | |||||
| * | Default to packaging all on 2.0 | Samuel Giddins | 2017-08-28 | 1 | -1/+1 |
| | | |||||
| * | Set forgotten command line options via config in 2.0 | Samuel Giddins | 2017-07-19 | 1 | -4/+4 |
| | | |||||
| * | Get the 2.0 specs passing under 2.0 | Samuel Giddins | 2017-06-23 | 1 | -3/+3 |
| | | |||||
| * | Get the specs passing in 1.0 mode | Samuel Giddins | 2017-06-23 | 1 | -4/+4 |
| | | |||||
| * | Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirect | The Bundler Bot | 2017-05-30 | 1 | -1/+0 |
| |\ | | | | | | | | | | | | | | | | | Specify `--require spec_helper` in .rspec Specifying `--require spec_helper` in .rspec will automatically require spec_helper in *_spec.rb. It isn't necessary to specify `require "spec_helper"` in individual *_spec.rb. I think that it's a [DRY](https://en.wikipedia.org/wiki/Don't_repeat_yourself) way. Refer: https://github.com/rspec/rspec/wiki#rspec | ||||
| | * | Specify `--require spec_helper` in .rspec | Koichi ITO | 2017-05-03 | 1 | -1/+0 |
| | | | |||||
| * | | [RuboCop] Enable Style/PercentLiteralDelimiters | Koichi ITO | 2017-05-28 | 1 | -1/+1 |
| |/ | | | | Run `rubocop -a --only Style/PercentLiteralDelimiters` and `rubocop --auto-gen-config`. | ||||
| * | Ensure pre-existing Git caches are updated from remote source | Alex Taylor | 2017-04-21 | 1 | -0/+27 |
| | | |||||
| * | Disable RSpec monkey patching | Samuel Giddins | 2017-01-15 | 1 | -2/+2 |
| | | |||||
| * | Remove expect_err from the specs & print all output on a spec failure | Samuel Giddins | 2016-08-03 | 1 | -3/+3 |
| | | |||||
| * | Use `include_gem` as the matcher name | Samuel Giddins | 2016-08-02 | 1 | -4/+4 |
| | | |||||
| * | [Matchers] Add TheBundle class to make custom matchers more fluent | Samuel Giddins | 2016-08-02 | 1 | -4/+4 |
| | | |||||
| * | Add Bundler.ui.deprecate | Stefan Lance | 2016-07-05 | 1 | -1/+1 |
| | | |||||
| * | Compatibility with frozen string literals | Samuel Giddins | 2016-01-31 | 1 | -0/+1 |
| | | |||||
| * | Clean up "Cloning into 'submodule-1.0'..." output messages from test suite | James Wen | 2015-12-30 | 1 | -3/+3 |
| | | | | | | | | | - Removes the following output messages from the test suite: ``` Cloning into 'submodule-1.0'... done. ``` | ||||
| * | [RuboCop] Enable Style/PercentLiteralDelimiters | Samuel Giddins | 2015-11-26 | 1 | -1/+1 |
| | | |||||
| * | [RuboCop] Update to 0.33.0 | Samuel E. Giddins | 2015-08-07 | 1 | -1/+1 |
| | | |||||
| * | Fix Style/SpaceInsideBlockBraces | Andre Arko | 2015-07-18 | 1 | -1/+1 |
| | | | | | closes #3853 | ||||
| * | Fix Style/SpaceInsideBlockBraces | Andre Arko | 2015-07-18 | 1 | -1/+1 |
| | | | | | closes #3850 | ||||
| * | [RuboCop] Enable Style/StringLiterals | Samuel E. Giddins | 2015-07-15 | 1 | -4/+4 |
| | | |||||
| * | [RuboCop] Enable Style/EmptyLines | Samuel E. Giddins | 2015-07-15 | 1 | -1/+0 |
| | | |||||
| * | match up test name with other gemspec-caching test | Andre Arko | 2013-02-02 | 1 | -1/+1 |
| | | |||||
| * | clean up caching git gem specs, add test | Andre Arko | 2012-12-08 | 1 | -0/+19 |
| | | | | | Closes #2039 | ||||
| * | change to new expect syntax for rspec | Terence Lee | 2012-10-09 | 1 | -18/+18 |
| | | |||||
| * | fix a few warnings that show up while running specs | rohit | 2012-10-02 | 1 | -5/+3 |
| | | |||||
| * | don't display warning if Bundler.settings[:cache_all] is set | Terence Lee | 2012-07-17 | 1 | -0/+14 |
| | | |||||
| * | add warning message for `bundle pack --all` if not used with git repos | Terence Lee | 2012-07-17 | 1 | -0/+13 |
| | | |||||
| * | Prune git and path directories inside vendor/cache, closes #1988 | José Valim | 2012-07-17 | 1 | -0/+2 |
| | | | | | | | | From this commit on, we add a .bundlecache file inside each git/path directory in vendor/cache so we know it came from bundler. This allow us to delete those specific directories without messing with user's specific ones. | ||||
| * | Don't actually care if git repo is inside the repository, always cache it, ↵ | José Valim | 2012-07-17 | 1 | -0/+18 |
| | | | | | closes #1989 | ||||
| * | Ensure packaged git repos can be updated. | José Valim | 2012-03-22 | 1 | -11/+55 |
| | | |||||
| * | Just cache git and path is --all is given. | José Valim | 2012-03-20 | 1 | -49/+51 |
| | | |||||
| * | Path and Git should also be packaged. | José Valim | 2012-03-20 | 1 | -1/+67 |
| | | |||||
| * | Fixed regex error in base_name and added test. | Matthew Smith | 2011-06-21 | 1 | -5/+2 |
| | | |||||
| * | Fixed tabs in source.rb and added test in git_spec.rb | Matthew Smith | 2011-06-21 | 1 | -2/+1 |
| | | |||||
| * | Added test for git uri as a network share. | Matthew Smith | 2011-06-20 | 1 | -0/+7 |
| | | |||||
| * | github is spelled with 1 t | Terence Lee | 2010-11-10 | 1 | -1/+1 |
| | | |||||
| * | Require spec_helper | Carlhuda | 2010-04-22 | 1 | -1/+1 |
| | | |||||
| * | Git#base_name should escape dirpath. | hasimo | 2010-03-04 | 1 | -0/+9 |
| | | |||||
| * | bundle pack will cache and lock | Carl Lerche | 2010-02-18 | 1 | -0/+0 |
