From e0c0385b230e59e9745f222dadb72df72f1ed716 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 25 Jul 2018 15:09:14 -0700 Subject: Remove deprecated gemspec configs Signed-off-by: Tim Smith --- mixlib-log.gemspec | 2 -- 1 file changed, 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" -- cgit v1.2.1