API All Gem Versions
Is there a way built into the API where I can get all the released versions of a gem? Basically I'm looking for the json output of http://rubygems.org/gems/rails/versions
Thanks
Is there a way built into the API where I can get all the released versions of a gem? Basically I'm looking for the json output of http://rubygems.org/gems/rails/versions
Thanks
Support Staff 2 Posted by Nick Quaranto on 27 Feb, 2011 06:20 PM
Not yet, I think there's some pull requests open for this though. The best way you can do this now is to to use Gem::SpecFetcher.
http://rubygems.rubyforge.org/rubygems-update/Gem/SpecFetcher.html