mirror of
https://github.com/bumi/openalias-ruby
synced 2025-07-05 21:58:56 +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.
10 lines
163 B
Ruby
10 lines
163 B
Ruby
require "bundler/gem_tasks"
|
|
require "rspec/core/rake_task"
|
|
require 'thermite/tasks'
|
|
|
|
Thermite::Tasks.new
|
|
|
|
RSpec::Core::RakeTask.new(:spec)
|
|
|
|
task :default => :spec
|