/hasp

A user authorization tool in Ruby

Primary LanguageRuby

Hasp

Code Climate Build Status

Description

A user authorization tool.

Installation

# Gemfile
gem 'hasp', :git => 'git@github.com:abriening/hasp.git'

bundle install

Usage and documentation

?!

Development

git clone git@github.com:abriening/hasp.git
bundle install
rake       # runs test
rake build # build and install the gem locally
rake clean # remove gem builds

License

?!