Skip to content

Commit

Permalink
Add a couple additional badges to the README before cutting the new r…
Browse files Browse the repository at this point in the history
…elease.
  • Loading branch information
wyhaines committed Mar 17, 2021
1 parent c5f531d commit 2ccf2f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Departure [![Build Status](https://travis-ci.org/departurerb/departure.svg?branch=master)](https://travis-ci.org/departurerb/departure) [![Code Climate](https://codeclimate.com/github/departurerb/departure/badges/gpa.svg)](https://codeclimate.com/github/departurerb/departure)
# Departure [![Build Status](https://travis-ci.org/departurerb/departure.svg?branch=master)](https://travis-ci.org/departurerb/departure) [![Code Climate](https://codeclimate.com/github/departurerb/departure/badges/gpa.svg)](https://codeclimate.com/github/departurerb/departure) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/departurerb/departure/latest/master?style=plastic)

Departure is an **ActiveRecord connection adapter** that allows running
**MySQL online and non-blocking DDL** through `ActiveRecord::Migration` without needing
Expand Down Expand Up @@ -241,3 +241,6 @@ You can consult the changelog [here](CHANGELOG.md)
The gem is available as open source under the terms of the [MIT
License](http://opensource.org/licenses/MIT).

![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/departurerb/departure?style=for-the-badge)
![GitHub issues](https://img.shields.io/github/issues/departurerb/departure?style=for-the-badge)

0 comments on commit 2ccf2f3

Please sign in to comment.