lolcommits-glitch

Glitch and subliminal messages to delight your colleagues


License
LGPL-3.0
Install
gem install lolcommits-glitch -v 0.0.2

Documentation

Lolcommits Glitch

Glitch it up.

glitch commit glitch commit

Installation

Follow the install guide for lolcommits first. Then run the following:

$ gem build lolcommits-glitch.gemspec
$ gem install lolcommits-glitch

Next configure and enable this plugin with:

$ lolcommits --config -p glitch
# set enabled to `true` and configure other options as you like

Requirements

Lolcommits Glitch uses RMagick, which relies upon ImageMagick 6. If you have only 7 installed, you will receive an error about a missing header. To install 6 in parallel with 7:

PKG_CONFIG_PATH=/usr/local/Cellar/imagemagick@6/6.9.10-43/lib/pkgconfig/ gem install rmagick -v '3.0.0'

There is no need to unlink 7.

Development

Check out this repo and run bin/setup, this will install dependencies and generate docs. Run bundle exec rake to run all tests and generate a coverage report.

You can also run bin/console for an interactive prompt that will allow you to experiment with the gem code.

Tests

In the spirit of glitching, there are no tests.

License

The gem is available as open source under the terms of LGPL-3.