google-analytics-admin 0.7.0 → 0.8.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: 642fbd22289e5867d7a7870cada3fa8af75e8a847f64a9c92efb8d77647bd817
4
- data.tar.gz: 8270fff90306034134e6396afebd3e4129a64adb0597860d6fc62282fd37c58a
3
+ metadata.gz: 960cfcacb61a21079a5db8faa76031cce4213a67819b602bef1c7b869e6f3712
4
+ data.tar.gz: 8b33721a2a14186a1b50cbc1f6041a0684bd3adda7825f6d02c040f7a5ed824b
5
5
  SHA512:
6
- metadata.gz: 39739b71857670d577716f0f6cef521dfbced44c08be34862d17097c46f83af22b9f2eff0bcce61a84a899c4356047772c4c599d3c521a39a99d9aa1c45feaf1
7
- data.tar.gz: da17dba005b7157dc32c9d8c46074f162ec654297df3570b3d538c5f5e6cf3166e196109b30d589db206d44a13b45865fda39ad5a8c0d961f3c0f360188ab7d1
6
+ metadata.gz: f930daddd3ec13e0c88b5217b66ee3c77a8339ad4c218ae9fb1edb2860eb0c2aa795be4daf40173d867b34ff438bb19cab505789ed3b88b3b6e46bd0eee3e554
7
+ data.tar.gz: 198a8025405492b074d9fe7b0a801f4c7d71e5867e4b2c9b6cce22876b6084426228620d426f58b00fcfb2df331f4911bee98c8be3a2c6aa2ba3e89ce1165d1e
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.1"
24
24
  end
25
25
  end
26
26
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2021 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2021 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC