Prerelease documentation
Hey,
It looks like rubydoc.info doesn't currently process prerelease gems. It would be useful to have documentation to link to for beta versions of gems. It's also worth noting that rubygems.org already links to documentation for these versions, even though they don't exist.
-Joe
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by lsegal on 08 Feb, 2011 06:39 PM
We get our gem list using
Gem::SpecFetcher.fetcher.list(true)
, which retrieves a master list from rubygems.org (see our updater script ). Unfortunately this list doesn't include pre-releases, and I don't know any other way to get a complete list that includes such versions, so it's a little out of our control. You could ask Nick and the rubygems.org people to expose pre-releases in their master list, and see what they say.lsegal closed this discussion on 08 Feb, 2011 06:39 PM.