depend on the latest haml

This commit is contained in:
Chris Eppstein 2010-11-15 18:00:25 -08:00
parent 38560eadd9
commit 7835b12ce3

View File

@ -15,7 +15,7 @@ Gem::Specification.new do |gemspec|
gemspec.require_paths = %w(lib)
gemspec.rubygems_version = "1.3.5"
gemspec.summary = %q{A Real Stylesheet Framework}
gemspec.add_dependency('haml', '>= 3.0.4')
gemspec.add_dependency('haml', '~> 3.0.23')
gemspec.files = %w(README.markdown LICENSE.markdown VERSION.yml Rakefile)
gemspec.files += Dir.glob("bin/*")
gemspec.files += Dir.glob("examples/**/*.*")