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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Publishing
- Set up a personal access token with the
write:packagesscope and add it to your~/.gem/credentialsfile as described in GitHub's documentation. Set yourcredentialsfile to be only readable by you, if you haven't already:chmod 0600 ~/.gem/credentials - Build the gem:
gem build percept.gemspec - Publish to Github Packages:
gem push --key github --host https://rubygems.pkg.github.com/informedk12 percept-<version>.gem`