Hi all,
I just released a new ruby gem: natives [1].
Summary:
Installs native library packages required by Ruby gems on your machine.
It lookups the multi-platform catalog maintained by natives-catalog [2] project.
Usage:
$ gem install natives
$ natives install curb capybara-webkit nokogiri sqlite3
In the example, it will lookup and auto-install native
library/packages (e.g. curl, sqlite, qt etc.) required by these gems:
curb, capybara-webkit, nokogiri, sqlite3.
---
It is still in early alpha, but so far it's working.
Looking forward for your feedbacks and PRs, especially contributions
needed to help keeping the rubygems catalog [3] up-to-date :)
[1]
https://github.com/teohm/natives
[2]
https://github.com/teohm/natives-catalog
[3]
https://github.com/teohm/natives-catalog/blob/master/catalogs/rubygems.yaml
--
Huiming