From 9bd9cdfd9df8c06811227d352db903e22a579456 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 11 Dec 2018 20:04:37 -0800 Subject: Don't ship the readme in the gem artifact There's no need for this. Signed-off-by: Tim Smith --- 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 0c099b1..6ff55bb 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.extra_rdoc_files = ["README.md", "LICENSE" ] s.summary = "Run external commands on Unix or Windows" s.description = s.summary s.author = "Chef Software Inc." -- cgit v1.2.1