google-analytics-admin 0.1.2 → 0.1.3

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: 032b2297ef86e533c6cfd2dc7e6e196e59b01d3b10407af322e1464e6392e096
4
- data.tar.gz: ea1604436f6f0c5f3ede9463648ac4ae583a514c87ce6a7aa87df74ad84e7d42
3
+ metadata.gz: 98942a47bd0dec2ef4f7ee9527d4408dfbbd3ebce837e696bf8f0892c3139024
4
+ data.tar.gz: a2c68371971067da7a25c8c95c9e5bc641794eb3645049ac42adf16e520948da
5
5
  SHA512:
6
- metadata.gz: 76d34603888bc3009d1e49439ab9cfc7361bb4e63826cf8bad2535eb18c763db9e80708b452f6da68eb4c74937ca4f6dead2d94999e08ece0dc983bf2447d312
7
- data.tar.gz: 118bdd7e80fb1324e8fa92c7aac5e8cc22e0434e02da9837e864b66b7fa8639de32e17d3c9df6884d1f78c589130f179f1a03d834e069a0e030d2eec4f30c39a
6
+ metadata.gz: 53c5a3276efab5b8844db18eddfe7786d2162d7592640f67930ca7ac59df0883b0ff443672bfb578dad4f4a6497df8ee0cb8535647eaf04eae8df7475a1bde15
7
+ data.tar.gz: eb04fa424f7d8ac7d5d3570300f77b5c4cab1b0b7577308c5260d80f88ffe3552c514501a5fee42bd1bb45130b029ffce6fe825d46839d6d117e5ffe0eee8266
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  API Client library for the Google Analytics Admin API
4
4
 
5
- The Analytics Admin API allows for programmatic access to the Google Analytics App+Web configuration data. You can use the Google Analytics Admin API to manage accounts and App+Web properties. Note that google-analytics-admin-v1alpha is a version-specific client library. For most uses, we recommend installing the main client library google-analytics-admin instead. See the readme for more details.
5
+ The Analytics Admin API allows for programmatic access to the Google Analytics App+Web configuration data. You can use the Google Analytics Admin API to manage accounts and App+Web properties.
6
6
 
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*`.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Analytics
22
22
  module Admin
23
- VERSION = "0.1.2"
23
+ VERSION = "0.1.3"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-analytics-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-12 00:00:00.000000000 Z
11
+ date: 2021-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-analytics-admin-v1alpha
@@ -158,9 +158,7 @@ dependencies:
158
158
  version: '0.9'
159
159
  description: The Analytics Admin API allows for programmatic access to the Google
160
160
  Analytics App+Web configuration data. You can use the Google Analytics Admin API
161
- to manage accounts and App+Web properties. Note that google-analytics-admin-v1alpha
162
- is a version-specific client library. For most uses, we recommend installing the
163
- main client library google-analytics-admin instead. See the readme for more details.
161
+ to manage accounts and App+Web properties.
164
162
  email: googleapis-packages@google.com
165
163
  executables: []
166
164
  extensions: []