summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaycee <kayceeingram33@gmail.com>2017-06-15 20:56:50 -0500
committerGitHub <noreply@github.com>2017-06-15 20:56:50 -0500
commit559584f9566f964d1b066e605508cac22a0cba23 (patch)
tree52237345654aa2f95d71a0a1098091819624d925
parent72e20ac28ce6faed24c053fffdbcf459b444335c (diff)
downloadbundler-559584f9566f964d1b066e605508cac22a0cba23.tar.gz
Update bundle-gem.ronn
-rw-r--r--man/bundle-gem.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-gem.ronn b/man/bundle-gem.ronn
index 8e57189f83..77a941f1eb 100644
--- a/man/bundle-gem.ronn
+++ b/man/bundle-gem.ronn
@@ -11,7 +11,7 @@ Generates a directory named `GEM_NAME` with a `Rakefile`, `GEM_NAME.gemspec`,
and other supporting files and directories that can be used to develop a
rubygem with that name.
-Run `rake -T` in the resulting project for a list of Rake tasks that can used
+Run `rake -T` in the resulting project for a list of Rake tasks that can be used
to test and publish the gem to rubygems.org.
The generated project skeleton can be customized with OPTIONS, as explained