1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Explicitly deprecate rubyforge_project

https://github.com/rubygems/rubygems/commit/9094740109
This commit is contained in:
David Rodríguez 2019-06-20 12:16:58 +02:00 committed by Hiroshi SHIBATA
parent 0ca494fc80
commit df0b41fc72
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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.