Gemfile in capucine-0.1.7 vs Gemfile in capucine-0.2.0

- old
+ new

@@ -1,17 +1,17 @@ source "http://rubygems.org" -gem 'fssm' -gem 'compass', '0.12.rc.0' +gem 'fssm', :require => false +# gem 'listen' gem 'coffee-script' gem 'uglifier' gem 'packr' gem 'json' + +gem 'compass' gem 'compass-capucine' group :development do - # gem "shoulda", ">= 0" - # gem "rdoc", "~> 3.12" - gem "bundler", "~> 1.0.0" - gem "jeweler", "~> 1.8.3" - # gem "rcov", ">= 0" + gem "bundler" + gem "jeweler" + gem "rspec" end