Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistency of downloads per day and total downloads displayed #616

Closed
shaiguitar opened this issue Oct 22, 2013 · 1 comment
Closed

Comments

@shaiguitar
Copy link

The short version is there's inconsistencies in the "Total Downloads" section displayed on rubygems versus the sum of "Per-day downloads" calculated returned by the rubygems api.

We can see this using the Gems client:

Gems.downloads('rails','2.3.5',3.year.ago, Time.now).map(&:last).sum
# returns about 33k

But the total count for downloads is ~1,053,903 for this version, as per https://rubygems.org/gems/rails/versions/2.3.5 .

@shaiguitar
Copy link
Author

This should be closed, dup of rubygems/gems#16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant