From 0261598fb49f4ac0509dac0c27f867861dc742a0 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Wed, 26 Mar 2014 21:59:30 -0700 Subject: Jekyll generated html in spec/ directory To avoid confusion, removing artifacts for currently unsupported targets (pdf/single-page html). I'd like to bring those back, but in the mean time let's avoid distractions. Add Travis build. --- Gemfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Gemfile (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000000..53924a4381 --- /dev/null +++ b/Gemfile @@ -0,0 +1,7 @@ +# To build the spec on Travis CI +source "https://rubygems.org" + +gem "jekyll", "2.0.0.alpha.2" +gem "rouge" +# gem 's3_website' +# gem 'redcarpet' -- cgit v1.2.3