Depend on haml 3.0

This commit is contained in:
Chris Eppstein 2010-04-12 00:13:49 -07:00
parent 12ee5d1ab0
commit c8e1b4f606

View File

@ -51,7 +51,7 @@ begin
gemspec.description = "Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS." gemspec.description = "Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS."
gemspec.authors = ["Chris Eppstein"] gemspec.authors = ["Chris Eppstein"]
gemspec.has_rdoc = false gemspec.has_rdoc = false
gemspec.add_dependency('haml', '>= 2.2.14') gemspec.add_dependency('haml', '>= 3.0.0.beta.2')
gemspec.files = [] gemspec.files = []
gemspec.files << "CHANGELOG.markdown" gemspec.files << "CHANGELOG.markdown"
gemspec.files << "README.markdown" gemspec.files << "README.markdown"