mirror of
https://github.com/bumi/openalias-ruby
synced 2025-06-15 14:38:13 +00:00
Openalias.org is great! There is openalias.rs (written in Rust) to lookup and parse OpenAlias data. This is a ruby wrapper around that rust library. I don't know what I am doing so use at your own risk..and with care.
7 lines
164 B
Ruby
7 lines
164 B
Ruby
source "https://rubygems.org"
|
|
|
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
# Specify your gem's dependencies in openalias.gemspec
|
|
gemspec
|