Added Gemfile. * Fixes #61.
h3rald h3rald@h3rald.com
Sun, 21 Apr 2013 18:58:43 +0200
1 files changed,
12 insertions(+),
0 deletions(-)
jump to
A
Gemfile
@@ -0,0 +1,12 @@
+# ./Gemfile +source 'https://rubygems.org' + +gem "nanoc" +gem "extlib" +gem "bb-ruby" +gem "builder" +gem "sass" +gem "coderay" +gem "glyph" +gem "RedCloth" +gem "redcarpet"