summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2017-01-27 13:45:17 +1100
committerColby Swandale <colby@taplaboratories.com>2017-01-27 13:45:17 +1100
commit2acb95395838a06bdd9dbf266ca8166b11ee0917 (patch)
treef0c93d0c03a9310b0b624ccd8f181ded480fcd4f
parent20e7a81f528b0379ae0f31988d8654c151ef8f61 (diff)
downloadbundler-2acb95395838a06bdd9dbf266ca8166b11ee0917.tar.gz
add bundle-info man page
-rw-r--r--man/bundle-info.ronn17
1 files changed, 17 insertions, 0 deletions
diff --git a/man/bundle-info.ronn b/man/bundle-info.ronn
new file mode 100644
index 0000000000..27a538d090
--- /dev/null
+++ b/man/bundle-info.ronn
@@ -0,0 +1,17 @@
+bundle-show(1) -- Show information for the given gem in your bundle
+=========================================================================
+
+## SYNOPSIS
+
+`bundle info` [GEM]
+ [--path]
+
+## DESCRIPTION
+
+Print the basic information about the provided GEM such as homepage, version,
+path and summary.
+
+## OPTIONS
+
+* `--path`:
+Print the path of the given gem