okfn / measure

Measure is scripts and conventions to build KPI dashboards for projects.
MIT License
17 stars 5 forks source link

RubyGems processor #42

Closed brew closed 7 years ago

brew commented 7 years ago

This pull request fixes #40.

Adds a add_rubygems_resource processor to the code-packaging pipeline. Processor collects total_downloads directly from the rubygems.org API, and calculates a daily downloads value by comparing today's total_downloads with yesterday's.

Historical data isn't available from rubygems.org.