summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-01-25 18:59:31 -0800
committerAndre Arko <andre@arko.net>2015-01-25 23:30:18 -0800
commit30903263a4ff69275f4075742dc2ab928de31167 (patch)
tree5dbf792f5b7cd9d9b534785147dd8a0aa66c23cb /lib/bundler/templates/newgem
parent25f55d96e79f34575fb45da27379091666d48f61 (diff)
downloadbundler-30903263a4ff69275f4075742dc2ab928de31167.tar.gz
clean up and reword a bit asking about gem files
Diffstat (limited to 'lib/bundler/templates/newgem')
-rw-r--r--lib/bundler/templates/newgem/README.md.tt4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/bundler/templates/newgem/README.md.tt b/lib/bundler/templates/newgem/README.md.tt
index 8a65988cae..1a8737eb39 100644
--- a/lib/bundler/templates/newgem/README.md.tt
+++ b/lib/bundler/templates/newgem/README.md.tt
@@ -1,6 +1,8 @@
# <%=config[:constant_name]%>
-TODO: Write a gem description
+Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/<%=config[:namespaced_path]%>`. To experiment with that code, run `bin/console` for an interactive prompt.
+
+TODO: Delete this and the text above, and describe your gem
## Installation