sferik / twitter-ruby

A Ruby interface to the Twitter API.
http://www.rubydoc.info/gems/twitter
MIT License
4.59k stars 1.31k forks source link

Removed the deprecated Twitter::Configuration class #998

Closed njh closed 1 year ago

njh commented 3 years ago

The configuration API endpoint has been deprecated https://twittercommunity.com/t/retiring-the-1-1-configuration-endpoint/153319

I supposed deleting a class will require a major version increment?