From f553a33821c1da4d597dc6ba6fe4761029b970c0 Mon Sep 17 00:00:00 2001 From: Andre Nathan Date: Thu, 20 Feb 2014 08:30:10 -0300 Subject: [PATCH] We have rdoc --- ruby-lxc.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-lxc.gemspec b/ruby-lxc.gemspec index 1eaa95a..5390f89 100644 --- a/ruby-lxc.gemspec +++ b/ruby-lxc.gemspec @@ -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"