More getting ready for release.
This commit is contained in:
parent
05745dda4a
commit
b05484be15
2
Rakefile
2
Rakefile
@ -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"
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user