Depend on haml 3.0
This commit is contained in:
parent
12ee5d1ab0
commit
c8e1b4f606
2
Rakefile
2
Rakefile
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user