README.md in trav3-0.5.1 vs README.md in trav3-1.0.0

- old
+ new

@@ -1,12 +1,11 @@ [![Gem Version](https://badge.fury.io/rb/trav3.svg)](http://badge.fury.io/rb/trav3) [![Build Status](https://travis-ci.org/danielpclark/trav3.svg?branch=master)](https://travis-ci.org/danielpclark/trav3) -[![Commits Since Release](https://img.shields.io/github/commits-since/danielpclark/trav3/v0.5.1.svg)](https://github.com/danielpclark/trav3/graphs/commit-activity) [![Maintainability](https://api.codeclimate.com/v1/badges/1ed07a4baea3832b6207/maintainability)](https://codeclimate.com/github/danielpclark/trav3/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/1ed07a4baea3832b6207/test_coverage)](https://codeclimate.com/github/danielpclark/trav3/test_coverage) [![Red The Docs](https://img.shields.io/badge/Read-the%20docs-blue.svg)](http://danielpclark.github.io/trav3/Trav3/Travis.html) -[![SayThanks.io](https://img.shields.io/badge/SayThanks.io-%E2%98%BC-1EAEDB.svg)](https://saythanks.io/to/danielpclark) +[![Feature Complete](https://img.shields.io/badge/Feature-Complete-brightgreen.svg)](https://saythanks.io/to/danielpclark) # Trav3 A simple abstraction layer for Travis CI API v3. @@ -20,10 +19,10 @@ ## Installation Add this line to your application's Gemfile: ```ruby -gem 'trav3' +gem 'trav3', '~> 1.0.0' ``` And then execute: $ bundle