Repology API v1 client library.
Add this line to your application's Gemfile:
gem 'rupology'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rupology
require 'rupology/client'
client = Rupology::Client.new
result = client.project('ruby')
p result[0]['name'] # 'ruby2.5'
Bug reports and pull requests are welcome on GitHub at https://github.com/fd00/rupology.