google-cloud-advisory_notifications 1.3.0 → 1.3.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a20aad42307f6025884bd6858ae981da3b91ff866a6803d316b5cdce1403d0b
4
- data.tar.gz: c43e6a4d03109db4d96d0b7ffefd4babaca4822d624e2b00ac4ee9ae475a241d
3
+ metadata.gz: 6da718ecfe6a14ab75860e4151c7055b8bf8e77eafa7a27e4cfbe44329952787
4
+ data.tar.gz: 1c5c83c3c3882253dcd875b941302744bcfd0b5b5fb18c73f97dbbc0f6503d94
5
5
  SHA512:
6
- metadata.gz: 21fa446e01908a6fc851ad3e9de147e816d5363f9257cc2079f29999e6927e9dd7273ba5dcf05330e917183a289313c7698b5c6ab98dd291ffc015b0d022f33d
7
- data.tar.gz: c255f1763012ca74e85e0f3b7388e968688b9e1f3bb2fe54133aeb867b58652158a4e89124aa261a5bbd5c52d8da87afbd9839a25982dc0d74728894f3372221
6
+ metadata.gz: 0e05d411afb724ccdc7babf865d6aa49d846bd0a98c7b0452d9b055cfd26efe2c1c7429b6097f68b16ab3b29e6f1989a4a032d08c478a12ae2a61ab056a46352
7
+ data.tar.gz: eba492ea67b2640198fd0eeeb972d1d4a75f550c43c5b8fb7f4482d98362659fe65458b666954d91c5393d26184769085949b23d04de354face80837a9bf09fc
data/README.md CHANGED
@@ -6,7 +6,7 @@ An API for accessing Advisory Notifications in Google Cloud.
6
6
  Actual client classes for the various versions of this API are defined in
7
7
  _versioned_ client gems, with names of the form `google-cloud-advisory_notifications-v*`.
8
8
  The gem `google-cloud-advisory_notifications` is the main client library that brings the
9
- verisoned gems in as dependencies, and provides high-level methods for
9
+ versioned gems in as dependencies, and provides high-level methods for
10
10
  constructing clients. More information on versioned clients can be found below
11
11
  in the section titled *Which client should I use?*.
12
12
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module AdvisoryNotifications
23
- VERSION = "1.3.0"
23
+ VERSION = "1.3.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-advisory_notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-advisory_notifications-v1
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.2
77
+ rubygems_version: 3.6.8
78
78
  specification_version: 4
79
79
  summary: An API for accessing Advisory Notifications in Google Cloud.
80
80
  test_files: []