google-analytics-data 0.7.2 → 0.9.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: a7ade949e4ee5ba4ec9f3f2a04b27cc12ae74d174f542e485f5ba9673fb2f8c6
4
- data.tar.gz: b057eab7ab7ee799f9db4a10827a537ad4d707153dda772a292fcc4146acae4a
3
+ metadata.gz: c9bf872074e0c58c703736a580a612485afa62b7a94b2d33ca297702cb4d8346
4
+ data.tar.gz: f78a9b2b80240ed45a3130ea24b432cc066f1612177bbcb826d6f78a0053e10b
5
5
  SHA512:
6
- metadata.gz: c4e0b471c32b128b58d33cc9ea8e6b85b8659f52866306250aabd9ea147c1d196ddbb1c07e0facdd9a930e824c8f53a898198824bec08891832cd55d55cc0c38
7
- data.tar.gz: 1b1a6249f67edbd655eef9676a27f0905d50ed7c099a52f7b9fd3f8918b0fd64722bd0ec2c2b7393b7748341aa2a63e013d9f3088dd1f41835dd8029d9cf32ba
6
+ metadata.gz: 6e68157f2aeecb3c99292f9cedcbc57489853555fcd51824788c72d8f75c600fb5289c54b3d18ee0a7d3fd3e6b4e7f626fcb1851786c3eae06de996cd0f3a895
7
+ data.tar.gz: 62a219ad0a9bdafa710bfed93d1fadb21249bdd717f3593bde79c7ce99e4cb6e89e871d2e2d1d53cae1cf237620d6b3928c177847e2418382346c1fef1259cb4
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.7.2"
23
+ VERSION = "0.9.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-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -69,7 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
69
  requirements:
70
70
  - - ">="
71
71
  - !ruby/object:Gem::Version
72
- version: '3.0'
72
+ version: '3.2'
73
73
  required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - ">="