2010-03-07 06:30:39 +00:00
|
|
|
source :gemcutter
|
2010-01-30 22:58:40 +00:00
|
|
|
|
2010-04-19 04:32:37 +00:00
|
|
|
# We can switch nanoc to a normal gem when 3.1.3 is released.
|
2010-04-26 06:49:16 +00:00
|
|
|
gem 'nanoc3', :require => false, :git => "git://github.com/chriseppstein/nanoc.git", :branch => "3.1.x"
|
2010-01-27 09:28:45 +00:00
|
|
|
gem 'rdiscount'
|
2010-01-30 20:29:22 +00:00
|
|
|
gem 'thor'
|
2010-01-30 22:58:40 +00:00
|
|
|
gem 'rack'
|
|
|
|
gem 'mime-types'
|
|
|
|
gem 'fssm'
|
|
|
|
gem 'serve'
|
2010-04-19 04:32:37 +00:00
|
|
|
gem 'nokogiri'
|
2010-03-07 06:30:39 +00:00
|
|
|
gem 'coderay'
|
2010-04-19 04:32:37 +00:00
|
|
|
gem 'haml', ">=3.0.0.beta.3", :require => 'sass'
|
2010-03-28 04:16:15 +00:00
|
|
|
gem 'rake'
|
2010-04-19 04:32:37 +00:00
|
|
|
gem 'compass', :path => File.dirname(__FILE__) + "/../.."
|
|
|
|
gem 'compass-susy-plugin', "0.7.0.pre8"
|
|
|
|
gem 'css-slideshow', "0.2.0"
|
2010-05-08 18:05:58 +00:00
|
|
|
gem 'json'
|
2010-04-19 04:32:37 +00:00
|
|
|
|