How do we get the End of Line date for the gems which we are using Ruby on Rails?

Hi All,

I want to know the EOL date for the below gems for ROR. Can anyone help me how to find the EOL dates

The majority of these aren’t commercially supported gems - They’ll be maintained until the current maintainers run out of time, enthusiasm or interest and no-one from the community takes up the baton. There isn’t an official end of life date. Sometimes a new project comes along with a lot more momentum than an existing one and libraries fade out of usage, for example I’d say that capybara is seeing a lot attention than webrat and devise is getting more usage than authlogic. A lot of the gems you list are quite old - rspec 1.x has been obsolete for quite a while for example.

Fred