google-cloud-org_policy 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/google/cloud/org_policy/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5bbce335ff9dbf405e29774ac616f3e7da677baa756d3d4a8d2b97368e542c70
|
4
|
+
data.tar.gz: 6a0120923215980190370a3f4260b874c746a0aa884c10aaf91f962ef91e38a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1245c72eec38361dcda15eaadb07ef5eb481d4d4292ecd13fd666aa733c6d875da7fa0562ce5c68907d2009594d5de1fb86acbbe7b98047361c87445c6a2d7a0
|
7
|
+
data.tar.gz: dfd30c4c42f407215ec0c4c2d2703538d4386d1cbdd98414923cee7d3ededf3bcdcbfb3400ef72c2aecff58db628aa2eb280a0925786cab663784ae9166330cd
|
data/README.md
CHANGED
@@ -62,11 +62,11 @@ end
|
|
62
62
|
|
63
63
|
## Supported Ruby Versions
|
64
64
|
|
65
|
-
This library is supported on Ruby 2.
|
65
|
+
This library is supported on Ruby 2.5+.
|
66
66
|
|
67
67
|
Google provides official support for Ruby versions that are actively supported
|
68
68
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
69
|
-
in security maintenance, and not end of life. Currently, this means Ruby 2.
|
69
|
+
in security maintenance, and not end of life. Currently, this means Ruby 2.5
|
70
70
|
and later. Older versions of Ruby _may_ still work, but are unsupported and not
|
71
71
|
recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
|
72
72
|
about the Ruby support schedule.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-org_policy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-03-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -44,14 +44,14 @@ dependencies:
|
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 1.
|
47
|
+
version: 1.25.1
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 1.
|
54
|
+
version: 1.25.1
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: minitest
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -176,14 +176,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
176
176
|
requirements:
|
177
177
|
- - ">="
|
178
178
|
- !ruby/object:Gem::Version
|
179
|
-
version: '2.
|
179
|
+
version: '2.5'
|
180
180
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
181
181
|
requirements:
|
182
182
|
- - ">="
|
183
183
|
- !ruby/object:Gem::Version
|
184
184
|
version: '0'
|
185
185
|
requirements: []
|
186
|
-
rubygems_version: 3.2.
|
186
|
+
rubygems_version: 3.2.13
|
187
187
|
signing_key:
|
188
188
|
specification_version: 4
|
189
189
|
summary: API Client library for the Organization Policy API
|