google-analytics-data 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/analytics/data/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c324b7473860f332f00e57577ef1cbe94ec8b97566a1f58da3c12e7feac45c6
|
4
|
+
data.tar.gz: aa35a1a20223ad1f157f19f9724b8a76c0c76ae498ba95d11a4383f0f90f4819
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe4d91d4b83a6c9e9056a3a338cfc9fcb3dabf32c6b4e4fda5e180a1f23e41c20a97d445f0ff5a8fc3c92a6fcc77503ce6f0e7669a653ccf5a5c480043c7354b
|
7
|
+
data.tar.gz: e06df6bf21438598b3b366e11c96548c838d702ecedf4658afc1246a825f4cb4ba20015ab2d9c6dba8535832d3c52ec7548bc9c60df0f238005078ccda4193de
|
data/README.md
CHANGED
@@ -32,7 +32,7 @@ In order to use this library, you first need to go through the following steps:
|
|
32
32
|
1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
|
33
33
|
1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
|
34
34
|
1. [Enable the API.](https://console.cloud.google.com/apis/library/analyticsdata.googleapis.com)
|
35
|
-
1.
|
35
|
+
1. [Set up authentication.](https://github.com/googleapis/google-cloud-ruby/blob/main/google-analytics-data/AUTHENTICATION.md)
|
36
36
|
|
37
37
|
## Enabling Logging
|
38
38
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-analytics-data
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-analytics-data-v1beta
|