Commit Graph

14 Commits

Author SHA1 Message Date
bumi 562e4fac45 Version 0.2.0 2018-11-03 18:38:21 +01:00
bumi 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
bumi 867cb68df6 cleanup 2018-11-03 18:32:09 +01:00
bumi 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
bumi 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
bumi 7c12457769 make the compiler happy 2018-11-01 12:50:33 +01:00
bumi 67a1449d7f remove debugging println 2018-11-01 12:50:33 +01:00
bumi 3fe9389d1f
Update README.md 2018-11-01 10:33:21 +00:00
bumi 84a0dc2fcc Allow gem publishing 2018-11-01 02:49:46 +01:00
bumi 8d47f743a9 gemspec description 2018-11-01 02:45:30 +01:00
bumi 926837a0d3 gemspec description 2018-11-01 02:44:48 +01:00
bumi 987ad03325 Specs! \o/ 2018-11-01 02:38:53 +01:00
bumi dbae3e1e87 Readme 2018-11-01 02:28:44 +01:00
bumi 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