From: Lucas Di Pentima Date: Wed, 1 Jul 2020 19:10:28 +0000 (-0300) Subject: 16470: Updates gemspec to reflect arvados' repository page. X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/17a36a0dbba1512c754fede99c95e3efdb0a647f?ds=sidebyside 16470: Updates gemspec to reflect arvados' repository page. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/google-api-client.gemspec b/google-api-client.gemspec index 0f7cde1b51..637ed5ae4b 100644 --- a/google-api-client.gemspec +++ b/google-api-client.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |s| s.files += Dir.glob("vendor/**/*.rb") s.files += Dir.glob("tasks/**/*") s.files += Dir.glob("website/**/*") - s.homepage = "https://github.com/curoverse/google-api-ruby-client/" + s.homepage = "https://github.com/arvados/google-api-ruby-client/" s.rdoc_options = ["--main", "README.md"] s.summary = "The Google API Ruby Client makes it trivial to discover and access Google's REST APIs."