From 6d1ca67c83b7d27b7dd284749644b08bcd6f7f12 Mon Sep 17 00:00:00 2001 From: Anatol Pomozov Date: Wed, 25 Dec 2019 10:31:52 -0800 Subject: [PATCH] Remove deprecated 'rubyforge_project' property The latest rubygems introduced a warning: ``` NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01. Gem::Specification#rubyforge_project= called from /usr/lib/ruby/gems/2.6.0/specifications/erubis-2.7.0.gemspec:17. ``` --- erubis.gemspec | 1 - 1 file changed, 1 deletion(-) diff --git a/erubis.gemspec b/erubis.gemspec index c9530bb..23bfc48 100644 --- a/erubis.gemspec +++ b/erubis.gemspec @@ -16,7 +16,6 @@ spec = Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.homepage = "http://www.kuwata-lab.com/erubis/" s.summary = "a fast and extensible eRuby implementation which supports multi-language" - s.rubyforge_project = 'erubis' s.description = <<-'END' Erubis is an implementation of eRuby and has the following features: