google-analytics-admin 0.6.1 → 0.6.2

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: 8998532333f17047d266a7a9307a1a2c3411619af6a2366f123e8829311a05af
4
- data.tar.gz: 656ff2f85dd26f80874fe1b87481cd51e02ce3bd9c00b213cf453f0f0d8ded6d
3
+ metadata.gz: eb8cb4365df1d2f7d38a09a5c46e18522f1002bab00b988be0885060ca2a9736
4
+ data.tar.gz: 0da77044b81d43f46ad06fb9e01bdad1ef3d5f8a4e5ce24c51dc1582562f3e41
5
5
  SHA512:
6
- metadata.gz: 7391c3dedc3cbfa5e5e6f07db55c21ce589a30882bb386f2d292e11da80054e31e18c43298048375a58a3202cc3cd7bbfa1ce5c8f43a2c18bf6d3d34d1ff08e2
7
- data.tar.gz: 4057c9c7fa09ee87ddd5dba016c1498511f0615a01419fdcb1ed5acdacc5fdc69a187d618c323da6e285ba60c47816d2a040ecc2121f663ef5f451840b7f6b8f
6
+ metadata.gz: cb47c01bc4053c523dea1a1b8c2f6118a815d054de0fa0a6551c9f60847977fd45d25a05af0fcc281f114ce5bb03f4bb6aab668200f44388990f94335c4dc1e3
7
+ data.tar.gz: a4e7ca726cfb985e7552dbc1c837eaeb42c719cf5cfd09d089f23ac872af5ded1e757aa6cf2dc33c377fd5c725a96a850a00156068cf676de27f3c5d7f4152db
data/README.md CHANGED
@@ -7,7 +7,7 @@ The Analytics Admin API allows for programmatic access to the Google Analytics A
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-analytics-admin-v*`.
9
9
  The gem `google-analytics-admin` 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
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Analytics
22
22
  module Admin
23
- VERSION = "0.6.1"
23
+ VERSION = "0.6.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-analytics-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-31 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-analytics-admin-v1alpha
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.6.2
79
+ rubygems_version: 3.6.8
80
80
  specification_version: 4
81
81
  summary: API Client library for the Google Analytics Admin API
82
82
  test_files: []