From 30903263a4ff69275f4075742dc2ab928de31167 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sun, 25 Jan 2015 18:59:31 -0800 Subject: clean up and reword a bit asking about gem files --- lib/bundler/templates/newgem/README.md.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/bundler/templates/newgem') 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 -- cgit v1.2.1