From e1ada97303b4e4d2e209aa5502e1d00e9bfeea83 Mon Sep 17 00:00:00 2001 From: Csaba Apagyi Date: Tue, 25 Apr 2017 12:13:31 +0200 Subject: [PATCH] Add build and gem badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 27a3b26..6d4d276 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Json::Streamer +[![Build Status](https://travis-ci.org/thisismydesign/json-streamer.svg?branch=master)](https://travis-ci.org/thisismydesign/json-streamer) +[![Gem Version](https://badge.fury.io/rb/json-streamer.svg)](https://badge.fury.io/rb/json-streamer) + Ruby utility that supports JSON streaming allowing you to get data based on various criteria (key, nesting level, etc). *If you've tried JSON streaming with other Ruby libraries before (e.g. [JSON::Stream](https://github.com/dgraham/json-stream), [Yajl::FFI](https://github.com/dgraham/yajl-ffi)):*