We have rdoc

This commit is contained in:
Andre Nathan 2014-02-20 08:30:10 -03:00
parent f57ba07492
commit f553a33821

View file

@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.files = Dir.glob('ext/**/*.{c,rb}') +
Dir.glob('lib/**/*.rb')
s.extensions = 'ext/lxc/extconf.rb'
s.has_rdoc = false
s.has_rdoc = true
s.add_development_dependency "rake-compiler"