set documentation uri to googleapis.dev location (#840)

This commit is contained in:
Graham Paye 2019-10-29 13:40:28 -07:00 committed by GitHub
parent 306fc03d59
commit c0cbe7060d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Google API Client [![RubyDoc](https://img.shields.io/badge/RubyDoc-Google%3A%3AApis-red.svg)](https://www.rubydoc.info/github/googleapis/google-api-ruby-client/Google/Apis) [![Gem Version](https://badge.fury.io/rb/google-api-client.svg)](https://badge.fury.io/rb/google-api-client)
# Google API Client [![Documentation](https://img.shields.io/badge/docs-Google%3A%3AApis-red.svg)](https://googleapis.dev/ruby/google-api-client/latest/Google/Apis.html) [![Gem Version](https://badge.fury.io/rb/google-api-client.svg)](https://badge.fury.io/rb/google-api-client)
These client libraries are officially supported by Google. However, the libraries are considered complete and are in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features.

View File

@ -10,6 +10,9 @@ Gem::Specification.new do |spec|
spec.summary = 'Client for accessing Google APIs'
spec.homepage = 'https://github.com/google/google-api-ruby-client'
spec.license = 'Apache-2.0'
spec.metadata = {
"documentation_uri" => "https://googleapis.dev/ruby/google-api-client/v#{Google::Apis::VERSION}"
}
spec.files = `git ls-files -z`
.split("\x0")