This commit is contained in:
Jonathan Rudenberg 2012-08-21 23:15:29 -04:00
commit 72067ba038
19 changed files with 7758 additions and 0 deletions

16
Gemfile Normal file
View file

@ -0,0 +1,16 @@
source :rubygems
gem 'nanoc'
gem 'nanoc-cachebuster'
gem 'redcarpet'
gem 'slim'
gem 'rainpress'
gem 'nokogiri'
gem 'adsf'
gem 'builder'
gem 'mime-types'
gem 'rack'
gem 'unicorn'
gem 'rack-rewrite'
gem 'pygments.rb', :git => 'git://github.com/akzhan/pygments.rb.git', :branch => 'rubypython-0.6'
gem 'clogger'