forked from googleapis/google-cloud-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoogle-cloud-batch-v1.gemspec
30 lines (23 loc) · 1.62 KB
/
google-cloud-batch-v1.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# -*- ruby -*-
# encoding: utf-8
require File.expand_path("lib/google/cloud/batch/v1/version", __dir__)
Gem::Specification.new do |gem|
gem.name = "google-cloud-batch-v1"
gem.version = Google::Cloud::Batch::V1::VERSION
gem.authors = ["Google LLC"]
gem.email = "googleapis-packages@google.com"
gem.description = "Google Cloud Batch is a fully managed service used by scientists, VFX artists, developers to easily and efficiently run batch workloads on Google Cloud. This service manages provisioning of resources to satisfy the requirements of the batch jobs for a variety of workloads including ML, HPC, VFX rendering, transcoding, genomics and others. Note that google-cloud-batch-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-batch instead. See the readme for more details."
gem.summary = "An API to manage the running of Batch resources on Google Cloud Platform."
gem.homepage = "https://github.com/googleapis/google-cloud-ruby"
gem.license = "Apache-2.0"
gem.platform = Gem::Platform::RUBY
gem.files = `git ls-files -- lib/*`.split("\n") +
`git ls-files -- proto_docs/*`.split("\n") +
["README.md", "LICENSE.md", "AUTHENTICATION.md", ".yardopts"]
gem.require_paths = ["lib"]
gem.required_ruby_version = ">= 2.7"
gem.add_dependency "gapic-common", ">= 0.21.1", "< 2.a"
gem.add_dependency "google-cloud-errors", "~> 1.0"
gem.add_dependency "google-cloud-location", ">= 0.7", "< 2.a"
gem.add_dependency "grpc-google-iam-v1", "~> 1.1"
end