README.md in lolcommits-lolsrv-0.5.0 vs README.md in lolcommits-lolsrv-0.6.0

- old
+ new

@@ -1,12 +1,10 @@ # Lolcommits Lolsrv +[![Build](https://img.shields.io/github/actions/workflow/status/lolcommits/lolcommits-lolsrv/build.yml?branch=main&style=flat)](https://github.com/lolcommits/lolcommits-lolsrv/actions/workflows/build.yml) [![Gem](https://img.shields.io/gem/v/lolcommits-lolsrv.svg?style=flat)](http://rubygems.org/gems/lolcommits-lolsrv) -[![Travis](https://img.shields.io/travis/com/lolcommits/lolcommits-lolsrv/master.svg?style=flat)](https://travis-ci.com/lolcommits/lolcommits-lolsrv) [![Depfu](https://img.shields.io/depfu/lolcommits/lolcommits-lolsrv.svg?style=flat)](https://depfu.com/github/lolcommits/lolcommits-lolsrv) -[![Maintainability](https://api.codeclimate.com/v1/badges/309c4d765a49dddebbc9/maintainability)](https://codeclimate.com/github/lolcommits/lolcommits-lolsrv/maintainability) -[![Test Coverage](https://api.codeclimate.com/v1/badges/309c4d765a49dddebbc9/test_coverage)](https://codeclimate.com/github/lolcommits/lolcommits-lolsrv/test_coverage) [lolcommits](https://lolcommits.github.io/) takes a snapshot with your webcam every time you git commit code, and archives a lolcat style image with it. Git blame has never been so much fun! @@ -34,11 +32,11 @@ * `date` - UTC date time for the commit (ISO8601) * `sha` - commit SHA ## Requirements -* Ruby >= 2.4 +* Ruby >= 3.1 * A webcam * [ImageMagick](http://www.imagemagick.org) * [ffmpeg](https://www.ffmpeg.org) (optional) for animated gif capturing ## Installation @@ -60,12 +58,11 @@ # and set enabled to `false` ## Development Check out this repo and run `bin/setup`, this will install all -dependencies and generate docs. Run `bundle exec rake` to run all tests -and generate a coverage report. +dependencies and generate docs. Run `bundle exec rake` to run all tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment with the gem code. ## Tests @@ -112,12 +109,10 @@ The gem is available as open source under the terms of [LGPL-3](https://opensource.org/licenses/LGPL-3.0). ## Links -* [Travis CI](https://travis-ci.com/lolcommits/lolcommits-lolsrv) -* [Code Climate](https://codeclimate.com/github/lolcommits/lolcommits-lolsrv) -* [Test Coverage](https://codeclimate.com/github/lolcommits/lolcommits-lolsrv/coverage) +* [CI](https://github.com/lolcommits/lolcommits-lolsrv/actions/workflows/build.yml) * [RDoc](http://rdoc.info/projects/lolcommits/lolcommits-lolsrv) * [Issues](http://github.com/lolcommits/lolcommits-lolsrv/issues) * [Report a bug](http://github.com/lolcommits/lolcommits-lolsrv/issues/new) * [Gem](http://rubygems.org/gems/lolcommits-lolsrv) * [GitHub](https://github.com/lolcommits/lolcommits-lolsrv)