summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Doubrovkine (dB.) @dblockdotorg <dblock@dblock.org>2018-06-08 13:45:22 -0400
committerGitHub <noreply@github.com>2018-06-08 13:45:22 -0400
commit8fc10095fc409f4db495713c92c0cf8e31d3bfc1 (patch)
tree9b8345a420c7a7e81dd26f0ebf1dd2900c931e91
parent0a20a96000d52ce56b6e9c82fb90972216ba935f (diff)
parent619811b4d9a1801cbd63b78c6a9c02c07b0b66f5 (diff)
downloadhashie-8fc10095fc409f4db495713c92c0cf8e31d3bfc1.tar.gz
Merge pull request #447 from dblock/badges
Fix: badges.
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 61f58ba..8575f6b 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,10 @@
# Hashie
[![Join the chat at https://gitter.im/intridea/hashie](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/intridea/hashie?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-
[![Gem Version](http://img.shields.io/gem/v/hashie.svg)](http://badge.fury.io/rb/hashie)
[![Build Status](http://img.shields.io/travis/intridea/hashie.svg)](https://travis-ci.org/intridea/hashie)
-[![Dependency Status](https://gemnasium.com/intridea/hashie.svg)](https://gemnasium.com/intridea/hashie)
-[![Code Climate](https://codeclimate.com/github/intridea/hashie.svg)](https://codeclimate.com/github/intridea/hashie)
-[![Coverage Status](https://codeclimate.com/github/intridea/hashie/badges/coverage.svg)](https://codeclimate.com/github/intridea/hashie)
+[![Test Coverage](https://api.codeclimate.com/v1/badges/7a0b42c8a22c945571fd/test_coverage)](https://codeclimate.com/github/intridea/hashie/test_coverage)
+[![Maintainability](https://api.codeclimate.com/v1/badges/7a0b42c8a22c945571fd/maintainability)](https://codeclimate.com/github/intridea/hashie/maintainability)
Hashie is a growing collection of tools that extend Hashes and make them more useful.