summaryrefslogtreecommitdiff
path: root/lib/rubygems
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-06-20 12:16:58 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-31 07:47:01 +0800
commitdf0b41fc7219f9f4900e117591dd8331dc4a10b0 (patch)
tree8a5ec691189c2466b3b852f9d3ba4bbffed50316 /lib/rubygems
parent0ca494fc80ad66a299e012378794632b6734ee5c (diff)
[rubygems/rubygems] Explicitly deprecate `rubyforge_project`
https://github.com/rubygems/rubygems/commit/9094740109
Diffstat (limited to 'lib/rubygems')
-rw-r--r--lib/rubygems/specification.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb
index 3c8248793c..978854d75f 100644
--- a/lib/rubygems/specification.rb
+++ b/lib/rubygems/specification.rb
@@ -732,6 +732,7 @@ class Gem::Specification < Gem::BasicSpecification
# Formerly used to set rubyforge project.
attr_writer :rubyforge_project
+ deprecate :rubyforge_project=, :none, 2019, 12
##
# The Gem::Specification version of this gemspec.