google-analytics-data 0.1.4 → 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 +8 -9
- data/lib/google/analytics/data/version.rb +1 -1
- metadata +10 -30
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
@@ -16,7 +16,6 @@ for this library, google-analytics-data, to see the convenience methods for
|
|
16
16
|
constructing client objects. Reference documentation for the client objects
|
17
17
|
themselves can be found in the client library documentation for the versioned
|
18
18
|
client gems:
|
19
|
-
[google-analytics-data-v1alpha](https://googleapis.dev/ruby/google-analytics-data-v1alpha/latest),
|
20
19
|
[google-analytics-data-v1beta](https://googleapis.dev/ruby/google-analytics-data-v1beta/latest).
|
21
20
|
|
22
21
|
See also the [Product Documentation](https://developers.google.com/analytics/devguides/reporting/data/v1)
|
@@ -33,7 +32,7 @@ In order to use this library, you first need to go through the following steps:
|
|
33
32
|
1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
|
34
33
|
1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
|
35
34
|
1. [Enable the API.](https://console.cloud.google.com/apis/library/analyticsdata.googleapis.com)
|
36
|
-
1.
|
35
|
+
1. [Set up authentication.](https://github.com/googleapis/google-cloud-ruby/blob/main/google-analytics-data/AUTHENTICATION.md)
|
37
36
|
|
38
37
|
## Enabling Logging
|
39
38
|
|
@@ -63,21 +62,21 @@ end
|
|
63
62
|
|
64
63
|
## Supported Ruby Versions
|
65
64
|
|
66
|
-
This library is supported on Ruby 2.
|
65
|
+
This library is supported on Ruby 2.6+.
|
67
66
|
|
68
67
|
Google provides official support for Ruby versions that are actively supported
|
69
68
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
70
|
-
in security maintenance, and not end of life.
|
71
|
-
|
72
|
-
|
73
|
-
|
69
|
+
in security maintenance, and not end of life. Older versions of Ruby _may_
|
70
|
+
still work, but are unsupported and not recommended. See
|
71
|
+
https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby
|
72
|
+
support schedule.
|
74
73
|
|
75
74
|
## Which client should I use?
|
76
75
|
|
77
76
|
Most modern Ruby client libraries for Google APIs come in two flavors: the main
|
78
77
|
client library with a name such as `google-analytics-data`,
|
79
78
|
and lower-level _versioned_ client libraries with names such as
|
80
|
-
`google-analytics-data-
|
79
|
+
`google-analytics-data-v1beta`.
|
81
80
|
_In most cases, you should install the main client._
|
82
81
|
|
83
82
|
### What's the difference between the main client and a versioned client?
|
@@ -115,7 +114,7 @@ You can use a versioned client if you are content with a possibly lower-level
|
|
115
114
|
class interface, you explicitly want to avoid features provided by the main
|
116
115
|
client, or you want to access a specific service version not be covered by the
|
117
116
|
main client. You can identify versioned client gems because the service version
|
118
|
-
is part of the name, e.g. `google-analytics-data-
|
117
|
+
is part of the name, e.g. `google-analytics-data-v1beta`.
|
119
118
|
|
120
119
|
### What about the google-apis-<name> clients?
|
121
120
|
|
metadata
CHANGED
@@ -1,35 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-analytics-data
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1
|
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-01
|
11
|
+
date: 2022-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
-
- !ruby/object:Gem::Dependency
|
14
|
-
name: google-analytics-data-v1alpha
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - ">="
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '0.0'
|
20
|
-
- - "<"
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: 2.a
|
23
|
-
type: :runtime
|
24
|
-
prerelease: false
|
25
|
-
version_requirements: !ruby/object:Gem::Requirement
|
26
|
-
requirements:
|
27
|
-
- - ">="
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
version: '0.0'
|
30
|
-
- - "<"
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: 2.a
|
33
13
|
- !ruby/object:Gem::Dependency
|
34
14
|
name: google-analytics-data-v1beta
|
35
15
|
requirement: !ruby/object:Gem::Requirement
|
@@ -70,28 +50,28 @@ dependencies:
|
|
70
50
|
requirements:
|
71
51
|
- - "~>"
|
72
52
|
- !ruby/object:Gem::Version
|
73
|
-
version: 1.
|
53
|
+
version: 1.26.1
|
74
54
|
type: :development
|
75
55
|
prerelease: false
|
76
56
|
version_requirements: !ruby/object:Gem::Requirement
|
77
57
|
requirements:
|
78
58
|
- - "~>"
|
79
59
|
- !ruby/object:Gem::Version
|
80
|
-
version: 1.
|
60
|
+
version: 1.26.1
|
81
61
|
- !ruby/object:Gem::Dependency
|
82
62
|
name: minitest
|
83
63
|
requirement: !ruby/object:Gem::Requirement
|
84
64
|
requirements:
|
85
65
|
- - "~>"
|
86
66
|
- !ruby/object:Gem::Version
|
87
|
-
version: '5.
|
67
|
+
version: '5.16'
|
88
68
|
type: :development
|
89
69
|
prerelease: false
|
90
70
|
version_requirements: !ruby/object:Gem::Requirement
|
91
71
|
requirements:
|
92
72
|
- - "~>"
|
93
73
|
- !ruby/object:Gem::Version
|
94
|
-
version: '5.
|
74
|
+
version: '5.16'
|
95
75
|
- !ruby/object:Gem::Dependency
|
96
76
|
name: minitest-focus
|
97
77
|
requirement: !ruby/object:Gem::Requirement
|
@@ -126,14 +106,14 @@ dependencies:
|
|
126
106
|
requirements:
|
127
107
|
- - ">="
|
128
108
|
- !ruby/object:Gem::Version
|
129
|
-
version: '
|
109
|
+
version: '13.0'
|
130
110
|
type: :development
|
131
111
|
prerelease: false
|
132
112
|
version_requirements: !ruby/object:Gem::Requirement
|
133
113
|
requirements:
|
134
114
|
- - ">="
|
135
115
|
- !ruby/object:Gem::Version
|
136
|
-
version: '
|
116
|
+
version: '13.0'
|
137
117
|
- !ruby/object:Gem::Dependency
|
138
118
|
name: redcarpet
|
139
119
|
requirement: !ruby/object:Gem::Requirement
|
@@ -203,14 +183,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
203
183
|
requirements:
|
204
184
|
- - ">="
|
205
185
|
- !ruby/object:Gem::Version
|
206
|
-
version: '2.
|
186
|
+
version: '2.6'
|
207
187
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
208
188
|
requirements:
|
209
189
|
- - ">="
|
210
190
|
- !ruby/object:Gem::Version
|
211
191
|
version: '0'
|
212
192
|
requirements: []
|
213
|
-
rubygems_version: 3.3.
|
193
|
+
rubygems_version: 3.3.14
|
214
194
|
signing_key:
|
215
195
|
specification_version: 4
|
216
196
|
summary: API Client library for the Google Analytics Data API
|