summaryrefslogtreecommitdiff
path: root/mixlib-config.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-11 20:31:33 -0800
committerTim Smith <tsmith@chef.io>2018-12-11 20:31:33 -0800
commita0c8650bccc8c9e56a769dd6e3ca8ebf003313a8 (patch)
treef33fb0a3eda1ded46bb6dd92c31294d6c567fbab /mixlib-config.gemspec
parentff922e97f2734c1f2e7c6f07135bbf669b88522e (diff)
downloadmixlib-config-a0c8650bccc8c9e56a769dd6e3ca8ebf003313a8.tar.gz
Only ship the required library files in the gem artifactslim
Skip the dev and testing deps in the gem artifact. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'mixlib-config.gemspec')
-rw-r--r--mixlib-config.gemspec11
1 files changed, 3 insertions, 8 deletions
diff --git a/mixlib-config.gemspec b/mixlib-config.gemspec
index 13d1700..dd0a5f6 100644
--- a/mixlib-config.gemspec
+++ b/mixlib-config.gemspec
@@ -8,14 +8,9 @@ Gem::Specification.new do |s|
s.version = Mixlib::Config::VERSION
s.authors = ["Chef Software, Inc."]
- s.email = "legal@chef.io"
- s.extra_rdoc_files = [
- "LICENSE",
- "README.md",
- ]
- s.files = ["LICENSE", "NOTICE", "README.md", "Gemfile", "Rakefile"] + Dir.glob("*.gemspec") +
- Dir.glob("{lib,spec}/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
- s.homepage = "https://www.chef.io"
+ s.email = "info@chef.io"
+ s.files = %w{LICENSE NOTICE} + Dir.glob("lib/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
+ s.homepage = "https://github.com/chef/mixlib-config"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.23"
s.required_ruby_version = ">= 2.2"