1
0
mirror of https://github.com/bumi/openalias-ruby synced 2026-02-15 16:17:48 +00:00

Openalias ruby wrapper

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.
This commit is contained in:
2018-11-01 02:08:35 +01:00
commit d3f471792b
17 changed files with 962 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
/.bundle/
/.yardoc
/Gemfile.lock
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/
# rspec failure tracking
.rspec_status
/target
**/*.rs.bk