google-cloud-env 1.5.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/CONTRIBUTING.md +1 -1
- data/SECURITY.md +7 -0
- data/lib/google/cloud/env/version.rb +1 -1
- metadata +12 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c1d6be34c567d4881e2f9e841727cbde968ae37bfd41b5d27bcd3c7b21840d8c
|
|
4
|
+
data.tar.gz: 7aa6c6c1805fb4f51e1b76685740c47a8017629447ab0d7f91f602761e0b7c89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 85b70ad063ca34727e9838b78933231c7181b8d82cd3c12fd69a199da4af7d24655700147277a9dea7cab575f5d90b1007337a2bfbde24f087e573f8bd77c57b
|
|
7
|
+
data.tar.gz: dc25667e37ffd201c6000542e2f4fcba4f2f1466bd7f6167932322cb0fd40a9fbbfbb42033ed836f1db98f836b6cdd4e1ce345b362cf746b0ba86019e43d2631
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
+
## [1.6.0](https://www.github.com/googleapis/ruby-cloud-env/compare/google-cloud-env/v1.5.0...google-cloud-env/v1.6.0) (2022-03-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **deps:** update actions/setup-node action to v3 ([#27](https://www.github.com/googleapis/ruby-cloud-env/issues/27)) ([ffb9430](https://www.github.com/googleapis/ruby-cloud-env/commit/ffb9430e67bc4504d8c4f69203a0f911a90bff5a))
|
|
9
|
+
|
|
3
10
|
### 1.5.0 (2021-03-08)
|
|
4
11
|
|
|
5
12
|
#### Features
|
data/CONTRIBUTING.md
CHANGED
|
@@ -68,4 +68,4 @@ $ bundle exec rake rubocop
|
|
|
68
68
|
|
|
69
69
|
## Code of Conduct
|
|
70
70
|
|
|
71
|
-
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See
|
|
71
|
+
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See {file:CODE_OF_CONDUCT.md Code of Conduct} for more information.
|
data/SECURITY.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Security Policy
|
|
2
|
+
|
|
3
|
+
To report a security issue, please use [g.co/vulnz](https://g.co/vulnz).
|
|
4
|
+
|
|
5
|
+
The Google Security Team will respond within 5 working days of your report on g.co/vulnz.
|
|
6
|
+
|
|
7
|
+
We use g.co/vulnz for our intake, and do coordination and disclosure here using GitHub Security Advisory to privately discuss and fix the issue.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-env
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Azuma
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-03-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: 0.17.3
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
22
|
+
version: '3.0'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: 0.17.3
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
32
|
+
version: '3.0'
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: autotest-suffix
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -186,13 +186,18 @@ files:
|
|
|
186
186
|
- CONTRIBUTING.md
|
|
187
187
|
- LICENSE
|
|
188
188
|
- README.md
|
|
189
|
+
- SECURITY.md
|
|
189
190
|
- lib/google-cloud-env.rb
|
|
190
191
|
- lib/google/cloud/env.rb
|
|
191
192
|
- lib/google/cloud/env/version.rb
|
|
192
|
-
homepage: https://github.com/googleapis/
|
|
193
|
+
homepage: https://github.com/googleapis/ruby-cloud-env
|
|
193
194
|
licenses:
|
|
194
195
|
- Apache-2.0
|
|
195
|
-
metadata:
|
|
196
|
+
metadata:
|
|
197
|
+
changelog_uri: https://googleapis.dev/ruby/google-cloud-env/v1.6.0/file.CHANGELOG.html
|
|
198
|
+
source_code_uri: https://github.com/googleapis/ruby-cloud-env
|
|
199
|
+
bug_tracker_uri: https://github.com/googleapis/ruby-cloud-env/issues
|
|
200
|
+
documentation_uri: https://googleapis.dev/ruby/google-cloud-env/v1.6.0
|
|
196
201
|
post_install_message:
|
|
197
202
|
rdoc_options: []
|
|
198
203
|
require_paths:
|
|
@@ -208,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
208
213
|
- !ruby/object:Gem::Version
|
|
209
214
|
version: '0'
|
|
210
215
|
requirements: []
|
|
211
|
-
rubygems_version: 3.
|
|
216
|
+
rubygems_version: 3.3.5
|
|
212
217
|
signing_key:
|
|
213
218
|
specification_version: 4
|
|
214
219
|
summary: Google Cloud Platform hosting environment information.
|