google-analytics-admin 0.7.0 → 0.8.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 642fbd22289e5867d7a7870cada3fa8af75e8a847f64a9c92efb8d77647bd817
4
- data.tar.gz: 8270fff90306034134e6396afebd3e4129a64adb0597860d6fc62282fd37c58a
3
+ metadata.gz: c02e2e876a2665df8f4d92f8fe3c9b0e291e5324f441d205d29e0af18edc6987
4
+ data.tar.gz: b7d3e88b8aad2c8f892a80644ad1c37f9ef597e8ce7be5a4bb5c9f12951b8ddc
5
5
  SHA512:
6
- metadata.gz: 39739b71857670d577716f0f6cef521dfbced44c08be34862d17097c46f83af22b9f2eff0bcce61a84a899c4356047772c4c599d3c521a39a99d9aa1c45feaf1
7
- data.tar.gz: da17dba005b7157dc32c9d8c46074f162ec654297df3570b3d538c5f5e6cf3166e196109b30d589db206d44a13b45865fda39ad5a8c0d961f3c0f360188ab7d1
6
+ metadata.gz: bda0fce4f350d96bc90b6dadb67a60558d090aab017ba3010baa2ea920d862991515dff003fa1c260a8b5a3e89188150a2f309d0be3fea93d8d415c5e16ff98c
7
+ data.tar.gz: 1c8a8889fbe79764d67c81c1ff2a773e8b8903b37ccfed856ffd47bf9f7f12cc5b9b73e0cac1987fa48f76bf3c2eb193c98b65ad7eabca87a7243d837869260b
data/README.md CHANGED
@@ -71,7 +71,7 @@ working, try updating the versioned clients in your bundle or installed gems:
71
71
 
72
72
  ## Supported Ruby Versions
73
73
 
74
- This library is supported on Ruby 3.0+.
74
+ This library is supported on Ruby 3.2+.
75
75
 
76
76
  Google provides official support for Ruby versions that are actively supported
77
77
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Analytics
22
22
  module Admin
23
- VERSION = "0.7.0"
23
+ VERSION = "0.8.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-analytics-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC