summaryrefslogtreecommitdiff
path: root/man/bundle.ronn
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in file extensionVictor Gama2019-04-271-1/+1
|
* Replace unsafe http URLs with https URLsTakumasa Ochi2019-01-281-1/+1
|
* add bundle-remove entry to bundler man pagecolby/bundler-remove-docsColby Swandale2018-12-261-0/+3
|
* Fix more linksHiro Asari2018-05-171-2/+2
|
* Fix man page linksHiro Asari2018-05-171-16/+16
| | | | | | | | | | | | | | | With markup [`bundle platform(1)`][bundle-platform(1)] ronn creates this HTML fragment <dt><a href="bundle-platform.html"><code>bundle platform(1)</code></a></dt><dd><p>Display platform compatibility information</p></dd> At the same time, it generates HTML file `bundle-platform.1.html` based on the man page section, and this results in certain inter-man-page links 404. We resolve this inconsistency by spelling out the href attributes.
* Made small copy tweaks, removed redundant phrasingrubymorillo-patch-2Stephanie Morillo2018-03-271-9/+9
|
* [Man] Audit links to other manpagesseg-audit-man-linksSamuel Giddins2018-01-041-16/+16
|
* Add missing flag aliases to docsPatricia Arbona2017-07-281-1/+4
|
* Change deprecation from `bundle list` to `bundle show`Koichi ITO2017-07-091-1/+1
|
* Completely remove the postit trampolineSamuel Giddins2017-06-211-18/+0
|
* Add `bundle add` command to the main manpageTejas Bubane2017-05-311-0/+3
|
* Add bundle binstubs to the main man pageAlessandro Dal Grande2017-04-041-0/+3
|
* [PostitTrampoline] Rename env varsseg-platform-docsSamuel Giddins2016-12-261-2/+2
|
* [Docs] Link to existing command man pagesSamuel Giddins2016-12-261-2/+2
|
* [Docs] Add docs for trampoliningSamuel Giddins2016-12-261-0/+18
| | | | 🎉
* fix more missing highlights in bundle man pageColby Swandale2016-11-141-2/+2
|
* add missing highlights to bundler bundle man pageColby Swandale2016-10-241-5/+5
|
* bundle.ronn: add doctorMisty De Meo2016-08-021-0/+3
|
* Deprecate `bundle list`Agis Anastasopoulos2016-07-051-3/+1
| | | | Refs. #3972.
* Small fixes in man pagesAditya Prakash2016-03-051-5/+5
|
* Add man page for `bundle gem`.Matt Brictson2015-07-211-1/+1
| | | | This man page is also displayed when running `bundle help gem`.
* [Man] Add manpage entry for bundle lock, and remove the obsolete obsolete ↵Samuel E. Giddins2015-03-181-3/+3
| | | | entries for bundle lock & bundle unlock
* Document plugins [skip ci]Andre Medeiros2014-09-121-0/+6
|
* oh yeah new domainAndre Arko2013-08-111-1/+1
|
* subcommands have man pages, tooAndre Arko2013-05-101-1/+1
|
* Add clean command to bundle man pagerohit2012-12-101-0/+3
| | | | [ci skip]
* link to bundle platform man page #1605rohit2012-11-211-1/+1
|
* add bundle help to man page of bundle #1605rohit2012-11-211-0/+3
|
* bundle platform man pagesTerence Lee2012-08-301-0/+3
|
* Fix conflict from revert of benchmark toolPaul Bowsher2011-08-151-6/+0
|
* Revert `bundle benchmark` commandAndre Arko2011-06-111-0/+3
| | | | | | | | | | | The benchmark command is moving to the bundler-tools project for helpful tools that don't need to be inside the core bundler gem. This reverts commits: e547c863ca4fa49832702df6d8c6f52cd4af5ea0 71a12febc206f0591b2723ae0707299bcadf4589 970a3c1315e3716888416f84ca5d49fb22a9d8a9 ed74e448799fbe16fcd7706d059529655fed14a2 970a3c1315e3716888416f84ca5d49fb22a9d8a9
* Fix trailing whitespaceAndre Arko2011-05-141-1/+1
|
* Add documentation for the benchmark CLI utilityPascal Houliston2011-05-111-0/+3
|
* Created outdated command to show outdated gemsJoel Moss2011-04-231-0/+3
|
* Fix docs for --no-color, add --verboseAndre Arko2010-11-121-1/+4
|
* Update internal linkswycats2010-08-151-5/+5
|
* Gemfile(5) not Gemfile(7)wycats2010-08-151-1/+1
|
* Correct spelling of "Obsolete" /ht jonahbRyan Bigg2010-08-141-1/+1
|
* Move the man pages to the bundler repository and write a build task to ↵Carlhuda2010-08-131-0/+77
convert them into roff and txt format.