summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-25 15:09:14 -0700
committerTim Smith <tsmith@chef.io>2018-07-25 15:09:14 -0700
commite0c0385b230e59e9745f222dadb72df72f1ed716 (patch)
treec56e601bd0adaa2c61d6528bdf18fe17aa95c0ad
parentc1a1606ef76ce7979ec214bc83a252cf9d5935de (diff)
downloadmixlib-log-e0c0385b230e59e9745f222dadb72df72f1ed716.tar.gz
Remove deprecated gemspec configs
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--mixlib-log.gemspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/mixlib-log.gemspec b/mixlib-log.gemspec
index a97216e..c44427c 100644
--- a/mixlib-log.gemspec
+++ b/mixlib-log.gemspec
@@ -4,13 +4,11 @@ require "mixlib/log/version"
Gem::Specification.new do |gem|
gem.name = "mixlib-log"
gem.version = Mixlib::Log::VERSION
- gem.platform = Gem::Platform::RUBY
gem.summary = "A gem that provides a simple mixin for log functionality"
gem.email = "info@chef.io"
gem.homepage = "https://www.chef.io"
gem.license = "Apache-2.0"
gem.authors = ["Chef Software, Inc."]
- gem.has_rdoc = true
gem.extra_rdoc_files = ["README.md", "LICENSE", "NOTICE"]
gem.files = Dir["lib/**/*"] + Dir["spec/**/*"] + ["Gemfile", "Rakefile", ".gemtest", "mixlib-log.gemspec"]
gem.required_ruby_version = ">= 2.2"