README.md in backlog_kit-0.18.0 vs README.md in backlog_kit-0.19.0

- old
+ new

@@ -1,18 +1,18 @@ # BacklogKit -[![Gem Version](https://badge.fury.io/rb/backlog_kit.svg)](http://badge.fury.io/rb/backlog_kit) +[![Gem Version](https://badge.fury.io/rb/backlog_kit.svg)](https://badge.fury.io/rb/backlog_kit) [![Build Status](https://travis-ci.org/emsk/backlog_kit.svg?branch=master)](https://travis-ci.org/emsk/backlog_kit) [![Build status](https://ci.appveyor.com/api/projects/status/no4jqaoimctfsejj?svg=true)](https://ci.appveyor.com/project/emsk/backlog-kit) [![Codecov](https://codecov.io/gh/emsk/backlog_kit/branch/master/graph/badge.svg)](https://codecov.io/gh/emsk/backlog_kit) [![Code Climate](https://codeclimate.com/github/emsk/backlog_kit/badges/gpa.svg)](https://codeclimate.com/github/emsk/backlog_kit) -[![Inline docs](http://inch-ci.org/github/emsk/backlog_kit.svg?branch=master)](http://inch-ci.org/github/emsk/backlog_kit) +[![Inline docs](https://inch-ci.org/github/emsk/backlog_kit.svg?branch=master)](https://inch-ci.org/github/emsk/backlog_kit) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) Ruby wrapper for the Nulab's Backlog API. -http://developer.nulab-inc.com/docs/backlog +https://developer.nulab.com/docs/backlog/ ## Installation Add this line to your application's Gemfile: @@ -98,21 +98,22 @@ client = BacklogKit::Client.new ``` ## Supported Backlog API Version -BacklogKit supports Backlog API [2.32.0](http://developer.nulab-inc.com/docs/backlog/changes#2-32-0-2018-10-22). +BacklogKit supports Backlog API [2.32.2](https://developer.nulab.com/docs/backlog/changes/#2-32-2-2018-12-18). -BacklogKit's API documentation is [here](http://www.rubydoc.info/gems/backlog_kit). +BacklogKit's API documentation is [here](https://www.rubydoc.info/gems/backlog_kit). ## Supported Ruby Versions * Ruby 2.0.0 * Ruby 2.1 * Ruby 2.2 * Ruby 2.3 * Ruby 2.4 * Ruby 2.5 +* Ruby 2.6 ## Contributing 1. Fork it ( https://github.com/emsk/backlog_kit/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`)