summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-11 20:20:41 -0800
committerGitHub <noreply@github.com>2018-12-11 20:20:41 -0800
commit90a54f769ce1fbfa4728a76bdf750d35e900f1fd (patch)
tree59708a3c14d74cab4ebc4fe105d3a1adf6910de7
parent8f1ee60d7606bf17ce6ab9a085aa1ee71408881d (diff)
parent9bd9cdfd9df8c06811227d352db903e22a579456 (diff)
downloadmixlib-shellout-90a54f769ce1fbfa4728a76bdf750d35e900f1fd.tar.gz
Merge pull request #173 from chef/slim2
Don't ship the readme in the gem artifact
-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."