google-analytics-data 0.8.0 → 0.9.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: 8e6a99b4cb295e6b8e0e9c240ff5c0d59f8a11baf9fd0667230524158232af9a
4
- data.tar.gz: 7053330cd0fe1ab8c0cd5ee5a4772ba04b2583ecd903d7dca038dde9128578e6
3
+ metadata.gz: a60ed81d14ee80089389ce56e2e847f82316b10855104dbb3a76d9e57bb45b92
4
+ data.tar.gz: 4f11be0ba9499ac9f63e609e772753a45517826ecae30ed5e6438a28d2c84297
5
5
  SHA512:
6
- metadata.gz: d87e5be7907c443fe6ae9b304e2910d9f2f47c71afc47dea50ea25cec249c9600c8070e25514294b7d7319801aba2d67028bf8bd9b70abaf4c16835a7e6709c0
7
- data.tar.gz: 1fcb7636985a31f4c2f8fc031813f081cbd4834543012e2720d8b634c7fcf6a08c90d25f54a3bc859912351a93914abbdda5e2b27d548198f6c8e61fa374691d
6
+ metadata.gz: dbc619520af3fe58800bb384c9274a4f6c01644e3e9a8dded118b81d339e42bf387de12102400d1a7adfe0120acb906ae9165ae6359022ed3ab877941544325e
7
+ data.tar.gz: 3bed4b4989e8e19a81babf1c70519b20b0e85491b100fa8d4695e46ad451083878d77bd047685a244de049d98b705a3964613f03cf189bb91430368952c483f5
data/README.md CHANGED
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
74
74
 
75
75
  ## Supported Ruby Versions
76
76
 
77
- This library is supported on Ruby 3.0+.
77
+ This library is supported on Ruby 3.2+.
78
78
 
79
79
  Google provides official support for Ruby versions that are actively supported
80
80
  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 Data
23
- VERSION = "0.8.0"
23
+ VERSION = "0.9.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-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC