1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

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

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