From c0cbe7060df25b8827570555711e769984987ca5 Mon Sep 17 00:00:00 2001 From: Graham Paye Date: Tue, 29 Oct 2019 13:40:28 -0700 Subject: [PATCH] set documentation uri to googleapis.dev location (#840) --- README.md | 2 +- google-api-client.gemspec | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a3feae5e..8e1197416 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/google-api-client.gemspec b/google-api-client.gemspec index 817810a48..699e5f256 100644 --- a/google-api-client.gemspec +++ b/google-api-client.gemspec @@ -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")