Change compass dependency to haml 2.2
This commit is contained in:
parent
78d946180f
commit
a6bc874cf6
2
Rakefile
2
Rakefile
@ -45,7 +45,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-edge', '>= 2.1.12')
|
gemspec.add_dependency('haml', '>= 2.2.0')
|
||||||
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