compass/doc-src/Gemfile

26 lines
507 B
Ruby
Raw Normal View History

2010-03-07 06:30:39 +00:00
source :gemcutter
2011-10-16 19:12:55 +00:00
gem 'nanoc3'
2011-10-16 19:42:38 +00:00
gem 'asdf'
gem 'rdiscount'
gem 'thor'
gem 'rack'
gem 'mime-types'
2010-11-11 19:20:22 +00:00
gem 'serve', "1.0.0"
2010-04-19 04:32:37 +00:00
gem 'nokogiri'
2010-03-07 06:30:39 +00:00
gem 'coderay'
gem 'haml'
2010-03-28 04:16:15 +00:00
gem 'rake'
gem 'activesupport', '~> 3.0.10', :require => 'active_support/inflector'
2010-05-08 21:12:57 +00:00
gem 'compass', :path => ".."
2012-03-17 22:46:52 +00:00
gem 'compass-theme', :git => 'git://github.com/Compass/compass-theme.git'
# gem 'compass-susy-plugin', ">=0.7.0.pre8"
# gem 'css-slideshow', "0.2.0"
2010-05-08 18:05:58 +00:00
gem 'json'
gem 'css_parser', "1.0.1"
2010-12-08 19:08:51 +00:00
gem 'ruby-prof'
2011-04-21 19:32:55 +00:00
gem 'rb-fsevent'
2011-04-29 03:44:47 +00:00
gem 'builder'
2010-04-19 04:32:37 +00:00
2011-04-25 03:23:07 +00:00