mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.5 KiB
28 lines
1.5 KiB
# -*- encoding: utf-8 -*-
|
|
# stub: google-cloud-env 2.3.1 ruby lib
|
|
|
|
Gem::Specification.new do |s|
|
|
s.name = "google-cloud-env".freeze
|
|
s.version = "2.3.1".freeze
|
|
|
|
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/ruby-cloud-env/issues", "changelog_uri" => "https://rubydoc.info/gems/google-cloud-env/2.3.1/CHANGELOG.md", "documentation_uri" => "https://rubydoc.info/gems/google-cloud-env/2.3.1", "source_code_uri" => "https://github.com/googleapis/ruby-cloud-env" } if s.respond_to? :metadata=
|
|
s.require_paths = ["lib".freeze]
|
|
s.authors = ["Daniel Azuma".freeze]
|
|
s.date = "1980-01-02"
|
|
s.description = "google-cloud-env provides information on the Google Cloud Platform hosting environment. Applications can use this library to determine hosting context information such as the project ID, whether App Engine is running, what tags are set on the VM instance, and much more.".freeze
|
|
s.email = ["dazuma@google.com".freeze]
|
|
s.homepage = "https://github.com/googleapis/ruby-cloud-env".freeze
|
|
s.licenses = ["Apache-2.0".freeze]
|
|
s.required_ruby_version = Gem::Requirement.new(">= 3.1".freeze)
|
|
s.rubygems_version = "3.6.9".freeze
|
|
s.summary = "Google Cloud Platform hosting environment information.".freeze
|
|
|
|
s.installed_by_version = "4.0.3".freeze
|
|
|
|
s.specification_version = 4
|
|
|
|
s.add_runtime_dependency(%q<base64>.freeze, ["~> 0.2".freeze])
|
|
s.add_runtime_dependency(%q<faraday>.freeze, [">= 1.0".freeze, "< 3.a".freeze])
|
|
end
|