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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0de49629e8e62cda61f4257b71ad924a10092464c144fe71911b702431e954c5
4
- data.tar.gz: 4037e6da413b5a4148979406f22c10bbff11bd7ff84e836361d0a0e3d2bbfeee
3
+ metadata.gz: 39fb1ce712b878057513888fd44fa518b99f5611fa5fbde1b103c2a4dcd2d34d
4
+ data.tar.gz: 5751c3404ede09f784a76bd75ea9e03f367cc0413d348c29c95ff84b4a241b9d
5
5
  SHA512:
6
- metadata.gz: 8df9ce3b9942690c803f8fdf59ae496e286a7c7400f9be0be0bc791bd676017edc6116bed2f1db1fb1118fa3204e19b5b424d290b3245f0ab089582d6ba89dea
7
- data.tar.gz: e7159abcd6c430b3b1a2e2a15d00362a492011f7d3d074f6c725c244b4bb003d27db00228e7b976be989473e27c1f9ca5c2c9d476f3287d6e9173b593a32c5b6
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
- # Generator for Google REST Clients
1
+ # Core classes for Google REST Clients
2
2
 
3
- This library implements the code generator used by legacy REST clients for
4
- Google APIs. It automatically generates client gems given discovery documents.
5
- Google-managed clients for publicly-available APIs are maintained using this
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
- ## Usage
7
+ ## Documentation
10
8
 
11
- To generate from a local discovery file:
9
+ More detailed descriptions of the Google legacy REST clients are available in two documents.
12
10
 
13
- $ generate-api gen <outdir> --file=<path>
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
- A URL can also be specified:
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
 
@@ -16,7 +16,7 @@ module Google
16
16
  module Apis
17
17
  module Core
18
18
  # Core version
19
- VERSION = "0.2.1".freeze
19
+ VERSION = "0.3.0".freeze
20
20
  end
21
21
  end
22
22
  end
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.2.1
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-01-25 00:00:00.000000000 Z
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.2.1
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.4'
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.6
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