all repos — h3rald @ 811f243a4eea68400b42947714a56abf114435b9

The sources of https://h3rald.com

Added Gemfile.
* Fixes #61.
h3rald h3rald@h3rald.com
Sun, 21 Apr 2013 18:58:43 +0200
commit

811f243a4eea68400b42947714a56abf114435b9

parent

22e1d058d592c1462ac2952addbbf7e88b7da1fb

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"