1
0
mirror of https://github.com/bumi/openalias-ruby synced 2025-06-15 06:38:12 +00:00

14 Commits

Author SHA1 Message Date
562e4fac45 Version 0.2.0 v0.2.0 2018-11-03 18:38:21 +01:00
cd337c42b1 Add Openalias.lookup as alias to Openalias.addresses
The rust implementation uses #addresses but I find #lookup a bit more
intuitive and descriptive.
2018-11-03 18:36:50 +01:00
867cb68df6 cleanup 2018-11-03 18:32:09 +01:00
30e9a0d805 Add currency lookup helpers
add ? methods to for simple currency selection:
Openalias.addresses('donate@getmonero.org').find(&:xmr?)
2018-11-03 18:30:37 +01:00
6e3b03abda Make the test a bit more robust
As it (sadly) actually relies on the lookup of the data we do not
control what the result will be.
But in this case make sure we select the expected currency.
2018-11-01 12:50:33 +01:00
7c12457769 make the compiler happy 2018-11-01 12:50:33 +01:00
67a1449d7f remove debugging println 2018-11-01 12:50:33 +01:00
3fe9389d1f
Update README.md 2018-11-01 10:33:21 +00:00
84a0dc2fcc Allow gem publishing v0.1.0 2018-11-01 02:49:46 +01:00
8d47f743a9 gemspec description 2018-11-01 02:45:30 +01:00
926837a0d3 gemspec description 2018-11-01 02:44:48 +01:00
987ad03325 Specs! \o/ 2018-11-01 02:38:53 +01:00
dbae3e1e87 Readme 2018-11-01 02:28:44 +01:00
d3f471792b 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.
2018-11-01 02:08:35 +01:00