half-pipe.gemspec in half-pipe-0.0.1 vs half-pipe.gemspec in half-pipe-0.1.0
- old
+ new
@@ -16,6 +16,7 @@
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.add_dependency "rack-asset-compiler"
+ gem.add_dependency "sass"
end