Percept

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'percept'

And then execute:

$ bundle

Or install it yourself as:

$ gem install percept

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Publishing

  1. Set up a personal access token with the write:packages scope and add it to your ~/.gem/credentials file as described in GitHub's documentation. Set your credentials file to be only readable by you, if you haven't already: chmod 0600 ~/.gem/credentials
  2. Build the gem: gem build percept.gemspec
  3. Publish to Github Packages: gem push --key github --host https://rubygems.pkg.github.com/informedk12 percept-<version>.gem`