No commit activity in last 3 years
No release in over 3 years
Glitch and subliminal messages to delight your colleagues
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0, >= 2.0.0
~> 0.15, >= 0.15.0
>= 0
~> 12.3, >= 12.3.0

Runtime

~> 1.8, >= 1.8.7
~> 3.0, >= 3.0.0
 Project Readme

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.