Skip to content

Commit af336cb

Browse files
committed
Use resolution-independent SVG badges [ci skip]
1 parent dc156a4 commit af336cb

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
[![Gem Version](https://badge.fury.io/rb/thor.png)](https://rubygems.org/gems/thor)
2-
[![Build Status](https://secure.travis-ci.org/erikhuda/thor.png?branch=master)](http://travis-ci.org/erikhuda/thor)
3-
[![Dependency Status](https://gemnasium.com/erikhuda/thor.png?travis)](https://gemnasium.com/erikhuda/thor)
4-
[![Code Climate](https://codeclimate.com/github/erikhuda/thor.png)](https://codeclimate.com/github/erikhuda/thor)
5-
[![Coverage Status](https://coveralls.io/repos/erikhuda/thor/badge.png?branch=master)](https://coveralls.io/r/erikhuda/thor)
6-
71
Thor
82
====
93

4+
[![Gem Version](http://img.shields.io/gem/v/thor.svg)][gem]
5+
[![Build Status](http://img.shields.io/travis/erikhuda/thor.svg)][travis]
6+
[![Dependency Status](http://img.shields.io/gemnasium/erikhuda/thor.svg)][gemnasium]
7+
[![Code Climate](http://img.shields.io/codeclimate/github/erikhuda/thor.svg)][codeclimate]
8+
[![Coverage Status](http://img.shields.io/coveralls/erikhuda/thor.svg)][coveralls]
9+
10+
[gem]: https://rubygems.org/gems/thor
11+
[travis]: http://travis-ci.org/erikhuda/thor
12+
[gemnasium]: https://gemnasium.com/erikhuda/thor
13+
[codeclimate]: https://codeclimate.com/github/erikhuda/thor
14+
[coveralls]: https://coveralls.io/r/erikhuda/thor
15+
1016
Description
1117
-----------
1218
Thor is a simple and efficient tool for building self-documenting command line

0 commit comments

Comments
 (0)