20862: Update gemspec to reflect forked gem name.
authorTom Clegg <tom@curii.com>
Fri, 18 Aug 2023 19:36:14 +0000 (15:36 -0400)
committerTom Clegg <tom@curii.com>
Fri, 18 Aug 2023 19:36:14 +0000 (15:36 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

arvados-google-api-client.gemspec [moved from google-api-client.gemspec with 82% similarity]

similarity index 82%
rename from google-api-client.gemspec
rename to arvados-google-api-client.gemspec
index 637ed5ae4bced24a7efafe748d4b04b0cf4f2703..92eda9e64abe6bc575d54da165c26fb682f41f4f 100644 (file)
@@ -9,10 +9,10 @@ Gem::Specification.new do |s|
   s.require_paths = ["lib"]
   s.authors = ["Bob Aman", "Steven Bazyl"]
   s.license = "Apache-2.0"
-  s.description = "The Google API Ruby Client makes it trivial to discover and access supported APIs."
-  s.email = "sbazyl@google.com"
+  s.description = "Fork of google-api-client used by Ruby-based Arvados components."
+  s.email = "dev@arvados.org"
   s.extra_rdoc_files = ["README.md"]
-  s.files = %w(google-api-client.gemspec Rakefile LICENSE CHANGELOG.md README.md Gemfile)
+  s.files = %w(arvados-google-api-client.gemspec Rakefile LICENSE CHANGELOG.md README.md Gemfile)
   s.files += Dir.glob("lib/**/*.rb")
   s.files += Dir.glob("lib/cacerts.pem")
   s.files += Dir.glob("spec/**/*.{rb,opts}")
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
   s.files += Dir.glob("website/**/*")
   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."
+  s.summary = "Fork of google-api-client used by Ruby-based Arvados components."
 
   s.add_runtime_dependency 'addressable', '~> 2.3'
   s.add_runtime_dependency 'signet', '~> 0.6'