Make the old google-api-client 0.8 release compatible with ruby 2.3.7,
[arvados.git] / google-api-client.gemspec
index e5e3498058881ee7d7833a63fc5500a1a0a04159..da7afe9327945378f98d5de0d2a1a41645c71a37 100644 (file)
@@ -2,7 +2,7 @@
 require File.join(File.dirname(__FILE__), 'lib/google/api_client', 'version')
 
 Gem::Specification.new do |s|
-  s.name = "google-api-client"
+  s.name = "cure-google-api-client"
   s.version = Google::APIClient::VERSION::STRING
 
   s.required_rubygems_version = ">= 1.3.5"
@@ -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/google/google-api-ruby-client/"
+  s.homepage = "https://github.com/cure/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."