From 519df4903cacaa6d601a6f9ee6a3a96daf859ba0 Mon Sep 17 00:00:00 2001 From: Jan Lelis Date: Thu, 10 Jan 2019 18:07:47 +0100 Subject: [PATCH] Add version and default gem badges This shows the current gem version and link to the gem pages on rubygems.org and stdgems.org --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a230e1fe..dad026ba 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Build Status](https://travis-ci.org/ruby/bigdecimal.svg?branch=master)](https://travis-ci.org/ruby/bigdecimal) [![Build status](https://ci.appveyor.com/api/projects/status/4j596bhldmmtcjpf/branch/master?svg=true)](https://ci.appveyor.com/project/ruby/bigdecimal/branch/master) +[![Current Version](https://badge.fury.io/rb/bigdecimal.svg)](https://badge.fury.io/rb/bigdecimal) +[![Default Gem](https://img.shields.io/badge/stdgem-default-9c1260.svg)](https://stdgems.org/bigdecimal) BigDecimal provides an arbitrary-precision decimal floating-point number class.