gems icon indicating copy to clipboard operation
gems copied to clipboard

downloads per day should be removed

Open shaiguitar opened this issue 10 years ago • 1 comments

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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]

The backend data is pruned I believe, so no point in supporting this in the client.

shaiguitar avatar Dec 20 '13 02:12 shaiguitar

The endpoint supporting this is now completely non-functional. So now it can definitely go.

AaronLasseigne avatar Mar 29 '16 20:03 AaronLasseigne