README.md in ruby-jq-0.1.4 vs README.md in ruby-jq-0.1.5

- old
+ new

@@ -2,12 +2,12 @@ Ruby bindings for jq. see [http://stedolan.github.io/jq/](http://stedolan.github.io/jq/). -[![Gem Version](https://badge.fury.io/rb/ruby-jq.png)](http://badge.fury.io/rb/ruby-jq) -[![Build Status](https://drone.io/bitbucket.org/winebarrel/ruby-jq/status.png)](https://drone.io/bitbucket.org/winebarrel/ruby-jq/latest) +[![Gem Version](https://badge.fury.io/rb/ruby-jq.svg)](http://badge.fury.io/rb/ruby-jq) +[![Build Status](https://travis-ci.org/winebarrel/ruby-jq.svg?branch=master)](https://travis-ci.org/winebarrel/ruby-jq) ## Installation First, please install libjq from HEAD of [git repository](https://github.com/stedolan/jq). @@ -18,12 +18,9 @@ ./configure --enable-shared make sudo make install sudo ldconfig ``` - -(You can download it from [here](https://bitbucket.org/winebarrel/ruby-jq/downloads/libjq-osx-10.8.5-2003a0440f3b75f7cdc216e8254a1eb2e466843c.tar.gz) if you're using OSX) - Add this line to your application's Gemfile: gem 'ruby-jq'