rubydocs/app

New Ruby version

spickermann opened this issue · 3 comments

Hey Manuel,

a couple of new Ruby versions were released last night.

I though I could help you by adding the new versions to this app. But then I realized that there is no configuration file that covers all available versions. In fact I wasn't able to figure out how the app learns about new versions at all (I didn't look too deep in the code though).

Can you please explain how the update process for new versions works?

Hi Martin,

Thanks for your offer to help!
The way RubyDocs learns about new Ruby and Rails versions is that it looks at the tags on Github, i.e. https://github.com/ruby/ruby/tags
This is done every hour by a worker
It seems like the new versions haven't been tagged yet (or not imported from SVN which Ruby uses). Let's give it one or two more days, if the tags are not there then I'll ask somewhere... probably on the mailing list? Or on ruby-forum.com?

I see, thank you.

Now they're there! 😸