mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #4001 from greysteil/add-semver-badge
Add SemVer stability badge to README
This commit is contained in:
commit
bb77eff44f
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,9 @@ fog is the Ruby cloud services library, top to bottom:
|
|||
* Mocks make testing and integrating a breeze.
|
||||
|
||||
[![Build Status](https://secure.travis-ci.org/fog/fog.svg?branch=master)](http://travis-ci.org/fog/fog)
|
||||
[![Dependency Status](https://gemnasium.com/fog/fog.svg)](https://gemnasium.com/fog/fog)
|
||||
[![Code Climate](https://codeclimate.com/github/fog/fog/badges/gpa.svg)](https://codeclimate.com/github/fog/fog)
|
||||
[![Gem Version](https://badge.fury.io/rb/fog.svg)](http://badge.fury.io/rb/fog)
|
||||
[![SemVer](https://api.dependabot.com/badges/compatibility_score?dependency-name=fog&package-manager=bundler&version-scheme=semver)](https://dependabot.com/compatibility-score.html?dependency-name=fog&package-manager=bundler&version-scheme=semver)
|
||||
|
||||
## Dependency Notice
|
||||
|
||||
|
|
Loading…
Reference in a new issue