google-apis-core 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/OVERVIEW.md +9 -12
- data/lib/google/apis/core/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39fb1ce712b878057513888fd44fa518b99f5611fa5fbde1b103c2a4dcd2d34d
|
4
|
+
data.tar.gz: 5751c3404ede09f784a76bd75ea9e03f367cc0413d348c29c95ff84b4a241b9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a66265e103fd463a768fa92650eade771ec81f81246310ec6fd5c1d3ccbd4574e569fc5a77408ff4284ae2adc28aea6aae35c6b105fdedcc29d03ffc4590668
|
7
|
+
data.tar.gz: 96b745c31bfb2f8486a1bfdf1dfadd009f3971c39276adb6aefb071966483f45f6368a7674c2cfe000921e38afc1ab9732f1fc2a6cc2c56832da098a1f1a4573
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Release History
|
2
2
|
|
3
|
+
## [0.3.0](https://www.github.com/googleapis/google-api-ruby-client/compare/google-apis-core/v0.2.1...v0.3.0) (2021-03-07)
|
4
|
+
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
* Drop support for Ruby 2.4 and add support for Ruby 3.0 ([d871146](https://www.github.com/googleapis/google-api-ruby-client/commit/d871146916f3dd19a12820c03068b3861a4bc879))
|
9
|
+
|
3
10
|
### [0.2.1](https://www.github.com/googleapis/google-api-ruby-client/compare/google-apis-core/v0.2.0...v0.2.1) (2021-01-25)
|
4
11
|
|
5
12
|
|
data/OVERVIEW.md
CHANGED
@@ -1,20 +1,17 @@
|
|
1
|
-
#
|
1
|
+
# Core classes for Google REST Clients
|
2
2
|
|
3
|
-
This library
|
4
|
-
Google APIs. It
|
5
|
-
|
6
|
-
tool, and users may also use it to generate clients for private or early-access
|
7
|
-
APIs.
|
3
|
+
This library includes common base classes and dependencies used by legacy REST
|
4
|
+
clients for Google APIs. It is used by client libraries, but you should not
|
5
|
+
need to install it by itself.
|
8
6
|
|
9
|
-
##
|
7
|
+
## Documentation
|
10
8
|
|
11
|
-
|
9
|
+
More detailed descriptions of the Google legacy REST clients are available in two documents.
|
12
10
|
|
13
|
-
|
11
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
12
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
14
13
|
|
15
|
-
|
16
|
-
|
17
|
-
$ generate-api gen <outdir> --url=<url>
|
14
|
+
For reference information on specific calls in the clients, see the {Google::Apis class reference docs}.
|
18
15
|
|
19
16
|
## License
|
20
17
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.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: 2021-
|
11
|
+
date: 2021-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: representable
|
@@ -192,7 +192,7 @@ licenses:
|
|
192
192
|
metadata:
|
193
193
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
194
194
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/google-apis-core/CHANGELOG.md
|
195
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-core/v0.
|
195
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-core/v0.3.0
|
196
196
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/google-apis-core
|
197
197
|
post_install_message:
|
198
198
|
rdoc_options: []
|
@@ -202,14 +202,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
202
202
|
requirements:
|
203
203
|
- - ">="
|
204
204
|
- !ruby/object:Gem::Version
|
205
|
-
version: '2.
|
205
|
+
version: '2.5'
|
206
206
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
207
207
|
requirements:
|
208
208
|
- - ">="
|
209
209
|
- !ruby/object:Gem::Version
|
210
210
|
version: '0'
|
211
211
|
requirements: []
|
212
|
-
rubygems_version: 3.2.
|
212
|
+
rubygems_version: 3.2.13
|
213
213
|
signing_key:
|
214
214
|
specification_version: 4
|
215
215
|
summary: Common utility and base classes for legacy Google REST clients
|