update version and changelog (#158)

This commit is contained in:
Graham Paye 2018-08-16 12:14:18 -07:00 committed by GitHub
parent e521abd799
commit b03268d33f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 5 deletions

View File

@ -1,11 +1,12 @@
sudo: false
language: ruby
rvm:
- 2.4
- 2.3
- 2.2
- 2.5.1
- 2.4.4
- 2.3.7
- 2.2.10
- 2.1.10
- 2.0.0
- 2.1
- 1.9.3
- rbx-2
- jruby-9.1.9.0

View File

@ -1,3 +1,7 @@
## 0.6.5 (2018/08/16)
* Fix incorrect http verb when revoking credentials.
## 0.6.4 (2018/08/03)
* Resolve issue where DefaultCredentials constant was undefined.

View File

@ -10,7 +10,6 @@
[![Gem Version](https://badge.fury.io/rb/googleauth.svg)](http://badge.fury.io/rb/googleauth)
[![Build Status](https://secure.travis-ci.org/google/google-auth-library-ruby.svg)](http://travis-ci.org/google/google-auth-library-ruby)
[![Coverage Status](https://coveralls.io/repos/google/google-auth-library-ruby/badge.svg)](https://coveralls.io/r/google/google-auth-library-ruby)
[![Dependency Status](https://gemnasium.com/google/google-auth-library-ruby.svg)](https://gemnasium.com/google/google-auth-library-ruby)
## Description