ef3ff431e5
2. Added Rack support 3. Disqus support 4. Improved Readme 5. Improved Syntax flexibility and styling 6. Improved blockquote styling
12 lines
175 B
Ruby
12 lines
175 B
Ruby
source "http://rubygems.org"
|
|
|
|
gem 'rake'
|
|
gem 'rack'
|
|
gem 'jekyll'
|
|
gem 'rdiscount'
|
|
gem 'RedCloth'
|
|
gem 'haml', '>= 3.1'
|
|
gem 'compass', '>= 0.11'
|
|
gem 'rubypants'
|
|
gem 'rb-fsevent'
|