google-apps-events-subscriptions 1.1.0 → 1.1.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: cb9ec73c155b0fa4754445c7a4371293a5518c70ed9d2355a6f478b5d258bf00
4
- data.tar.gz: 55037214275b0267de921c390b0f4121d0565c61657fe013897dc028cf386a9b
3
+ metadata.gz: 2e3495bba2ea4fd6521d45377a64853c39d5597a112eda6ac3775d1626f8ea03
4
+ data.tar.gz: 0ea0e6f8a25105ad7b92f298ffaa108f374f62c2b36cb95eafe1233dd57ab87b
5
5
  SHA512:
6
- metadata.gz: 64147d670dafef77e0269a204374c39db0425366c892dfdd327717bd86e932f13cf3c74a1330fc66e0aa42bde0b72f57f24f781e69d269c0b9eb0cdfa5dd5be3
7
- data.tar.gz: 200e16a0f3d301ad1c9a158f8c51a161177ccc06f4ba013611cf40bb70f564b52deb406245dcdafda39e37487d2d228013122d10a68f7f61971f3741eb7bfaaa
6
+ metadata.gz: 3fafdf21aec791ff167adf112f51f41802fd3686f20887afed1d1594d90318e191cfe9affe3d8f93f9ff87bbcc46ad3f377e2f3a19bc90f1d78e8d21d65f73ae
7
+ data.tar.gz: 499141fa3147fa76903305c74b9eafce3a89ba982eb99bf57ab5db25088bd566bda8704480238294753a4dc6d09a050b56ff29ad912c4f6b3a8a31e8e5012b62
data/README.md CHANGED
@@ -7,7 +7,7 @@ The Google Workspace Events API lets you subscribe to events and manage change n
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-apps-events-subscriptions-v*`.
9
9
  The gem `google-apps-events-subscriptions` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -21,7 +21,7 @@ module Google
21
21
  module Apps
22
22
  module Events
23
23
  module Subscriptions
24
- VERSION = "1.1.0"
24
+ VERSION = "1.1.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apps-events-subscriptions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.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-apps-events-subscriptions-v1
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.6.2
78
+ rubygems_version: 3.6.8
79
79
  specification_version: 4
80
80
  summary: The Google Workspace Events API lets you subscribe to events and manage change
81
81
  notifications across Google Workspace applications.