google-cloud-resource_manager 0.33.1 → 0.33.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7ad045ab870f92779ad12c2f01e64235113d7ef9cf44964fa0f3efb38ffc91ca
4
- data.tar.gz: 76a660004a78af2279ccb02722d59c80be8305bc854d6ff4ce94af416f92c566
3
+ metadata.gz: 349c47cd145c2cebb9e8dc80eef5aee620b78374840ffd6bf715259e1556f16f
4
+ data.tar.gz: 44ab6255c6ced6431188aa366cccfd6ddba5a006a67b4a44cef3a1f597183703
5
5
  SHA512:
6
- metadata.gz: 9b8a264eb9567cb008f4424c41bec423c238a880facaa955ec429114128c5910008a45cd70e3671933787910941762da332256847676680ca65367bdf5c1409e
7
- data.tar.gz: 660813bf5c3c8c1eb1f800522c77490dff566460f1efe6d1d2e0c33723b879c4154f92119f6b6666f86fee304c51e00183d7d609b605f9c01af49deae0870d7a
6
+ metadata.gz: b87cb238e62790077ada95096d96013a32fe5523874eba0223f455c22c0a1dc446fa01601ce4bc0a07daf633cad4dc63d4076e176d5abac75d45460f29f14161
7
+ data.tar.gz: 75689de235645c4ba36f36d226e5e2cdf57239cee3908aa7ff7b44e28be2964a3d477f1866247e74b8e77dc04f708285c85747c70537737361263fcd770be415
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 0.33.2 / 2020-04-01
4
+
5
+ #### Documentation
6
+
7
+ * fix some incorrect markdown causing spurious links
8
+
3
9
  ### 0.33.1 / 2020-02-04
4
10
 
5
11
  #### Bug Fixes
@@ -71,7 +71,7 @@ module Google
71
71
  # * `NAME:howl` - Equivalent to above.
72
72
  # * `labels.color:*` - The project has the label color.
73
73
  # * `labels.color:red` - The project's label color has the value red.
74
- # * <code>labels.color:red labels.size:big</code> - The project's
74
+ # * `labels.color:red labels.size:big` - The project's
75
75
  # label color has the value red and its label size has the value
76
76
  # big.
77
77
  # @param [String] token A previously-returned page token representing
@@ -160,11 +160,11 @@ module Google
160
160
  #
161
161
  # Label keys must be between 1 and 63 characters long and must conform
162
162
  # to the following regular expression:
163
- # <code>[a-z]([-a-z0-9]*[a-z0-9])?</code>.
163
+ # `[a-z]([-a-z0-9]*[a-z0-9])?`.
164
164
  #
165
165
  # Label values must be between 0 and 63 characters long and must
166
166
  # conform to the regular expression
167
- # <code>([a-z]([-a-z0-9]*[a-z0-9])?)?</code>.
167
+ # `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
168
168
  #
169
169
  # No more than 256 labels can be associated with a given resource.
170
170
  # @param [Resource] parent A parent Resource. Optional.
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module ResourceManager
19
- VERSION = "0.33.1".freeze
19
+ VERSION = "0.33.2".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-resource_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.1
4
+ version: 0.33.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Moore
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-02-05 00:00:00.000000000 Z
12
+ date: 2020-04-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core