summaryrefslogtreecommitdiff
path: root/man/bundle-gem.ronn
Commit message (Collapse)AuthorAgeFilesLines
* Fix man page linksHiro Asari2018-05-171-1/+1
| | | | | | | | | | | | | | | 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.
* [Man] Audit links to other manpagesseg-audit-man-linksSamuel Giddins2018-01-041-1/+1
|
* Update `config` page link to the recent versionAbu Nashir2017-11-061-1/+1
| | | | | | | | In the `man/bundle-gem.ronn`, we are using a reference from the old version, which is `v1.14` in this case. This commit updates that link to the current stable version. Ref: https://bundler.io/v1.16/man/bundle-gem.1.html
* Update broken link in bundle-gem man pagePatricia Arbona2017-08-021-1/+1
|
* Add missing flag aliases to docsPatricia Arbona2017-07-281-0/+1
|
* Update bundle-gem.ronnKaycee2017-06-151-1/+1
|
* Use '--exe' option name in addition to '--bin' as primary option name.Chris Keele2016-01-221-5/+5
|
* Add man page for `bundle gem`.Matt Brictson2015-07-211-0/+77
This man page is also displayed when running `bundle help gem`.