add css_parser and ruby-prof

This commit is contained in:
Chris Eppstein 2010-12-08 11:08:51 -08:00
parent 2635f91049
commit 249544ce68
2 changed files with 6 additions and 0 deletions

View File

@ -16,4 +16,6 @@ gem 'compass', :path => ".."
gem 'compass-susy-plugin', ">=0.7.0.pre8" gem 'compass-susy-plugin', ">=0.7.0.pre8"
gem 'css-slideshow', "0.2.0" gem 'css-slideshow', "0.2.0"
gem 'json' gem 'json'
gem 'css_parser'
gem 'ruby-prof'

View File

@ -29,6 +29,7 @@ GEM
cri (1.0.1) cri (1.0.1)
css-slideshow (0.2.0) css-slideshow (0.2.0)
compass (>= 0.10.0.rc3) compass (>= 0.10.0.rc3)
css_parser (1.1.4)
fssm (0.1.2) fssm (0.1.2)
haml (3.1.0.alpha.36) haml (3.1.0.alpha.36)
i18n (0.4.2) i18n (0.4.2)
@ -38,6 +39,7 @@ GEM
rack (1.2.1) rack (1.2.1)
rake (0.8.7) rake (0.8.7)
rdiscount (1.6.5) rdiscount (1.6.5)
ruby-prof (0.9.2)
serve (1.0.0) serve (1.0.0)
activesupport (~> 3.0.1) activesupport (~> 3.0.1)
i18n (~> 0.4.1) i18n (~> 0.4.1)
@ -54,6 +56,7 @@ DEPENDENCIES
compass! compass!
compass-susy-plugin (>= 0.7.0.pre8) compass-susy-plugin (>= 0.7.0.pre8)
css-slideshow (= 0.2.0) css-slideshow (= 0.2.0)
css_parser
fssm (= 0.1.2) fssm (= 0.1.2)
haml (>= 3.1.0.alpha.36) haml (>= 3.1.0.alpha.36)
json json
@ -63,6 +66,7 @@ DEPENDENCIES
rack rack
rake rake
rdiscount rdiscount
ruby-prof
sass (>= 3.1.0.alpha.50)! sass (>= 3.1.0.alpha.50)!
serve (= 1.0.0) serve (= 1.0.0)
thor thor