Sha256: 20e0c1d4ac01ff6ea74a25857a251060812e957e510dd6954bf1d0741af58fb4

Contents?: true

Size: 1005 Bytes

Versions: 4

Compression:

Stored size: 1005 Bytes

Contents

Highly-opinionated badge generator for Github READMEs:

* If it finds a .travis.yml, it generates a Travis-CI Build-Status Badge

* If it finds a Gemfile or a gemspec, it generates a Gemnasium Dependency Status Badge

* If it finds 'coveralls' in a Gemfile or gemspec, it generates a Coveralls Coverage Status Badge

* If it's generated at least one of the above, it generates a Code Climate Status Badge

In addition, if it finds a gemspec, it will use it to generate:

* A Rubygems Version Badge

* A License Badge (or Badges)

And if a license file is found, a License Badge will be generated. Currently supported licenses are:

* MIT

* Apache

* GPL-2

* GPL-3

The supported license details are in `https://github.com/badges/badgerbadgerbadger/blob/master/config/licenses.yaml`, if you're using a different license, send a PR! And if your gemspec license conflicts with your LICENSE file, you should probably fix that.

Use the `--pulls` flag to add badges for open Github issues and pull-requests.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
badgerbadgerbadger-0.11.1 DESC.md
badgerbadgerbadger-0.10.2 DESC.md
badgerbadgerbadger-0.10.1 DESC.md
badgerbadgerbadger-0.10.0 DESC.md