aboutsummaryrefslogtreecommitdiffstats
path: root/man/bundle-gem.ronn
Commit message (Collapse)AuthorAgeFilesLines
* [rubygems/rubygems] Fix --ci flag manpage documentationFrank Lam2020-06-181-1/+1
| | | | https://github.com/rubygems/rubygems/commit/515effe8de
* [rubygems/rubygems] Rebuild man pages for bundle gemFrank Lam2020-06-181-0/+16
| | | | https://github.com/rubygems/rubygems/commit/b5a9cec1be
* [rubygems/rubygems] Fix bundle gem ignoring global gem.test configFrank Lam2020-06-051-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | * bundle gem previously ignored gem.test when passed empty -t flag, defaulting to RSpec * bundle gem will now ask user for test framework when passed empty -t flag and gem.test is set to false, but will not overwrite gem.test * thor option parsing for String types falls back to human name for nil, so setting lazy_default to nil won't work * https://github.com/erikhuda/thor/blob/c5161501e0cfac7a8c5b838a9c6084c275f03c0d/lib/thor/parser/options.rb#L224 Default to Bundler.settings["gem.test"] for empty --test Add shared examples for test framework to newgem spec Add examples for empty --test flag to newgem spec Simplify conditional for prompting test framework Follow naming conventions for bundler settings Add more descriptive test framework help text for bundle gem Update man pages for bundler https://github.com/rubygems/rubygems/commit/ab0785a09f
* Update the bundler version with master branchHiroshi SHIBATA2020-05-131-6/+6
|
* Added bundler as default gems. Revisit [Feature #12733]hsbt2018-11-021-0/+78
* bin/*, lib/bundler/*, lib/bundler.rb, spec/bundler, man/*: Merge from latest stable branch of bundler/bundler repository and added workaround patches. I will backport them into upstream. * common.mk, defs/gmake.mk: Added `test-bundler` task for test suite of bundler. * tool/sync_default_gems.rb: Added sync task for bundler. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e