Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 8a81858

Browse files
committed
No need to specify flat badge style.
1 parent b8c77e8 commit 8a81858

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Ruby Gem Skeleton
22

33
<!--
4-
[![Gem Version](https://img.shields.io/gem/v/replace_gemname.svg?style=flat)](https://rubygems.org/gems/replace_gemname)
4+
[![Gem Version](https://img.shields.io/gem/v/replace_gemname.svg)](https://rubygems.org/gems/replace_gemname)
55
-->
6-
[![MIT License](https://img.shields.io/badge/license-MIT-red.svg?style=flat)](./LICENSE.txt)
7-
[![Dependency Status](https://img.shields.io/gemnasium/razor-x/ruby-gem.svg?style=flat)](https://gemnasium.com/razor-x/ruby-gem)
8-
[![Build Status](https://img.shields.io/travis/razor-x/ruby-gem.svg?style=flat)](https://travis-ci.org/razor-x/ruby-gem)
9-
[![Coverage Status](https://img.shields.io/coveralls/razor-x/ruby-gem.svg?style=flat)](https://coveralls.io/r/razor-x/ruby-gem)
10-
[![Code Climate](https://img.shields.io/codeclimate/github/razor-x/ruby-gem.svg?style=flat)](https://codeclimate.com/github/razor-x/ruby-gem)
6+
[![MIT License](https://img.shields.io/badge/license-MIT-red.svg)](./LICENSE.txt)
7+
[![Dependency Status](https://img.shields.io/gemnasium/razor-x/ruby-gem.svg)](https://gemnasium.com/razor-x/ruby-gem)
8+
[![Build Status](https://img.shields.io/travis/razor-x/ruby-gem.svg)](https://travis-ci.org/razor-x/ruby-gem)
9+
[![Coverage Status](https://img.shields.io/coveralls/razor-x/ruby-gem.svg)](https://coveralls.io/r/razor-x/ruby-gem)
10+
[![Code Climate](https://img.shields.io/codeclimate/github/razor-x/ruby-gem.svg)](https://codeclimate.com/github/razor-x/ruby-gem)
1111

1212
Use this project freely as a base for your testable Ruby gems.
1313

0 commit comments

Comments
 (0)