Don't include extconf hack in gemspec because rubygems doesn't need it

This commit is contained in:
Joshua Peek 2010-03-20 22:57:11 -05:00
parent 8642a371c6
commit a3697a9ba0
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ HAML_GEMSPEC = Gem::Specification.new do |spec|
spec.files = FileList['rails/init.rb', 'lib/**/*', 'vendor/**/*',
'bin/*', 'test/**/*', 'extra/**/*', 'Rakefile', 'init.rb',
'.yardopts'].to_a + readmes
spec.extensions = ['ext/extconf.rb']
spec.homepage = 'http://haml-lang.com/'
spec.has_rdoc = true
spec.extra_rdoc_files = readmes