module RubygemsDownloads

Constants

VERSION

Public Class Methods

for_author(author_name) click to toggle source
# File lib/rubygems_downloads.rb, line 20
def self.for_author(author_name)
  RubygemsDownloads::Stats::Author.call(author_name)
end
for_gem(gem_name) click to toggle source
# File lib/rubygems_downloads.rb, line 24
def self.for_gem(gem_name)
  RubygemsDownloads::Stats::Gem.call(gem_name)
end