Glitch it up.
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
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.
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.
In the spirit of glitching, there are no tests.
The gem is available as open source under the terms of LGPL-3.