Features

Requirements

  1. Ruby.

Setup

To install with security, run:

# 💡 Skip this line if you already have the public certificate installed.
gem cert --add <(curl --compressed --location https://undefined.io/gems.pem)
gem install seaport --trust-policy HighSecurity

To install without security, run:

gem install seaport

You can also add the gem directly to your project:

bundle add seaport

Once the gem is installed, you only need to require it:

require "seaport"

Usage

Development

To contribute, run:

git clone https://github.com/undefined/seaport
cd seaport
bin/setup

You can also use the IRB console for direct access to all objects:

bin/console

Tests

To test, run:

bin/rake

Credits