gems
gems copied to clipboard
Ruby wrapper for the RubyGems.org API
1.9.3-p392 :009 > Gems.downloads('rails', '4.0.0').map(&:last) => [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,...
Currently, there is no way in [the api](http://guides.rubygems.org/rubygems-org-api/#gem-download-methods) to get the number of downloads for the latest month. That figure is a very strong indicator of a project's usage, much...
``` 0 ~ ❯❯❯ gem cert --add
The Ruby versions we support are [2.3 and above](https://github.com/rubygems/gems?tab=readme-ov-file#supported-ruby-versions). I will update the required_ruby_version.
Implemented via https://github.com/rubygems/rubygems.org/pull/4034 https://github.com/rubygems/rubygems.org/blob/d630c5ed5cd3d0988f0b3c24971a41b22bba074f/config/routes.rb#L16-L19