summaryrefslogtreecommitdiff
path: root/mixlib-shellout.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-11 20:04:37 -0800
committerTim Smith <tsmith@chef.io>2018-12-11 20:04:37 -0800
commit9bd9cdfd9df8c06811227d352db903e22a579456 (patch)
tree37f020d7ebb291f87266e0148b2c76e173c3351b /mixlib-shellout.gemspec
parent7416f98ac8248f90c55b1c69fd4a76d81dc12847 (diff)
downloadmixlib-shellout-9bd9cdfd9df8c06811227d352db903e22a579456.tar.gz
Don't ship the readme in the gem artifact
There's no need for this. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'mixlib-shellout.gemspec')
-rw-r--r--mixlib-shellout.gemspec1
1 files changed, 0 insertions, 1 deletions
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."