From 8ee4d86d9c43155ed83b7778e6b5bd34e08921a1 Mon Sep 17 00:00:00 2001 From: James Harton Date: Tue, 13 May 2014 11:34:17 +1200 Subject: Stop @parndt from getting so many contributions in his graph. The lovely and brilliant @parndt goes around sending PR's to enable syntax highlighting for this line of the README. I'm heading him off at the pass. :heart: --- lib/bundler/templates/newgem/README.md.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/bundler/templates/newgem/README.md.tt b/lib/bundler/templates/newgem/README.md.tt index 65ee3fe550..8a65988cae 100644 --- a/lib/bundler/templates/newgem/README.md.tt +++ b/lib/bundler/templates/newgem/README.md.tt @@ -6,7 +6,9 @@ TODO: Write a gem description Add this line to your application's Gemfile: - gem '<%=config[:name]%>' +```ruby +gem '<%=config[:name]%>' +``` And then execute: -- cgit v1.2.1