More getting ready for release.

This commit is contained in:
Chris Eppstein 2009-11-29 22:46:23 -08:00
parent 05745dda4a
commit b05484be15
2 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,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.0') gemspec.add_dependency('haml', '>= 2.2.14')
gemspec.files = [] gemspec.files = []
gemspec.files << "CHANGELOG.markdown" gemspec.files << "CHANGELOG.markdown"
gemspec.files << "README.markdown" gemspec.files << "README.markdown"

View File

@ -490,12 +490,12 @@ Gem::Specification.new do |s|
s.specification_version = 3 s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<haml>, [">= 2.2.0"]) s.add_runtime_dependency(%q<haml>, [">= 2.2.14"])
else else
s.add_dependency(%q<haml>, [">= 2.2.0"]) s.add_dependency(%q<haml>, [">= 2.2.14"])
end end
else else
s.add_dependency(%q<haml>, [">= 2.2.0"]) s.add_dependency(%q<haml>, [">= 2.2.14"])
end end
end end