ruby-amqp / amq-protocol

AMQP 0.9.1 protocol serialization and deserialization implementation for Ruby (2.0+)
http://groups.google.com/group/ruby-amqp
MIT License
48 stars 31 forks source link

Rubyforge project deprecated warning #75

Closed StefanWallin closed 4 years ago

StefanWallin commented 4 years ago

Bundling a Gemfile in my project yields the following 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 /Users/username/.asdf/installs/ruby/2.5.1/lib/ruby/gems/2.5.0/specifications/amq-protocol-2.3.0.gemspec:19.

Maybe we could delete this line? https://github.com/ruby-amqp/amq-protocol/blob/master/amq-protocol.gemspec#L28

michaelklishin commented 4 years ago

Included into 2.3.1, thank you.