From 00e112f3f13ff690937095fcc92b0a2c7b1f8748 Mon Sep 17 00:00:00 2001 From: sersut Date: Wed, 19 Jun 2013 17:01:35 -0700 Subject: Remove call to deprecated has_rdoc. --- mixlib-shellout.gemspec | 1 - 1 file changed, 1 deletion(-) (limited to 'mixlib-shellout.gemspec') diff --git a/mixlib-shellout.gemspec b/mixlib-shellout.gemspec index 4c59291..2edc357 100644 --- a/mixlib-shellout.gemspec +++ b/mixlib-shellout.gemspec @@ -5,7 +5,6 @@ Gem::Specification.new do |s| s.name = 'mixlib-shellout' s.version = Mixlib::ShellOut::VERSION s.platform = Gem::Platform::RUBY - s.has_rdoc = true s.extra_rdoc_files = ["README.md", "LICENSE" ] s.summary = "Run external commands on Unix or Windows" s.description = s.summary -- cgit v1.2.1