google-analytics-data 0.1.4 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -4
- data/lib/google/analytics/data/version.rb +1 -1
- metadata +3 -23
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0df3dc0abf903df865edac6d55b28c173ad18628d33fa12f734db30786b1facc
|
4
|
+
data.tar.gz: 5612f7e2dc5fb37c65432e4e50e0416989faf0b394012708ebdd838e6d0a8536
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 307277af46092e8b101f4bb9d4113f92bf4099ecfe8d99636b454d3fed076f528df1e0088681a96b4ea7080e6f020a76b48376286eb09782756cb38c1b5aa232
|
7
|
+
data.tar.gz: 74678c9c03a482d3adb3c5a28fccdd1767f13282f14466fa84ab9d033f52ca22a1314d8c6b314e0943dd0256629a5e566a6c15deca604cfe8b021d2e37e1c599
|
data/README.md
CHANGED
@@ -11,12 +11,11 @@ verisoned 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
|
|
14
|
-
View the [Client Library Documentation](https://
|
14
|
+
View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-analytics-data/latest)
|
15
15
|
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)
|
@@ -77,7 +76,7 @@ about the Ruby support schedule.
|
|
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.
|
4
|
+
version: 0.2.0
|
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-04-20 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
|
@@ -210,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
210
190
|
- !ruby/object:Gem::Version
|
211
191
|
version: '0'
|
212
192
|
requirements: []
|
213
|
-
rubygems_version: 3.3.
|
193
|
+
rubygems_version: 3.3.5
|
214
194
|
signing_key:
|
215
195
|
specification_version: 4
|
216
196
|
summary: API Client library for the Google Analytics Data API
|