From b2bb3f00c10c7c5a06901b753097d8e2d38d7831 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Sat, 16 Mar 2019 18:55:34 +0100 Subject: [PATCH] Drop deprecated option from gemspec - This is the warning: NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It will be removed on or after 2018-12-01. --- ruby-openid.gemspec | 1 - 1 file changed, 1 deletion(-) diff --git a/ruby-openid.gemspec b/ruby-openid.gemspec index 35a67195..f6a4495a 100644 --- a/ruby-openid.gemspec +++ b/ruby-openid.gemspec @@ -20,7 +20,6 @@ Gem::Specification.new do |s| s.test_files = s.files.grep(%r{^(test|spec|features)/}) # RDoc - s.has_rdoc = true s.extra_rdoc_files = ['README.md', 'INSTALL.md', 'LICENSE', 'UPGRADE.md'] s.rdoc_options << '--main' << 'README.md'