File: google-apis-dns_v1.gemspec

package info (click to toggle)
ruby-google-apis-dns-v1 0.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: ruby: 1,378; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 2,546 bytes parent folder | download
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
31
32
33
34
#########################################################
# This file has been automatically generated by gem2tgz #
#########################################################
# -*- encoding: utf-8 -*-
# stub: google-apis-dns_v1 0.12.0 ruby lib

Gem::Specification.new do |s|
  s.name = "google-apis-dns_v1".freeze
  s.version = "0.12.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "bug_tracker_uri" => "https://github.com/googleapis/google-api-ruby-client/issues", "changelog_uri" => "https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1/CHANGELOG.md", "documentation_uri" => "https://googleapis.dev/ruby/google-apis-dns_v1/v0.12.0", "source_code_uri" => "https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Google LLC".freeze]
  s.date = "2021-07-05"
  s.description = "This is the simple REST client for Cloud DNS API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Cloud DNS API, but note that some services may provide a separate modern client that is easier to use.".freeze
  s.email = "googleapis-packages@google.com".freeze
  s.files = [".yardopts".freeze, "CHANGELOG.md".freeze, "LICENSE.md".freeze, "OVERVIEW.md".freeze, "lib/google-apis-dns_v1.rb".freeze, "lib/google/apis/dns_v1.rb".freeze, "lib/google/apis/dns_v1/classes.rb".freeze, "lib/google/apis/dns_v1/gem_version.rb".freeze, "lib/google/apis/dns_v1/representations.rb".freeze, "lib/google/apis/dns_v1/service.rb".freeze]
  s.homepage = "https://github.com/google/google-api-ruby-client".freeze
  s.licenses = ["Apache-2.0".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.5".freeze)
  s.rubygems_version = "3.3.15".freeze
  s.summary = "Simple REST client for Cloud DNS API V1".freeze

  if s.respond_to? :specification_version then
    s.specification_version = 4
  end

  if s.respond_to? :add_runtime_dependency then
    s.add_runtime_dependency(%q<google-apis-core>.freeze, [">= 0.4", "< 2.a"])
  else
    s.add_dependency(%q<google-apis-core>.freeze, [">= 0.4", "< 2.a"])
  end
end