summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Harton <james@resistor.io>2014-05-13 11:34:17 +1200
committerAndre Arko <andre@arko.net>2014-07-17 22:32:00 -0700
commit8ee4d86d9c43155ed83b7778e6b5bd34e08921a1 (patch)
treedd39e384ab196d6ed1f86039286df27d379750e1
parent579d78d3e953a49e3bbfd12c8ead6809508b4a42 (diff)
downloadbundler-8ee4d86d9c43155ed83b7778e6b5bd34e08921a1.tar.gz
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:
-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 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: