You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:But the total count for downloads is ~1,053,903 for this version, as per https://rubygems.org/gems/rails/versions/2.3.5 .
The text was updated successfully, but these errors were encountered: